UnifAPI Docs
Linkedin

Get a LinkedIn job posting by ID

GET
/linkedin/jobs/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

id*string
Length1 <= length

Query Parameters

include_skills?string

If true, upstream includes the inferred required-skills list (counts as 1 additional upstream call).

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/jobs/string"
{
  "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"
  }
}
{
  "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
    ]
  }
}