LinkedIn Analytics

Get LinkedIn post analytics

Retrieve analytics for a LinkedIn post: impressions, reach, reactions, comments, reshares. Results are cached for 2 hours. Use queryTypes: "ALL" to get all 5 metrics at once.

post/linkedin-post-statistics

Request body

postedIdstring required

LinkedIn URN or share ID

platformIdstring required

LinkedIn connection ID

queryType'IMPRESSION' | 'MEMBERS_REACHED' | 'RESHARE' | 'REACTION' | 'COMMENT'

Single metric to fetch

Example request

{
  "postedId": "urn:li:share:7123456789012345678",
  "platformId": "linkedin-Tz9W5i6ZYG"
}

Response

Statistics retrieved

OR

Example response

{
  "count": 1542
}

Changes