Search Filters Pagination: Base Company API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/company_base/search/filter?after="2025-03-17 13:23:06",4680650' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"industry": "Software Development",
"country": "United States",
"founded_year_lte": 2022
}'[
1000,
1001,
3000,
4004
]curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/company_base/search/filter?items_per_page=20' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"industry": "Analyst",
"country": "Germany",
"founded_year_lte": 2023
}'