Social Fetch
LinkedIn

List LinkedIn profile posts

Get posts from a LinkedIn profile.

GET/v1/linkedin/profiles/posts
2creditsper recordup to 400 credits
x-api-key*stringheader

API key (`sfk_...`)

Parameters
4
url*stringquery

LinkedIn profile URL or vanity handle whose public posts should be listed.

min 1 chars · max 4096 chars

startDatestringoptionalquery

Optional start of the date range for posts to include.

min 1 chars

endDatestringoptionalquery

Optional end of the date range for posts to include.

min 1 chars

onlyAuthoredPostsbooleanoptionalquery

When true, return only posts created by the profile owner.

Response fields
94

Endpoint-specific response payload.

datalookupStatus
string

Whether the profile resolved for this request.

one of: found, not_found

Posts from the requested profile.

dataposts[]id
stringnullable

Unique identifier for the LinkedIn post.

dataposts[]url
string

Web link to the individual LinkedIn post.

min 1 chars

dataposts[]authorUserId
stringnullable

Unique identifier for the user who created the post.

dataposts[]title
stringnullable

Title or main subject of the post when applicable.

dataposts[]headline
stringnullable

Brief headline summarizing the post content.

dataposts[]text
stringnullable

Main text content of the post.

dataposts[]publishedAt
stringnullable

Date and time when the post was published.

String list when available.

dataposts[]hashtags[]
stringoptional

String list when available.

dataposts[]embeddedLinks[]
stringoptional

String list when available.

dataposts[]images[]
stringoptional

String list when available.

dataposts[]videos[]
stringoptional

Engagement metrics when available.

dataposts[]metricslikes
integernullable

Like count when available.

≥ 0

dataposts[]metricscomments
integernullable

Comment count when available.

≥ 0

dataposts[]metricsreposts
integernullable

Repost count when available.

≥ 0

Other posts or articles by the same user.

dataposts[]moreArticlesByUser[]headline
stringnullable

Headline of the related article.

dataposts[]moreArticlesByUser[]datePosted
stringnullable

Publish date of the related article.

dataposts[]moreArticlesByUser[]postUrl
stringnullable

URL of the related article.

Related posts surfaced by LinkedIn.

dataposts[]moreRelevantPosts[]postUrl
stringnullable

URL of the related post.

dataposts[]moreRelevantPosts[]postId
stringnullable

LinkedIn ID of the related post.

dataposts[]moreRelevantPosts[]userId
stringnullable

Author ID of the related post.

String list when available.

dataposts[]moreRelevantPosts[]hashtags[]
stringoptional

String list when available.

dataposts[]moreRelevantPosts[]embeddedLinks[]
stringoptional

Top comments visible without signing in.

dataposts[]topVisibleComments[]authorProfileUrl
stringnullable

Comment author's profile URL.

dataposts[]topVisibleComments[]authorUserId
stringnullable

Comment author's user id.

dataposts[]topVisibleComments[]authorName
stringnullable

Comment author's display name.

dataposts[]topVisibleComments[]publishedAt
stringnullable

When the comment was posted.

dataposts[]topVisibleComments[]text
stringnullable

Comment text.

String list when available.

dataposts[]topVisibleComments[]taggedProfileUrls[]
stringoptional
dataposts[]topVisibleComments[]reactionCount
integernullable

Reactions on the comment when available.

≥ 0

dataposts[]topVisibleComments[]authorTitle
stringnullable

Comment author's title when available.

String list when available.

dataposts[]topVisibleComments[]images[]
stringoptional
dataposts[]authorFollowers
integernullable

Number of followers of the author.

≥ 0

dataposts[]authorPostCount
integernullable

Author's post count when available.

≥ 0

dataposts[]authorArticleCount
integernullable

Author's article count when available.

≥ 0

dataposts[]postType
stringnullable

Post type such as post, repost, or article.

dataposts[]accountType
stringnullable

Author account type such as Person or Company.

dataposts[]postTextHtml
stringnullable

Post text with HTML markup and line breaks.

Original post details when this is a reshare.

dataposts[]repostrepostUrl
stringnullable

URL of the original post.

dataposts[]repostrepostUserId
stringnullable

Original poster's user id.

dataposts[]repostrepostUserName
stringnullable

Original poster's display name.

dataposts[]repostrepostText
stringnullable

Text of the original post.

dataposts[]repostrepostDate
stringnullable

When the original post was published.

dataposts[]repostrepostId
stringnullable

Original post id.

dataposts[]repostrepostUserTitle
stringnullable

Original poster's title.

String list when available.

dataposts[]repostrepostHangtags[]
stringoptional

String list when available.

dataposts[]repostrepostAttachments[]
stringoptional

People tagged in the repost.

dataposts[]reposttaggedUsers[]name
stringnullable

Display name when available.

dataposts[]reposttaggedUsers[]url
stringnullable

LinkedIn URL when available.

Companies tagged in the repost.

dataposts[]reposttaggedCompanies[]name
stringnullable

Display name when available.

dataposts[]reposttaggedCompanies[]url
stringnullable

LinkedIn URL when available.

Companies tagged or mentioned in the post.

dataposts[]taggedCompanies[]name
stringnullable

Display name when available.

dataposts[]taggedCompanies[]url
stringnullable

LinkedIn URL when available.

People tagged or mentioned in the post.

dataposts[]taggedPeople[]name
stringnullable

Display name when available.

dataposts[]taggedPeople[]url
stringnullable

LinkedIn URL when available.

dataposts[]authorName
stringnullable

Author display name when available.

dataposts[]authorProfileUrl
stringnullable

Author profile URL when available.

dataposts[]authorTitle
stringnullable

Title of the post author.

dataposts[]authorProfilePicUrl
stringnullable

Author profile picture URL.

dataposts[]authorConnectionCount
integernullable

Number of connections of the author.

≥ 0

dataposts[]videoDurationSec
integernullable

Duration of attached video in seconds.

≥ 0

Preview cards for external links when available.

dataposts[]externalLinkPreviews[]
nullableoptional
dataposts[]videoThumbnailUrl
stringnullable

Thumbnail URL for attached video.

dataposts[]documentCoverImageUrl
stringnullable

Cover image URL for an attached document.

dataposts[]documentPageCount
integernullable

Page count for an attached document.

≥ 0

dataposts[]originalPostText
stringnullable

Post text as shown on LinkedIn including line breaks.

Summary counts for this response.

datasummaryreturned
integer

Number of posts returned in this response.

≥ 0

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/linkedin/profiles/posts?url=https://www.linkedin.com/in/marclouvion" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Profile posts listing. Check `data.lookupStatus` and `data.posts`.

On this page

No Headings