# LinkedIn Post Reposts API (https://www.socialcrawl.dev/platforms/linkedin/post-reposts) > List reposts of a LinkedIn post — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/post/reposts` 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/post/reposts?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I list who reposted a LinkedIn post? Send a GET request to /v1/linkedin/post/reposts with the post URL in the url parameter. SocialCrawl returns a list of the members and pages that reposted or shared the post, each with their profile and any commentary they added. ### Does the endpoint include quote-repost commentary? Yes. When a resharer adds their own text on top of the repost, that commentary is included alongside the resharer's identity, so you can see how people frame the content when they amplify it. ### How do I paginate through the reposts? Use the cursor (or page) value returned in the response and pass it back on the next call to fetch more resharers. Continue until the feed comes back empty. ### How much does the LinkedIn Post Reposts API cost? Each page costs 5 credits on the advanced tier, no matter how many reposts come back. New accounts get 100 free credits with no credit card, which covers 20 pages of resharers. ### What can I use LinkedIn repost data for? Reposts reveal who amplifies a piece of content, so you can map advocates, spot influential resharers, and measure true reach beyond raw impressions for engagement analytics and campaign reporting. ### How is a repost different from a reaction? A repost reshares the content to a member's own feed, while a reaction (like, celebrate, and so on) only signals approval in place. This endpoint tracks reposts; /v1/linkedin/post/reactions tracks reactions. 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 who reposted a LinkedIn post via API - How to measure LinkedIn post amplification with SocialCrawl