List LinkedIn company posts
Numbered pages of a company's public posts. Page 1 is the structured-data list on the company page; later pages read the public guest feed ten posts at a time, where datePublished is derived from the activity id. Pass the organization_id and paginationToken the company route returned (as organization_id and pagination_token) to read a later page with a single feed request.
/v1/linkedin/company/postsx-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Public company URL.
min 1 chars · max 500 chars
https://www.linkedin.com/company/shopify1–999; default 1. Pages after the first read the guest feed; without remembered or supplied identifiers they cost one extra upstream request for the company page.
default: "1"
2Optional numeric organization id (the company route's id). With pagination_token and page ≥ 2 the feed is read directly.
784652Optional guest-feed token (the company route's paginationToken), 1–200 URL-safe characters. Rejected tokens fall back to one company page read.
0-1789118187612-53482c03d7dcb89416b7057d9e580035Operational correlation UUID.
Upstream attempts (including proxy retries), decoded success-body bytes and duration.
Always included.
≥ 0
Always included.
≥ 0
Always included.
≥ 0
True when usable data is returned.
success or partial; failed/challenged on errors.
one of: success, partial
Company page (page 1) or the guest feed URL read.
absolute HTTPS URL
UTC retrieval time.
pagination_unavailable when the company page carries no feed token; pagination_identity_rejected when supplied or remembered identifiers were refused and the page was read once instead.
Always included.
one of: public_page, web_search
Always included.
Always included.
Posts with url, id, datePublished and text. Page 1 orders keys url, id, datePublished, text; later pages url, id, text, datePublished, matching the reference.
up to 100 items
No fields match.
HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.
| HTTP | failure.code | Meaning |
|---|---|---|
| 400 | invalid_request | Not a public LinkedIn profile, company or post URL, or invalid parameters. |
| 401 | unauthorized | Invalid worker key. |
| 403 | restricted | LinkedIn redirected to a login page for this resource. |
| 404 | not_found | The page does not exist or the search returned no posts. |
| 429 | upstream_rate_limited | LinkedIn or the search index throttled retrieval. |
| 502 | upstream_challenged | LinkedIn answered with a challenge (HTTP 999/403 or an auth wall), including through the proxy. |
| 502 | upstream_error unsupported_page unsafe_redirect search_failed | Source or search index did not return a usable page. |
| 503 | search_unavailable busy | No search key configured, or all retrieval slots are busy. |
| 504 | timeout | The operation exceeded its deadline. |