Collect
Data type:
URLs:
Multi-source Company
https://api.coresignal.com/cdapi/v2/company_multi_source/collect/{comany_id} https://api.coresignal.com/cdapi/v2/company_multi_source/collect/{shorthand_name}
Overview
Find instructions for collection endpoint usage and data collection.
Use the Multi-source company collection endpoints to collect company data using company IDs or shorthand names.
Learn how to obtain company data using IDs.
Learn how to obtain company data using shorthand names.
Company ID
/v2/company_multi_source/collect/{company_id}
Retrieved using Company search endpoints.
Shorthand name
/v2/company_multi_source/collect/{shorthand_name}
Taken directly from profile URL (e.g., example-company from www.professional-network.com/company/example-company).
Collection using 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_multi_source/collect/{company_id}' \
-H "accept: application/json"
-H "apikey: {API Key}"
Collection using shorthand names
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 selected company shorthand name instead of {shorthand_name}
and API Key instead of {API Key}
in the request template:
curl -X GET "https://api.coresignal.com/cdapi/v2/company_multi_source/collect/{shorthand_name}"
-H "accept: application/json"
-H "apikey: {API Key}"
Last updated
Was this helpful?