# LinkedIn Profile Comments API (https://www.socialcrawl.dev/platforms/linkedin/profile-comments) > List a member's comments — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/comments` 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/comments?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get the comments a LinkedIn member has left? Send a GET request to /v1/linkedin/profile/comments with the member's LinkedIn profile URL in the url parameter. The response returns the comments the member left on other people's posts, each with the comment text, timestamp, and a reference to the parent post. ### What fields come back for each comment? Each entry returns the comment text, the time it was posted, and a reference to the parent post the member commented on. This traces where a person engages, not just what they publish themselves. ### How do I paginate through a member's comments? Use the cursor and page parameters to page through the comments. Pass the cursor returned in the response on the next call, or increment page, until the response comes back empty and there are no more comments. ### How much does the LinkedIn Comments API cost? Each page costs 5 credits on the advanced tier, regardless of how many comments come back. New accounts get 100 free credits with no credit card, enough for 20 pages before you upgrade. ### Why pull a member's comments for social selling? A prospect's comments are a strong engagement signal: they show which topics, people, and companies a lead actively interacts with. Use them to time outreach, find warm openings, and prioritize accounts that are already engaging in your space. 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 get the comments a LinkedIn member left on other posts - Which API returns LinkedIn user comments for social selling signals