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/{profile_url/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 IDs, profile URLs or shorthand names (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 profile URLs or 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/{profile_url/shorthand_name}
Collect Clean Company data using profile URLs or shorthand names taken from the 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}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{company_id}?fields=id&fields=name' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'Collection using profile URLs or shorthand names
Examples in this article are prepared using Postman.
cURL (Postman)
Use the provided request template below. Enter a valid profile_url or shorthand_name value and your API Key.
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{profile_url/shorthand_name}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{profile_url/shorthand_name}?fields=id&fields=name' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'Last updated
Was this helpful?