v2
latestOpenAPI 3.1.02026-08-075421692.0 MBGet LinkedIn aggregate stats
Returns aggregate analytics across all posts for a LinkedIn personal account. Only includes posts published through Zernio (LinkedIn API limitation). Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope. Saves (POST_SAVE) and sends (POST_SEND) are available for personal accounts; organization pages always return 0 for these two metrics because LinkedIn does not expose them on the organization analytics endpoint.
Path parameters
The ID of the LinkedIn personal account
Query parameters
TOTAL (default, lifetime totals) or DAILY (time series). MEMBERS_REACHED not available with DAILY.
Start date (YYYY-MM-DD). If omitted, returns lifetime analytics.
End date (YYYY-MM-DD, exclusive). Defaults to today if omitted.
Comma-separated metrics: IMPRESSION, MEMBERS_REACHED, REACTION, COMMENT, RESHARE, POST_SAVE, POST_SEND. Omit for all.
Response
Aggregate analytics data
Example response
{
"platform": "linkedin",
"accountType": "personal"
}