v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
jobs

Search jobs

Search jobs by params.

get/jobs

Query parameters

qstring

full-text search query based on a job title; case insensitive; e.g. java developer

limitinteger

number of elements to return. max value is 100

offsetinteger

number of elements to skip while processing result; this method of paging is very slow and is deprecated, please use pageId instead

pageIdstring

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.

sort'default' | 'job_id'

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.
citystring[]

city filter (part of the location object); can be used repeatedly; case sensitive; e.g. San Francisco

departmentstring[]

department filter (by department label); can be used repeatedly; case sensitive; e.g. “Marketing”

updatedAfterstring date-time

ISO8601-formatted time boundaries for the job update time, Format: yyyy-MM-ddTHH:mm:ss.SSSZZ

lastActivityAfterstring date-time

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.

language'af' | 'am' | 'ar' | 'az' | 'bg' | 'bn' | 'ca' | 'cs' | 'cy' | 'da' | 'de' | 'el' | 'en' | 'en-GB' | 'es' | 'es-MX' | 'et' | 'eu' | 'fa' | 'fi' | 'fil' | 'fr' | 'fr-CA' | 'ga' | 'gl' | 'gu' | 'he' | 'hi' | 'hr' | 'hu' | 'hy' | 'id' | 'is' | 'it' | 'ja' | 'ka' | 'km' | 'kn' | 'ko' | 'lo' | 'lt' | 'lv' | 'ml' | 'mn' | 'mr' | 'ms' | 'ne' | 'nl' | 'no' | 'pl' | 'pt' | 'pt-BR' | 'ro' | 'ru' | 'si' | 'sk' | 'sl' | 'sr' | 'sv' | 'sw' | 'ta' | 'te' | 'tr' | 'uk' | 'ur' | 'vi' | 'zh-CN' | 'zh-TW' | 'zu'

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'CREATED' | 'SOURCING' | 'FILLED' | 'INTERVIEW' | 'OFFER' | 'CANCELLED' | 'ON_HOLD'

Status of a job. Deprecated - cannot be used repeatedly. To filter by multiple status, use "statuses".

statusesstring[]

Job status filter, can be used repeatedly. When present, overrides "status".

postingStatus'PUBLIC' | 'INTERNAL' | 'NOT_PUBLISHED' | 'PRIVATE'

Posting status of a job

hiringTeamMemberIdstring[]

Filter jobs to those where any of the given users is a member of the job's hiring team. Values are user identifiers.

Headers

Accept-Language'af' | 'am' | 'ar' | 'hy' | 'az' | 'eu' | 'bn' | 'bg' | 'ca' | 'zh-CN' | 'zh-TW' | 'hr' | 'cs' | 'da' | 'nl' | 'en-GB' | 'en' | 'et' | 'fi' | 'fr' | 'fr-CA' | 'gl' | 'ka' | 'de' | 'el' | 'gu' | 'iw' | 'hi' | 'hu' | 'is' | 'id' | 'ga' | 'it' | 'ja' | 'kn' | 'km' | 'ko' | 'lo' | 'lv' | 'lt' | 'ms' | 'ml' | 'mr' | 'mn' | 'ne' | 'no' | 'fa' | 'fil' | 'pl' | 'pt' | 'pt-BR' | 'pt-PT' | 'ro' | 'ru' | 'sr' | 'si' | 'sk' | 'sl' | 'es' | 'es-MX' | 'sw' | 'sv' | 'ta' | 'te' | 'tr' | 'uk' | 'ur' | 'vi' | 'cy' | 'zu'

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.

limitinteger
offsetinteger
nextPageIdstring
totalFoundinteger