# LinkedIn Profile Publications API (https://www.socialcrawl.dev/platforms/linkedin/profile-publications) > List a member's publications — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/publications` 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. | | `page` | no | | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/profile/publications?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get a member's LinkedIn publications with an API? Send a GET request to /v1/linkedin/profile/publications with the full LinkedIn profile URL in the url parameter. SocialCrawl returns a list of the member's publications, each with its title, publisher, date, description, and url, in unified JSON. ### What fields does the LinkedIn Publications API return? Each publication entry includes the title, the publisher or publication venue, the publish date, a description where the member added one, and the url to the original work. Co-authors come through where LinkedIn lists them. ### How much does the LinkedIn Publications API cost? Each request costs 5 credits on the advanced tier, regardless of how many publications return in the list. New accounts get 100 credits free with no credit card, enough for 20 profile lookups before you upgrade. ### Can I paginate a member with many publications? Yes. Add the page query parameter (integer) to page through a long publications list. Start at page 1 and increment until the response returns an empty list, which marks the end of the publications. ### Is the LinkedIn Publications API useful for expert research? Yes, expert identification and thought-leadership research are common use cases. Pull normalized publication data with titles and links to surface subject-matter experts, verify authorship, and enrich talent profiles. 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 a LinkedIn member's publications with an API - Best LinkedIn API to find subject-matter experts by publications