List LinkedIn company posts
Get posts from a LinkedIn company page.
This endpoint is for LinkedIn company pages only. If you have a school URL or another organization page type, use the Organization page endpoint instead.
Headers
Get your API keyAPI key (`sfk_...`)
LinkedIn company page URL or slug whose posts should be listed.
min 1 chars · max 4096 chars
1-based results page number. Pagination is page-based; at most 7 pages can be requested for a given company.
≥ 1 · ≤ 7
Endpoint-specific response payload.
Whether the company page resolved for this request.
one of: found, not_found
Posts returned for the requested company page. This array may be empty when the page resolves but no posts are returned.
Stable activity identifier for the post.
min 1 chars
Canonical public URL for this LinkedIn post.
min 1 chars
Full text body of the post when available.
ISO-8601 timestamp for when the post was published, when available.
Pagination information for the current response.
1-based page number for this response.
≥ 1 · ≤ 7
Next page number to request when `hasMore` is true; otherwise null.
≥ 1 · ≤ 7
Whether another page of posts can be requested.
Maximum page number that can be requested for this listing.
one of: 7
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/companies/posts?url=https://www.linkedin.com/posts/sundarpichai_small-businesses-are-the-engine-of-the-american-share-7449849038398697472-iNtG" \
-H "x-api-key: YOUR_API_KEY"Responses
Company posts for the requested page. Check `data.lookupStatus` for `found` vs `not_found`.