---
title: "Search LinkedIn jobs"
method: GET
path: "/linkedin/job-search"
---

# Search LinkedIn jobs

`GET /linkedin/job-search`

Search LinkedIn jobs by title, company, location, and more.

## Query parameters

- `search` string
- `companyId` string
- `location` string
- `geoId` string
- `sortBy` string
- `workplaceType` string
- `employmentType` string
- `salary` string
- `postedLimit` string
- `experienceLevel` string
- `industryId` string
- `functionId` string
- `under10Applicants` string
- `easyApply` string
- `page` integer

## Response `200`

Job search response

- object
  - `elements` JobShort[]
    - `id` string, required
    - `url` string
    - `title` string
    - `postedDate` string, date-time
    - `company` object
      - `name` string
      - `universalName` string
      - `linkedinUrl` string
    - `location` object
      - `linkedinText` string
    - `easyApply` boolean
  - `pagination` Pagination
    - `totalPages` integer
    - `totalElements` integer
    - `pageNumber` integer
    - `previousElements` integer
    - `pageSize` integer
    - `paginationToken` string, nullable
  - `status` string
  - `error` string
  - `query` object
    - `title` string
    - `companyId` string
    - `location` string
    - `geoId` string
    - `sortBy` string
    - `workplaceType` string
    - `postedLimit` string
    - `page` integer

## 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)
