Enrich
Data type:
URL:
Multi-source Company
https://api.coresignal.com/cdapi/v2/company_multi_source/enrich?website={URL}
Overview
Find instructions for collection endpoint usage and data collection.
Use the Multi-source 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.
Website URL
/v2/company_multi_source/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_multi_source/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_multi_source/enrich?website=thermofisher.com' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
Collect company data from Body:

Last updated
Was this helpful?