Search Preview: Multi-source Company API
Overview
Request query
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/company_multi_source/search/es_dsl/preview' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"query": {
"bool": {
"should": [
{
"query_string": {
"query": "it",
"default_field": "company_name",
"default_operator": "and"
}
}
]
}
}
}'Response structure
Data field
Description
Data type
Pagination
Sorting options
Last updated
Was this helpful?