v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBSearch jobs
Search jobs by params.
Query parameters
full-text search query based on a job title; case insensitive; e.g. java developer
number of elements to return. max value is 100
number of elements to skip while processing result; this method of paging is very slow and is deprecated, please use pageId instead
unique identifier for next page of jobs - returned as nextPageId in previous page result. You must set job_id value for sort parameter if you use pageId.
Order in which results are returned.
- default - sorts results by creation date or by match score and creation date if query (q) is set. Can't be used with pageId parameter (request might not return all results)
- job_id - sorts results by job id. The only supported sorting order when using pageId based pagination.
city filter (part of the location object); can be used repeatedly; case sensitive; e.g. San Francisco
department filter (by department label); can be used repeatedly; case sensitive; e.g. “Marketing”
ISO8601-formatted time boundaries for the job update time, Format: yyyy-MM-ddTHH:mm:ss.SSSZZ
ISO8601-formatted time boundaries for the job lastActivityOn time, Format: yyyy-MM-ddTHH:mm:ss.SSSZZ. lastActivityOn is updated when job is edited, new candidates apply or job is published.
Exceptions to the language code ISO format:
- "en-GB" - "English - English (UK)"
- "es-MX" - "Spanish - español (México)"
- "fr-CA" - "French - français (Canada)"
- "pt-BR" - "Portugal - português (Brasil)"
- "zh-TW" - "Chinese (Traditional) - 中文 (香港)"
- "zh-CN" - "Chinese (Simplified) - 中文 (简体)"
Value "pt-PT" is deprecated and will not work, use "pt" instead.
Status of a job. Deprecated - cannot be used repeatedly. To filter by multiple status, use "statuses".
Job status filter, can be used repeatedly. When present, overrides "status".
Posting status of a job
Filter jobs to those where any of the given users is a member of the job's hiring team. Values are user identifiers.
Headers
Language code, can be two-letter for the standard variant or with additional two letters after a hyphen to identify a specific locale
Value "pt-PT" is deprecated and will not work, use "pt" instead.
language of returned content
Response
Jobs matching search criteria. | Note that location returned by this endpoint will not provide latitude and longitude.