Elasticsearch DSL
Data type:
Query type:
URL:
Clean Company
Elasticsearch DSL
https://api.coresignal.com/cdapi/v2/company_clean/search/es_dsl
Overview
Use the /v2/company_clean/search/es_dsl
endpoint to find company data matching your specifications.
Elasticsearch schema
Having trouble writing Elasticsearch queries on your own?
Explore AI query builder feature available in Self-service playground. Write a prompt, and AI assistant will automatically convert it into a query.
Possible input values
You can look for available input values in the general Elasticsearch DSL topic and find the lists of the following fields:
type
size_range
industry
location_hq_regions
last_round_type
Sorting options
Find several examples of the available sorting options. All information about the sorting is in the general Elasticsearch DSL topic.
{
"query": {
"bool": {
"must": [
{
"query_string": {
"query": "2023",
"default_field": "founded",
"default_operator": "and"
}
}
]
}
},
"sort": [
"_score"
]
}
Additional sorting fields
Clean Company includes additional numerical sorting options. Sorting is made in descending order by a selected field. If several fields have the same value, sorting is made by the last_updated
field. If the last_updated
values are also the same, sorting is then done by the id
field. Sorting fields are listed below:
followers
,size_employees_count
Last updated
Was this helpful?