cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/linkedin/job/search \ --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" } ], "total": 123 }
Search for job listings based on keywords, location, and other filters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Job title or keywords to search for
Job location
Filter for remote jobs
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?