Collect
Data type:
URLs:
Clean Company
https://api.coresignal.com/cdapi/v2/company_clean/collect/{company_id} https://api.coresignal.com/cdapi/v2/company_clean/collect/{shorthand_name}
Overview
Explore the potential application and helpful tips for the endpoint /v2/company_clean/collect
usage.
Use the company collection endpoints to collect the company profile data using the company ID or company profile shorthand name (e.g., tesla from Professional network profile URL www.professional-network.com/company/tesla).
Learn how to obtain Clean Company API data using company IDs.
Learn how to obtain Clean Company API data using company shorthand names.
Company collection endpoints
Company ID
/v2/company_clean/collect/{company_id}
Collect Clean Company data using company IDs (retrieved using company search endpoints)
Shorthand name
/v2/company_clean/collect/{shorthand_name}
Collect Clean Company data using shorthand names taken from company profile URLs
Collection using company IDs
Examples in this article are prepared using Postman.
However, you can use the most convenient tool for you: terminal, Postman, or any API-compatible application.
cURL (Postman)
Paste in the numeric company ID instead of {company_id}
and API Key instead of {API Key}
in the request template:
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{company_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
Collection using company shorthand names
Examples in this article are prepared using Postman.
cURL (Postman)
Paste in the numeric company ID instead of {company_id}
and API Key instead of {API Key}
in the request template:
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{shorthand_name}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
Last updated
Was this helpful?