Collect
Find instructions for collection endpoint usage and data collection. Use the collection endpoints to collect company data using IDs or shorthand names. ::::LinkArray :::LinkArrayItem{headerImage headerColor}
Learn how to obtain company data using IDs. :::
:::LinkArrayItem{headerImage headerColor}
Learn how to obtain company data using shorthand names. ::: ::::
Company ID
/v2/company_base/collect/{company_id}
Shorthand name
/v2/company_base/collect/{shorthand_name}
Company ID
Retrieved using search endpoints.
Company shorthand name
Taken directly from profile URL (e.g., example-company from* www.professional-network.com/company/example-company*).
::
:LinkArray :::LinkArrayItem{headerImage headerColor} ### [Search filters endpoint](https://docs.coresignal.com/api/company-api-search-filters-endpoint) :::
:::LinkArrayItem{headerImage headerColor}
:::
:::LinkArrayItem{headerImage headerColor}
:::
:::LinkArrayItem{headerImage headerColor}
::: :::: :::::
:
CodeblockTabs cURL request
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_base/collect/{company_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
:::
Copy the edited request.
Import the request in Postman by clicking the Import button and pasting the request in:

Click Authorization
Select *API Key. *Enter the correct values - Key – enter
apikey
- Value – enter your unique API KeySend the request
Collect company data from Body. ::::
:
CodeblockTabs cURL request example
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_base/collect/{shorthand_name}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'
:::
Copy the edited request.
Import the request in Postman by clicking on the Import button and pasting the request in:

Click* Authorization*
Select the* API Key. *Enter the correct values - Key – enter
apikey
- Value – enter your unique API KeySend the request
Collect company data from Body. ::::
Was this helpful?