LinkedIn Stats API

Reactions, comments and reposts for a LinkedIn post.

Credits 5 per post Input a public post URL (?url=) Caching Age-aware cache (15 min - 7 days)

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/stats?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": {
    "platform": "linkedin",
    "entity_id": "7181111111111111111",
    "url": "https://www.linkedin.com/posts/linkedin_hiring-activity-7181111111111111111",
    "author": {
      "handle": "linkedin",
      "name": "Example Creator"
    },
    "posted_at": "2026-06-30T14:05:00Z",
    "metrics": {
      "views": 1204593,
      "likes": 88410,
      "comments": 2314,
      "shares": 10092
    }
  },
  "request_id": "req_01JZX4M8Q2TE9W"
}

What it returns

Reactions, comments and reposts for a LinkedIn post. Takes a public post URL via ?url= and returns the { data, request_id } envelope . 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 Stats endpoint free

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

Get your free API key