Get reactions on a post
Posts
Get Post Reactions
Fetch reactions on a professional post with reactor profile information
GET
Get reactions on a post
Endpoint
Authentication
Include your API key in the request header:Parameters
Professional post URL or URN.Examples:
https://www.linkedin.com/posts/username_some-post-slug-1234567890-abcdurn:li:activity:7287782484287606784urn:li:ugcPost:7287782484287606784
Number of reactions to fetch per page.
- Minimum: 1
- Maximum: 100
- Default: 100
Offset for pagination.
- Default: 0
Response
Array of reactions on the post
Indicates whether there are more reactions to fetch.
Example Request
Example Response
Errors
See Error Handling for the full list of error codes and recommended handling.400—MISSING_PARAMETER,INVALID_URN401—INVALID_API_KEY404—POST_NOT_FOUND429—RATE_LIMITED,QUOTA_EXHAUSTED500—INTERNAL_ERROR503—SERVICE_UNAVAILABLE
Pagination
To fetch all reactions from a post with many reactions, use offset pagination:- Make an initial request with
start=0 - If
hasMoreistrue, incrementstartbycountin your next request - Continue until
hasMoreisfalse
Notes
This endpoint consumes 1 credit from your monthly quota per API call, regardless of the
count parameter value.Authorizations
Query Parameters
Professional post URL or URN
Example:
"https://www.linkedin.com/posts/username_post-slug-1234567890-abcd"
Number of reactions to fetch (default: 100)
Required range:
1 <= x <= 100Offset for pagination (default: 0)
Required range:
x >= 0