Skip to main content
GET
/
company
/
jobs
Get Company Job Listings
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

companyId
string
required
limit
integer
default:20

Response

200 - application/json

Successful response

jobs
object[]