Search Preview: Base Company API
Overview
Request queries
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/company_base/search/filter/preview' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"industry": "Data",
"location": "USA",
"founded_year_gte": 2022
}'curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/company_base/search/es_dsl/preview' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"query":{
"bool":{
"must":[
{
"query_string":{
"query":"2024",
"default_field":"founded",
"default_operator":"and"
}
}
]
}
}
}'Response structure
Data field
Description
Data type
Pagination
Last updated
Was this helpful?