Skip to documentation
Browse documentation

Get Post

Fetches the richest logged-out post projection: typed author, media, engagement counts, hashtags, embedded top comments, repost context, and explicit coverage metadata.

Capability ID linkedin.post.get
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

HTTPS LinkedIn public post or feed-update URL. Tracking query parameters are discarded.

Example https://www.linkedin.com/posts/satyanadella_were-the-first-cloud-to-bring-up-an-nvidia-activity-7438280341322334208-Vw2c

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
activity_id string 0000000000000000000
author object 4 fields
author.followers null null
author.image_url string [redacted]
author.name string Example Author
author.url string https://www.linkedin.com/in/example-author
author_image string [redacted]
author_name string Example Author
author_url string https://www.linkedin.com/in/example-author
comment_count integer 503
comments integer 503
coverage object 5 fields
coverage.limitations array 2 items
coverage.missing_fields array 2 items
coverage.source string linkedin_public_post
coverage.status string partial_public
coverage.truncated_fields array 1 items
hashtags array 0 items
image string [redacted]
is_repost boolean false
media array 1 items
media array 1 items
published_at string 2026-01-01T00:00:00Z
reaction_count null null
share_count null null
text string Illustrative public post content captured from LinkedIn and anonymized …
top_comments array 0 items
type string post
url string https://www.linkedin.com/posts/[redacted:token]

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.