GET
/
v2
/
jobs
/
details

This ednpoint is supposed to be used when you already have job_id recevied from job search endpoint. The job_id is the unique identifier for the job. The job URL is the URL of the job’s LinkedIn page.

The URL also can be found by visiting the job’s LinkedIn page and copying the URL from the address bar.

JOB_ID=234280 # Canonical Company ID for Example
curl -X GET "https://gateway.getapihub.cloud/api/v2/jobs/details?job_id=$JOB_ID" -H  "X-API-Key: $YOUR_API_KEY"

Authorizations

x-api-key
string
headerrequired

API Key obtained on https://app.getapihub.cloud

Query Parameters

job_id
string
required

If of the Job from LinkedIn received in the search results

Response

200 - */*
apply_method
object
closed
boolean
company
object
content_language
object
description
string
expireAt
integer
formatted_experience_level
string
formatted_industries
string[]
formatted_job_functions
string[]
id
string
industries
integer[]
job_functions
string[]
listed_at_date
string
location
string
original_listed_date
string
state
string
title
string
type
string
url
string
views
integer
workPlace
string
work_remote_allowed
boolean