LinkedIn Post reactions API
List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade.
Provider network
Providers ranked by traffic
capped at $0.22 per request1 result$0.002250 results$0.11100 results$0.22 capYou are charged for what comes back. Lower the limit to pay less - and no single request can cost more than the cap, however much comes back.
Try it
Make your first request
{
"data": {
"items": [
{
"actor": {
"id": "a1b2c3d4",
"linkedinUrl": "https://example.com/page",
"name": "Example title",
"pictureUrl": "https://example.com/image.jpg",
"position": "example"
},
"postId": "a1b2c3d4",
"reactionType": "general"
}
]
},
"found": true
}interface LinkedinPostReactionsResponse {
data: {
items: {
actor: {
id?: string;
linkedinUrl?: string;
name: string;
pictureUrl?: string;
position?: string;
};
postId?: string;
reactionType: string;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/linkedin.post_reactions \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"limit":5,"url":"https://www.linkedin.com/posts/satyanadella_today-were-bringing-skills-to-copilot-for-activity-7475945433668694017--kvG"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.linkedin.com/posts/satyanadella_today-were-bringing-skills-to-copilot-for-activity-7475945433668694017--kvG"URL of the LinkedIn post to list reactions for (a /posts/...-activity-... or /feed/update/urn:li:activity:... link). |
| limit | integer | 5Maximum number of reactions to return (1-100, default 100). |
| Response | ||
| data | object | |
| data.items | object[] | Reactions on the post, one record per reactor. |
| data.items[].actor | object | The reactor - the person or company that reacted. |
| data.items[].actor.id | string | LinkedIn member or company id of the reactor. Populated whenever the provider has data for the entity. |
| data.items[].actor.linkedinUrl | string | Canonical LinkedIn profile or company URL of the reactor. Populated whenever the provider has data for the entity. |
| data.items[].actor.name | string | Full name of the reactor (or company name). Populated whenever the provider has data for the entity. |
| data.items[].actor.pictureUrl | string | Profile picture URL of the reactor. |
| data.items[].actor.position | string | Reactor's current job title / headline (or follower count for a company). Populated whenever the provider has data for the entity. |
| data.items[].postId | string | LinkedIn URN of the post that was reacted to. Populated whenever the provider has data for the entity. |
| data.items[].reactionType | string | Reaction kind (e.g. LIKE, PRAISE, EMPATHY, INTEREST, APPRECIATION, ENTERTAINMENT). |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.005 |
| Price /1k req | USD | $5.00 |
FAQ
About the LinkedIn Post reactions API
The AnyAPI LinkedIn Post reactions API returns LinkedIn post reactions data as normalized JSON from one POST call to /v1/run/linkedin.post_reactions. List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $5 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn post reactions calls through AnyAPI succeeded, with a median response time of 3.4 seconds across 42 measured calls.