Skip to main content
GET
/
v1
/
scrape
/
linkedin
/
post
Post
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/linkedin/post \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "url": "https://www.linkedin.com/pulse/being-father-has-made-me-better-leader-vice-versa-austen-allred",
  "name": "Being a Father Has Made me a Better Leader, and Vice Versa",
  "headline": "It's not all that unique to be a 26-year-old founder in Silicon Valley. What was far more surprising to people in 2017 when I joined the S17 Y Combinator cohort is that I already had a family of my own.",
  "commentCount": 17,
  "likeCount": 210,
  "datePublished": "2020-06-21T14:35:59.000+00:00",
  "description": "It's not all that unique to be a 26-year-old founder in Silicon Valley. What was far more surprising to people in 2017 when I joined the S17 Y Combinator cohort is that I already had a family of my own. ....",
  "author": {
    "name": "Austen Allred",
    "url": "https://www.linkedin.com/in/austenallred",
    "followers": 30863
  },
  "comments": [
    {
      "author": "Jeremy M.",
      "text": "Austen, thanks for sharing!",
      "linkedinUrl": "https://uk.linkedin.com/in/jeremymurray"
    }
  ],
  "moreArticles": [
    {
      "link": "https://www.linkedin.com/pulse/note-outcomes-data-lambda-school-austen-allred",
      "title": "A Note About Outcomes Data at Lambda School",
      "datePublished": "Feb 24, 2020",
      "description": "Due to some recent online media, there’s been some confusion recently about student outcomes at Lambda School - which…",
      "reactionCount": 168,
      "commentCount": 15
    }
  ]
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

The URL of the LinkedIn post to get

Example:

"https://www.linkedin.com/pulse/being-father-has-made-me-better-leader-vice-versa-austen-allred/"

Response

Successful response

success
boolean
required
Example:

true

url
string
required
Example:

"https://www.linkedin.com/pulse/being-father-has-made-me-better-leader-vice-versa-austen-allred"

name
string
required
Example:

"Being a Father Has Made me a Better Leader, and Vice Versa"

headline
string
required
Example:

"It's not all that unique to be a 26-year-old founder in Silicon Valley. What was far more surprising to people in 2017 when I joined the S17 Y Combinator cohort is that I already had a family of my own."

commentCount
integer
required
Example:

17

likeCount
integer
required
Example:

210

datePublished
string
required
Example:

"2020-06-21T14:35:59.000+00:00"

description
string
required
Example:

"It's not all that unique to be a 26-year-old founder in Silicon Valley. What was far more surprising to people in 2017 when I joined the S17 Y Combinator cohort is that I already had a family of my own. ...."

author
object
required
comments
object[]
required