# LinkedIn Job API (https://www.socialcrawl.dev/platforms/linkedin/job) > Get LinkedIn job details — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema. TL;DR: `GET /v1/linkedin/job` 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 | | --- | --- | --- | | `id` | yes | LinkedIn job ID. | | `include_skills` | no | | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/job?id=4019392600" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get a single LinkedIn job posting with an API? Send a GET request to /v1/linkedin/job with a LinkedIn job id in the id parameter. The response is a single object with the full posting: title, company, location, description, seniority, and employment type. ### What fields does the LinkedIn job endpoint return? The job title, hiring company, location, full description text, seniority level, and employment type (full-time, part-time, contract, and so on). Add the optional include_skills parameter to also get the skills the posting lists. ### Where do I get the job id this endpoint needs? The job id comes from /v1/linkedin/company/jobs: each posting in that list carries a job id. Pass that id here to expand a single role into its full detail. The id also appears in the numeric part of a LinkedIn job URL. ### How do I include required skills on a job posting? Add the optional include_skills parameter to your request. When set, the response includes the skills the job posting lists, which is useful for matching candidates, building skill taxonomies, or analyzing hiring demand by skill. ### How much does the LinkedIn job endpoint cost? Each request costs 5 credits on the advanced tier, and the response is one posting per call. New accounts get 100 free credits with no credit card, enough for 20 job-detail lookups before you ever need to upgrade. ### Can I use this for job-market analysis? Yes, expanding postings into full detail is a common job-market and talent-intelligence use case. Combine it with /v1/linkedin/company/jobs to walk a company's roles, then pull descriptions and skills to analyze demand, seniority mix, and remote share. 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 full detail on a single LinkedIn job posting with an API - Which API returns a LinkedIn job description, seniority, and skills