Read-only

Get Post Analytics

Retrieve core performance metrics for a single LinkedIn post, including impressions, reactions, comments, and reposts. Pass the post ID or activity URN to get an at-a-glance read on how that post performed. This tool is deprecated and is being replaced by get_analytics with dimension='post', so prefer that path for new work. Fails cleanly if the post was deleted or the ID is invalid.

get_post_analyticsGET/api/v1/analytics/posts/{post_id}
crispy — bash

Example prompt: Show me the impressions and reactions for my post urn:li:activity:7012345678901234567

{
  "post_id": "urn:li:activity:7012345678901234567",
  "impressions": 4821,
  "reactions": 137,
  "comments": 24,
  "reposts": 9
}
Permission scope
core
Access
Read-only
Category
Analytics

What you can build

Measure the reach of a specific post immediately after publishing
Compare engagement across individual posts to learn what resonates
Feed per-post metrics into a weekly content performance review
Validate that a high-visibility post landed before doubling down on the format

Parameters

Inputs accepted by get_post_analytics.

NameTypeDescription
post_idstringThe ID of the post to get analytics for (e.g. 'urn:li:activity:7012345678901234567')

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.