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/{profile_url/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, profile URLs or shorthand names.
Learn how to obtain Multi-source Company data using IDs
Learn how to obtain Multi-source Company data using profile URLs or shorthand names
Company ID
/v2/company_multi_source/collect/{company_id}
Retrieved using Company search endpoints.
Shorthand name
/v2/company_multi_source/collect/{profile_url/shorthand_name}
Use profile URLs or shorthand names, taken directly from the 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}"curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_multi_source/collect/{company_id}?fields=id&fields=company_name' \
-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)
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_multi_source/collect/{profile_url/shorthand_name}"
-H "accept: application/json"
-H "apikey: {API Key}"curl -X GET "https://api.coresignal.com/cdapi/v2/company_multi_source/collect/{profile_url/shorthand_name}?fields=id&fields=company_name"
-H "accept: application/json"
-H "apikey: {API Key}"Last updated
Was this helpful?