Company Data
...
Clean Company API
Endpoints

Collect

5min

Overview

Explore the potential application and helpful tips for the endpoint /v1/professional_network/clean_company/collect​ usage.

Use the company collection endpoints to collect the company profile data using the company ID or company profile shorthand name (e.g., Tesla from professional network profile URL www.professional_network.com/company/tesla).

URL for collection endpoints: https://api.coresignal.com/cdapi/v1/professional_network/clean_company/collect/

Company collection endpoints

/v1/professional_network/clean_company/collect/{company_id}



/v1/professional_network/clean_company/collect/{shorthand_name}



Collect Clean Company data using company IDs (retrieved using company search endpoints) Collect Clean Company data using shorthand names taken from company profile URLs.

Collection using company 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.

Remember to replace {JWT} with the personal token that was generated for you.

  • Paste in the numeric company ID instead of {company_id} and your JWT token instead of {JWT} in the request template:
cURL request

  • Copy the edited request.
  • Import the request in Postman by clicking on the Import button and pasting the request in:
Document image

  • Go to Authorization and select Bearer token from the selection menu by the Type to authenticate. Make sure your token has been imported to Postman.
Document image

  • Send the request.
  • Collect Clean Company data from the Response body:
Document image


Collection using company 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.

Remember to replace {JWT} with the personal token that was generated for you.

  • Paste in the company shorthand name instead of {shorthand_name} and your JWT token instead of {JWT} in the request template:
cURL request example

  • Copy the edited request.
  • Import the request in Postman by clicking on the Import button and pasting the request in:
Document image

  • Go to Authorization and select Bearer token to authenticate. Make sure your token has been imported to Postman.
Document image

  • Send the request.
  • Collect the company data from the Response body:
Document image