Jobs Data API
Endpoints
Elasticsearch DSL
6min
Data type: Job Query type: Elasticsearch Domain Specific Language (ES DSL) URL: /v1/professional_network/job/search/es_dsl.
Use the /v1/professional_network/job/search/es_dsl endpoint for more sophisticated queries. For example, you can use fuzzy and wildcard queries in the endpoint. Additionally, the endpoint allows you to operate filters that mimic our job posting data, enabling you to write more sophisticated queries than using the /v1/professional_network/job/search/filter endpoint.
Refer to the Jobs Elasticsearch schema.
Information on possible sorting options.
Information about the endpoint limitations.
- We do not own the functions and syntax that this endpoint operates in. For all specific Elasticsearch DSL information, please refer to their official documentation.
- The endpoint accepts the query object of a standard Elasticsearch request. Please refer to the queries here.
- No matter the content of the query, the search only returns the record ID (like all other Search endpoints).
- Queries in this endpoint are limited to 15,000 characters.
- Search returns 1000 results per page.
- The maximum number of clauses a BooleanQuery can contain (number of boolean operators within the query) is 1024.
Updated 30 Oct 2024
Did this page help you?