> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrapeunblocker.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scrape LinkedIn job postings

> Searches LinkedIn's guest jobs API for `keyword` (+ optional `location` and filters) and returns the postings as JSON: `jobId`, `title`, `company`, `companyUrl`, `location`, `postedDate`, `jobUrl`, `companyLogo` and benefit tags. Filter with `time_posted` (24h/week/month), `workplace` (onsite/remote/hybrid), `job_type`, `experience`, `salary` band and `sort`, and collect up to `max_results` across pages. `mode=detail` with a `job_id` returns one job's full description, seniority, employment type, job function, industries and applicant count. No LinkedIn login required.



## OpenAPI

````yaml /api-reference/openapi.json post /jobs/linkedin
openapi: 3.1.0
info:
  title: ScrapeUnblocker API
  description: >-
    Public API for the ScrapeUnblocker proxy/anti-bot service. Authenticate
    every request with the `x-scrapeunblocker-key` header. Three endpoints are
    documented here: page-source extraction, Google SERP scraping, and image
    fetch. All other paths exist for internal operations and are intentionally
    hidden from this spec.
  version: 3.0.0
servers:
  - url: https://api.scrapeunblocker.com
    description: Production
security: []
paths:
  /jobs/linkedin:
    post:
      tags:
        - Plugins
      summary: Scrape LinkedIn job postings
      description: >-
        Searches LinkedIn's guest jobs API for `keyword` (+ optional `location`
        and filters) and returns the postings as JSON: `jobId`, `title`,
        `company`, `companyUrl`, `location`, `postedDate`, `jobUrl`,
        `companyLogo` and benefit tags. Filter with `time_posted`
        (24h/week/month), `workplace` (onsite/remote/hybrid), `job_type`,
        `experience`, `salary` band and `sort`, and collect up to `max_results`
        across pages. `mode=detail` with a `job_id` returns one job's full
        description, seniority, employment type, job function, industries and
        applicant count. No LinkedIn login required.
      operationId: linkedin_jobs_jobs_linkedin_post
      parameters:
        - name: keyword
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: >-
              Job search terms, e.g. 'python developer'. Required for
              mode=search.
            title: Keyword
          description: Job search terms, e.g. 'python developer'. Required for mode=search.
        - name: location
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: >-
              Location text, e.g. 'United States' or 'Berlin, Germany'.
              Optional.
            title: Location
          description: Location text, e.g. 'United States' or 'Berlin, Germany'. Optional.
        - name: mode
          in: query
          required: false
          schema:
            type: string
            description: >-
              'search' (default) for a job list, or 'detail' for one job by
              job_id.
            default: search
            title: Mode
          description: >-
            'search' (default) for a job list, or 'detail' for one job by
            job_id.
        - name: job_id
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: 'For mode=detail: a numeric LinkedIn job id or a /jobs/view/ URL.'
            title: Job Id
          description: 'For mode=detail: a numeric LinkedIn job id or a /jobs/view/ URL.'
        - name: max_results
          in: query
          required: false
          schema:
            type: integer
            maximum: 1000
            minimum: 1
            description: How many jobs to collect across pages (search mode).
            default: 25
            title: Max Results
          description: How many jobs to collect across pages (search mode).
        - name: time_posted
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: 'Time posted filter: 24h, week, month.'
            title: Time Posted
          description: 'Time posted filter: 24h, week, month.'
        - name: workplace
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: 'Workplace type (comma-separated ok): onsite, remote, hybrid.'
            title: Workplace
          description: 'Workplace type (comma-separated ok): onsite, remote, hybrid.'
        - name: job_type
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: >-
              Job type (comma-separated ok): full_time, part_time, contract,
              temporary, internship, volunteer, other.
            title: Job Type
          description: >-
            Job type (comma-separated ok): full_time, part_time, contract,
            temporary, internship, volunteer, other.
        - name: experience
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: >-
              Experience level (comma-separated ok): internship, entry,
              associate, mid_senior, director, executive.
            title: Experience
          description: >-
            Experience level (comma-separated ok): internship, entry, associate,
            mid_senior, director, executive.
        - name: salary
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: >-
              Minimum salary band (US$): 40k, 60k, 80k, 100k, 120k, 140k, 160k,
              180k, 200k.
            title: Salary
          description: >-
            Minimum salary band (US$): 40k, 60k, 80k, 100k, 120k, 140k, 160k,
            180k, 200k.
        - name: sort
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: 'Sort order: relevant, recent. Defaults to LinkedIn''s relevance.'
            title: Sort
          description: 'Sort order: relevant, recent. Defaults to LinkedIn''s relevance.'
        - name: geo_id
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: >-
              LinkedIn numeric geoId for a precise region (advanced; overrides
              location text).
            title: Geo Id
          description: >-
            LinkedIn numeric geoId for a precise region (advanced; overrides
            location text).
        - name: distance
          in: query
          required: false
          schema:
            anyOf:
              - type: integer
                maximum: 100
                minimum: 0
              - type: 'null'
            description: Search radius in miles around the location.
            title: Distance
          description: Search radius in miles around the location.
        - name: enrich
          in: query
          required: false
          schema:
            type: boolean
            description: >-
              Search mode: also fetch each job's full description + criteria
              (bounded to 25 jobs). Slower.
            default: false
            title: Enrich
          description: >-
            Search mode: also fetch each job's full description + criteria
            (bounded to 25 jobs). Slower.
        - name: proxy_country
          in: query
          required: false
          schema:
            anyOf:
              - type: string
              - type: 'null'
            description: Exit-IP country (ISO-2). Leave blank to let the API pick.
            title: Proxy Country
          description: Exit-IP country (ISO-2). Leave blank to let the API pick.
      responses:
        '200':
          description: JSON with a `jobs` array (search) or a single `job` object (detail).
          content:
            application/json:
              schema: {}
        '400':
          description: Invalid parameters.
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
        '502':
          description: Blocked by LinkedIn or no data returned.
        '504':
          description: Fetch timed out.
      security:
        - ScrapeUnblockerKey: []
components:
  schemas:
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
          title: Detail
      type: object
      title: HTTPValidationError
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
          title: Location
        msg:
          type: string
          title: Message
        type:
          type: string
          title: Error Type
      type: object
      required:
        - loc
        - msg
        - type
      title: ValidationError
  securitySchemes:
    ScrapeUnblockerKey:
      type: apiKey
      in: header
      name: x-scrapeunblocker-key
      description: Your ScrapeUnblocker API key. Apply on every request.

````