Enrich
Data type:
URL:
Clean Company
https://api.coresignal.com/cdapi/v2/company_clean/enrich?website={URL}
Overview
Find instructions for collection endpoint usage and data collection.
Use the Clean Company enrichment endpoints to collect company data using websites or social media profile URLs as input.
Learn how to obtain company data using website URLs.
Used key
Collect endpoints
Website URL
/v2/company_clean/enrich?website={URL}
Collection using websites
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 website URL instead of {URL}
and API Key instead of {API Key}
in the request template:
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/enrich?website={URL}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
Here is an example:
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/enrich?website=thermofisher.com' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
Collect company data from Body:

Last updated
Was this helpful?