Skip to contents

Jobs

Get job postings for a company.

View as Markdown

Returns a paginated list of job postings published by the specified company.

Endpoint

Parameters

ParameterTypeInDescription
company_idintegerpathThe unique identifier of the company.
pageintegerqueryPage number (default: 1).
limitintegerqueryRecords per page (default: 100).

Code Examples

Get job postings

Response

Success response

Error Handling

Error response

This endpoint can also return {"status": 402, "message": "payment required"} when the subscription is canceled or expired, and {"status": 429, "message": "quota exhausted"} when the plan’s report quota for the current period is used up.