List LinkedIn profile posts
List posts from a LinkedIn person profile.
Headers
Get your API keyAPI key (`sfk_...`)
LinkedIn profile URL or vanity handle whose public posts should be listed.
min 1 chars · max 4096 chars
Optional start of the date range for posts to include.
min 1 chars
Optional end of the date range for posts to include.
min 1 chars
When true, return only posts created by the profile owner.
Maximum posts to return (default 10).
Endpoint-specific response payload.
Whether the profile resolved for this request.
one of: found, not_found
Posts from the requested profile.
Unique identifier for the LinkedIn post.
Web link to the individual LinkedIn post.
min 1 chars
Unique identifier for the user who created the post.
Title or main subject of the post when applicable.
Brief headline summarizing the post content.
Main text content of the post.
Date and time when the post was published.
String list when available.
String list when available.
String list when available.
String list when available.
Engagement metrics when available.
Like count when available.
≥ 0
Comment count when available.
≥ 0
Repost count when available.
≥ 0
Other posts or articles by the same user.
Headline of the related article.
Publish date of the related article.
URL of the related article.
Related posts surfaced by LinkedIn.
URL of the related post.
LinkedIn ID of the related post.
Author ID of the related post.
String list when available.
String list when available.
Top comments visible without signing in.
Comment author's profile URL.
Comment author's user id.
Comment author's display name.
When the comment was posted.
Comment text.
String list when available.
Reactions on the comment when available.
≥ 0
Comment author's title when available.
String list when available.
Number of followers of the author.
≥ 0
Author's post count when available.
≥ 0
Author's article count when available.
≥ 0
Post type such as post, repost, or article.
Author account type such as Person or Company.
Post text with HTML markup and line breaks.
Original post details when this is a reshare.
URL of the original post.
Original poster's user id.
Original poster's display name.
Text of the original post.
When the original post was published.
Original post id.
Original poster's title.
String list when available.
String list when available.
People tagged in the repost.
Display name when available.
LinkedIn URL when available.
Companies tagged in the repost.
Display name when available.
LinkedIn URL when available.
Companies tagged or mentioned in the post.
Display name when available.
LinkedIn URL when available.
People tagged or mentioned in the post.
Display name when available.
LinkedIn URL when available.
Author display name when available.
Author profile URL when available.
Title of the post author.
Author profile picture URL.
Number of connections of the author.
≥ 0
Duration of attached video in seconds.
≥ 0
Preview cards for external links when available.
Thumbnail URL for attached video.
Cover image URL for an attached document.
Page count for an attached document.
≥ 0
Post text as shown on LinkedIn including line breaks.
Summary counts for this response.
Number of posts returned in this response.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
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.