# LinkedIn Profile Reactions API (https://www.socialcrawl.dev/platforms/linkedin/profile-reactions) > List posts a LinkedIn member reacted to — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/reactions` costs 5 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. | | `cursor` | no | | | `page` | no | | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/profile/reactions?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### What does the LinkedIn Profile Reactions API return? It returns a feed of posts a given member reacted to, from their profile URL. Each item includes the reaction type (like, celebrate, support, love, insightful, funny), the original post's author, text, and engagement counts. ### How do I call the profile reactions endpoint? Send a GET request to /v1/linkedin/profile/reactions with the member's profile URL in the url parameter. SocialCrawl returns the reacted-to posts as a paginated feed in the unified schema. ### How do I paginate through reacted posts? Use the cursor (or page) value returned in the response and pass it back on the next request to fetch older activity. Keep going until the response returns an empty feed. ### How much does the profile reactions endpoint cost? Each page costs 5 credits on the advanced tier, regardless of how many reactions come back. New accounts get 100 free credits with no card, enough for 20 pages of reaction activity. ### Can I use reactions for social listening or intent signals? Yes. The posts a person engages with reveal their interests and buying signals, so sales and social-listening teams use this feed to find warm leads and topics a prospect actively cares about. ### Is this different from the post reactions endpoint? Yes. This endpoint lists the posts a member reacted to, keyed by a profile URL. The /v1/linkedin/post/reactions endpoint does the reverse: it lists the people who reacted to one specific post. 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: - What posts has a LinkedIn member reacted to via API - How to pull LinkedIn reaction activity for social listening