Unif API Docs

Search LinkedIn jobs by keyword and filters

Search LinkedIn job postings by keyword and filters as a cursor-paginated list. This operation is capacity-limited; the gateway makes up to 3 total attempts for transient failures.

Pricing — $ · min $0.001

Billed per record at 1 credit ($0.001) each, with a 1-credit ($0.001) minimum per call.

GET
/linkedin/search/jobs

Authorization

bearerAuth
AuthorizationBearer <token>

UnifAPI API key. Provider credentials are managed by UnifAPI.

In: header

Query Parameters

cursor?string
keyword*string

Free-text search query

Length1 <= length
sort_by?string
date_posted?string
geocode?string
company?string
title_id?string
experience_level?string
remote?string
job_type?string
function?string
industry?string
easy_apply?string

Value in

  • "true"
  • "false"
under_10_applicants?string

Value in

  • "true"
  • "false"

Header Parameters

Unifapi-Version?"2026-07-01"

Pin the API version an integration was built against (date-based, e.g. 2026-07-01). Omit to use the current version. Public URL paths stay stable and unversioned; breaking changes ship under a new dated version and are announced with Deprecation and Sunset response headers. The served version is echoed in every response's Unifapi-Version header. Policy: https://unifapi.com/versioning.md

Default"2026-07-01"

Value in

  • "2026-07-01"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/linkedin/search/jobs?keyword=string"
{  "request_id": "string",  "data": [    {      "id": "string",      "title": "string",      "job_url": "string",      "listed_at": "string",      "is_promoted": true,      "is_easy_apply": true,      "location": "string",      "company": {        "id": "string",        "name": "string",        "url": "string",        "logo_url": "string",        "is_verified": true      }    }  ],  "pagination": {    "has_more": true,    "next_cursor": "string"  },  "billing": {    "credits_charged": 0,    "records_charged": 0,    "balance_remaining": 0,    "truncated_due_to_balance": true  }}