GET
/
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/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 - */*
applyMethod
object
closed
boolean
company
object
contentLanguage
object
description
string
expireAt
integer
formattedExperienceLevel
string
formattedIndustries
string[]
formattedJobFunctions
string[]
id
string
industries
integer[]
jobFunctions
string[]
listedAt
integer
listedAtDate
string
location
string
originalListedAt
integer
originalListedDate
string
state
string
title
string
type
string
url
string
views
integer
workPlace
string
workRemoteAllowed
boolean