# LinkedIn Profile Experiences API (https://www.socialcrawl.dev/platforms/linkedin/profile-experiences) > List a member's work experiences — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/profile/experiences` 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/experiences?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 work history with an API? Send a GET request to /v1/linkedin/profile/experiences with the full LinkedIn profile URL in the url parameter. SocialCrawl returns a list of every work experience: company, job title, date range, location, and description, in a unified JSON schema. ### What fields does the LinkedIn Experience API return per role? Each experience entry includes the company name, job title, employment date range (start and end), location, and the free-text role description where the member filled it in. Current roles are marked open-ended, so you can compute tenure and seniority. ### How much does the LinkedIn Experience API cost? Each request costs 5 credits on the advanced tier, regardless of how many roles come back in the list. New accounts get 100 credits free with no credit card, so you can enrich 20 profiles before you ever pay. ### Can I paginate a long LinkedIn work history? Yes. If a member lists many roles, add the page query parameter (integer) to walk through the full history. Start at page 1 and increment until the response returns an empty list, which marks the end. ### Is this endpoint good for lead enrichment and recruiting? Yes, work-history enrichment is the main use case. Pass a LinkedIn URL from your CRM or ATS and get normalized experience data ready for tenure analysis, seniority scoring, and building rich candidate or prospect 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 full work history with an API - Best LinkedIn API for resume parsing and lead enrichment