---
title: "Get the LinkedIn job details"
method: GET
path: "/linkedin/job"
---

# Get the LinkedIn job details

`GET /linkedin/job`

Get the LinkedIn job details by job ID or URL.

## Query parameters

- `jobId` string
- `url` string, url

## Response `200`

Job details response

- object
  - `element` Job
    - `id` string, required
    - `title` string
    - `linkedinUrl` string
    - `jobState` string
    - `postedDate` string, date-time
    - `descriptionText` string
    - `descriptionHtml` string
    - `location` object
      - `linkedinText` string
      - `postalAddress` string, nullable
      - `parsed` object
        - `text` string
        - `countryCode` string
        - `regionCode` string, nullable
        - `country` string
        - `countryFull` string
        - `state` string
        - `city` string
    - `employmentType` string
    - `workplaceType` string
    - `workRemoteAllowed` boolean
    - `easyApplyUrl` string
    - `applicants` integer
    - `companyName` string
    - `companyLogo` string
    - `companyLink` string
    - `companyUniversalName` string
    - `salary` object
      - `min` string
      - `max` string
      - `currency` string
      - `text` string
    - `views` integer
    - `expireAt` string, date-time
    - `new` boolean
    - `jobApplicationLimitReached` boolean
    - `applicantTrackingSystem` string
  - `status` string
  - `error` string
  - `query` object
    - `jobId` string
    - `url` string

## Other responses

- `400` — Invalid request parameters

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/versions/8dbddebc7f88/schema)
