Skip to main content
GET
/
job
/
{jobId}
Get Job Details
curl --request GET \
  --url https://api.zilodata.com/api/v1/linkedin/job/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "4182818517",
  "title": "Senior Software Engineer",
  "company": "Tech Corp",
  "location": "San Francisco, CA (Remote)",
  "description": "We are looking for an experienced software engineer...",
  "listedAt": "2025-03-15T03:15:50.000Z",
  "url": "https://www.linkedin.com/jobs/view/4182818517"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Job ID

Response

Successful response

id
string
Example:

"4182818517"

title
string
Example:

"Senior Software Engineer"

company
string
Example:

"Tech Corp"

location
string
Example:

"San Francisco, CA (Remote)"

description
string
Example:

"We are looking for an experienced software engineer..."

listedAt
string<date-time>
Example:

"2025-03-15T03:15:50.000Z"

url
string<uri>
Example:

"https://www.linkedin.com/jobs/view/4182818517"