Endpoint
Request Body
The LinkedIn company slug (e.g.,
"microsoft" from linkedin.com/company/microsoft)Response
The endpoint returns immediately with a task ID. The actual posts are fetched asynchronously.Whether the task was created successfully
UUID to poll for results via Get Task Status
Human-readable confirmation
Polling for Results
After creating the task, poll the Get Task Status endpoint until the status iscompleted:
Completed Response
When the task finishes,task_output contains the cleaned list of posts and a total count:
Code Examples
Error Responses
| Status | Error | Description |
|---|---|---|
400 | Missing or invalid 'company_slug' | The company_slug field is missing or not a string |
401 | Missing API Key / Invalid API Key | API key is missing or invalid |
403 | Plugin installation required... | No team member has an active Chrome extension. See Authentication |
FAQ
What data does each post include?
What data does each post include?
Each cleaned post includes:
entityUrn and linkedin_post_urn (post identifiers), social_urn (the activity URN to use with like/comment endpoints), post_url (slug portion of the share URL), poster (company info with name, slug, type, headline, and image URL), content (post text), image_urls (array of image URLs or null), video_urls (array of video URLs or null), reactions (likes, comments, shares, impressions), created_at (relative time like "3d"), and posted_at (ISO timestamp).How many posts does this return?
How many posts does this return?
The endpoint fetches up to 50 posts from the company’s LinkedIn feed in one call. The response includes a
total field with the actual count of posts returned. The exact number depends on the company’s recent activity.How is this different from the Company Watchlist?
How is this different from the Company Watchlist?
This endpoint returns a one-time snapshot of a company’s recent posts. The Company Watchlist in the Intelligence API continuously monitors a company and delivers new posts in real time as they are published, without requiring you to poll manually.
Can I use the social_urn from posts for liking or commenting?
Can I use the social_urn from posts for liking or commenting?
How long does the task take to complete?
How long does the task take to complete?
Most company post fetch tasks complete within seconds to a couple of minutes, depending on when the Chrome extension picks up the task. We recommend polling every 5 seconds with a timeout of 2-3 minutes.
Related
- Get Task Status - Poll for task results
- Fetch Company - Get company profile data
- Like Post - Like a post using its activity URN
- Comment on Post - Comment on a post using its activity URN

