Unif API Docs

Get a LinkedIn job posting by ID

Return a LinkedIn job posting by ID, including title, company, location, description, and optional skills or hiring-team data. 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/jobs/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

UnifAPI API key. Provider credentials are managed by UnifAPI.

In: header

Path Parameters

id*string
Length1 <= length

Query Parameters

include_skills?string

If true, include the inferred required-skills list.

Value in

  • "true"
  • "false"
include_hiring_team?string

If true, include hiring-team information.

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/jobs/string"
{  "request_id": "string",  "data": {    "id": "string",    "title": "string",    "description": "string",    "job_url": "string",    "location": "string",    "location_geocode": "string",    "country_code": "string",    "state": "string",    "level": "string",    "employment_type": "string",    "is_new": true,    "view_count": 0,    "apply_count": 0,    "salary": {      "min": "string",      "max": "string",      "currency": "string",      "pay_period": "string",      "is_present": true    },    "is_remote_allowed": true,    "listed_at": "string",    "original_listed_at": "string",    "expire_at": "string",    "industries": [      "string"    ],    "job_functions": [      "string"    ],    "benefits": [      "string"    ],    "workplace_types": [      "string"    ],    "company": {      "id": "string",      "name": "string",      "universal_name": "string",      "url": "string",      "description": "string",      "follower_count": 0,      "staff_count": 0,      "industries": [        "string"      ],      "logo_url": "string"    }  },  "billing": {    "credits_charged": 0,    "records_charged": 0,    "balance_remaining": 0,    "truncated_due_to_balance": true  }}