Search Filters: Base Company API
Data type:
Query type:
URL:
Base Company
Coresignal's custom filters
https://api.coresignal.com/cdapi/v2/company_base/search/filter
Overview
Use the endpoint to discover company IDs. It offers a less complex user experience than the /v2/company_base/search/es_dsl endpoint.
Explore the available filters, their potential applications, and helpful tips.
If you prefer uncomplicated queries, opt for this endpoint. Below are details about filter explanations and how to use them.
Endpoint structure
{
"name": "string",
"website": "string",
"exact_website": "string",
"size": "string",
"industry": "string",
"country": "string",
"location": "string",
"created_at_gte": "string",
"created_at_lte": "string",
"last_updated_gte": "string",
"last_updated_lte": "string",
"deleted": true,
"employees_count_gte": 0,
"employees_count_lte": 0,
"source_id": 0,
"founded_year_gte": 0,
"founded_year_lte": 0,
"funding_total_rounds_count_gte": 0,
"funding_total_rounds_count_lte": 0,
"funding_last_round_type": "string",
"funding_last_round_date_gte": "string",
"funding_last_round_date_lte": "string"
}Filter list
Sample request
Last updated
Was this helpful?