UnifAPI Docs
Linkedin

Search LinkedIn jobs by keyword and filters

GET
/linkedin/search/jobs

Authorization

bearerAuth
AuthorizationBearer <token>

UnifAPI API key (forwarded verbatim as the upstream provider token).

In: header

Query Parameters

cursor?string
keyword*string

Free-text search query

Length1 <= length
sort_by?string
date_posted?string
geocode?string
company?string
experience_level?string
remote?string
job_type?string
easy_apply?string
Value in"true" | "false"
has_verifications?string
Value in"true" | "false"
under_10_applicants?string
Value in"true" | "false"
fair_chance_employer?string
Value in"true" | "false"

Response Body

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"
{
  "items": [
    {
      "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
      }
    }
  ],
  "has_more": true,
  "next_cursor": "string"
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}