# LinkedIn Post Reactions API (https://www.socialcrawl.dev/platforms/linkedin/post-reactions) > List reactors on a LinkedIn post — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/post/reactions` costs 10 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Full URL of the LinkedIn profile, company, or post. | | `page` | no | | | `type` | no | | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/post/reactions?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I see who reacted to a LinkedIn post? Send a GET request to /v1/linkedin/post/reactions with the post URL in the url parameter. SocialCrawl returns the list of people who reacted, each with their profile and the specific reaction type they left. ### Which reaction types does the API return? The six LinkedIn reaction types: like, celebrate, support, love, insightful, and funny. Each reactor in the list carries their own reaction type, so you can segment an audience by how they responded. ### Can I filter LinkedIn reactions by type? Yes. Pass the type parameter (for example type=insightful) to return only the people who left that reaction. Omit it to get every reactor across all six types. ### How much does the LinkedIn Post Reactions API cost? Each page costs 10 credits on the premium tier, no matter how many reactors come back. Listing individual reactors is richer than aggregate counts, which is why it sits on the premium tier. New accounts get 100 free credits. ### Can I use post reactions for lead generation? Yes. The people who reacted to a relevant post are a warm audience, so sales teams pull reactors from a competitor's or industry post to build targeted prospect lists of people already engaged with the topic. ### How is this different from reaction counts on the post endpoint? The /v1/linkedin/post endpoint returns aggregate reaction counts, while this endpoint returns the individual people behind those reactions and their types. Use this when you need who reacted, not just how many. See the full LinkedIn API: https://www.socialcrawl.dev/platforms/linkedin ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to list the people who reacted to a LinkedIn post - How to pull LinkedIn post reactors for lead generation