cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/linkedin/company/jobs \ --header 'Authorization: Bearer <token>'
{ "jobs": [ { "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" } ] }
Retrieve all job listings posted by a company
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes
"4182818517"
"Senior Software Engineer"
"Tech Corp"
"San Francisco, CA (Remote)"
"We are looking for an experienced software engineer..."
"2025-03-15T03:15:50.000Z"
"https://www.linkedin.com/jobs/view/4182818517"
Was this page helpful?