Collect

All company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.

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. ::: ::::

Key
Collect endpoint

Company ID

/v2/company_base/collect/{company_id}

Shorthand name

/v2/company_base/collect/{shorthand_name}

Key
Value

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*).



::

Additional information

Other tutorials/helpful information for you to check before using the Company API collection endpoints:

: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}

::: :::: :::::

Examples in this article are prepared using Postman.

However, you can use the tool that is most convenient for you: terminal, Postman, or any API-compatible application.

:

Collection using IDs
  • Paste in the numeric profile ID instead of {company_id} and your API Key instead of {API Key} in the request template:

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 Key

  • Send the request

  • Collect company data from Body. ::::

:

Collection using shorthand names
  • Paste in the selected shorthand name instead of {shorthand_name} and your API Key instead of {API Key} in the request template:

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 Key

  • Send the request

  • Collect company data from Body. ::::

Was this helpful?