Skip to main content
GET
/
job
/
search
Search Jobs
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
}

Authorizations

Authorization
string
header
required

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

Query Parameters

keywords
string

Job title or keywords to search for

location
string

Job location

limit
integer
default:25
remote
boolean

Filter for remote jobs

Response

200 - application/json

Successful response

jobs
object[]
total
integer