List LinkedIn Post Reactions
List the reactions on a LinkedIn post, returning 1 to 100 at a time with pagination. Accepts a numeric post ID, activity URN, or feed URN and returns each reactor along with their reaction type. Returns an empty array when there are no reactions, and a not-found error if the post ID is invalid.
Example prompt: List the people who reacted to post urn:li:activity:7012345678901234567 so I can follow up with the warmest ones
{
"total": 142,
"reactions": [
{
"name": "Priya Patel",
"reaction_type": "insightful",
"profile_url": "https://linkedin.com/in/priya-patel"
}
]
}What you can build
Parameters
Inputs accepted by list_post_reactions.
| Name | Type | Description |
|---|---|---|
| post_id | string | Post ID, activity URN (urn:li:activity:123456789), or feed URN. All formats accepted - the activity ID is extracted automatically. |
| limit | number | Max number of reactions to return (1-100, default 20) |
| cursor | string | Pagination cursor |
Related tools
List LinkedIn Post Comments
List comments on any LinkedIn post sorted by recency or relevance, with pagination. Identify unanswered threads to engage via MCP.
React to LinkedIn Post
React to LinkedIn posts with like, celebrate, support, love, insightful, or funny. Safe daily limits and idempotent reactions via MCP.
Get Post Analytics
Pull impressions, reactions, comments, and reposts for any LinkedIn post by ID so your agent can measure reach and engagement instantly.
Send LinkedIn Invitation
Send personalized LinkedIn connection requests by provider ID, slug, or URL. Optional 300-char notes boost acceptance, with built-in daily safety limits.
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.