Search job listings
Returns job listings (title, company, location, description) for a query like ‘software engineer in New York’. Paginate with nextPageToken from a previous response. Costs 1 data credit per call.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Company ID whose data credits are billed for the call
Job search query, e.g. 'software engineer in New York'
Two-letter country code (default 'us')
Results language (default 'en_us')
Pagination token from a previous response
Filter chips string from a previous response (e.g. date_posted:today)
Search radius in kilometers
Set to '1' to only return work-from-home jobs
Advanced filter string from a previous response
Response
Job listings payload (jobs_results) with pagination
Job listings payload. jobs_results holds the listings (title, company_name, location, description, extensions); scroll further pages with the returned pagination token. The response body is the raw payload object.

