LinkedIn Company Posts API

Latest posts from a LinkedIn company page with per-post metrics.

Credits 5 per post Input a public URL or handle (?url=) Caching Cached 3 hours (page 1: 1 hour) Pagination cursor / limit

Request

One GET request with your API key. Same shape on every platform — swap the path, keep the code.

curl "https://api.scrapersocial.com/v1/linkedin/company-posts?url=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Flinkedin_hiring-activity-7181111111111111111" \
  -H "Authorization: Bearer sk_live_..."

Response

Clean JSON in the standard envelope. Responses arrive in seconds; popular content in milliseconds.

{
  "data": [
    {
      "id": "7181111111111111111",
      "url": "https://www.linkedin.com/posts/linkedin_hiring-activity-7181111111111111111",
      "text": "We are hiring across engineering and support.",
      "posted_at": "2026-07-04T11:00:00Z",
      "metrics": {
        "reactions": 842,
        "comments": 63,
        "reposts": 41
      }
    },
    {
      "id": "71811111111111111111",
      "url": "https://www.linkedin.com/posts/linkedin_hiring-activity-7181111111111111111",
      "text": "We are hiring across engineering and support.",
      "posted_at": "2026-07-04T11:00:00Z",
      "metrics": {
        "reactions": 842,
        "comments": 63,
        "reposts": 41
      }
    }
  ],
  "meta": {
    "count": 2,
    "limit": 20,
    "cursor": "eyJwYWdlIjoyfQ",
    "has_more": true,
    "item": "post"
  },
  "request_id": "req_01JZX4M8Q2TE9W"
}

What it returns

Latest posts from a LinkedIn company page with per-post metrics. Takes a public URL or handle via ?url= and returns the { data, request_id } envelope with cursor pagination metadata in meta. Each call costs 5 credits per post returned — check the X-Credits-Charged and X-Credits-Remaining response headers. Cached responses cost the same and set x-cache: hit; add fresh=true to bypass the cache.

Try the LinkedIn Company Posts endpoint free

100 trial credits on signup — no card, key on screen immediately.

Get your free API key