Skip to main content
GET
Search job listings

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Query Parameters

companyId
string
required

Company ID whose data credits are billed for the call

query
string
required

Job search query, e.g. 'software engineer in New York'

country
string

Two-letter country code (default 'us')

language
string

Results language (default 'en_us')

nextPageToken
string

Pagination token from a previous response

chips
string

Filter chips string from a previous response (e.g. date_posted:today)

lrad
string

Search radius in kilometers

ltype
string

Set to '1' to only return work-from-home jobs

uds
string

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.