Multi-source API

Collect

7min

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.

Used key

Collect endpoints

Company ID

/v1/multi_source/company/collect/{company_id}

Shorthand name

/v1/multi_source/company/collect/{shorthand_name}

Company ID

Retrieved using Company search endpoints.

Company shorthand name

Taken directly from profile URL (e.g., example-company from www.linkedin.com/company/example-company).



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

Collection using IDs

Examples in this article are prepared using Postman.

However, you can use the most convenient tool for you: Swagger UI, 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 example

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

  • Click Authorization:
Document image

  • Select the Bearer token from the selection menu:
Document image

  • Make sure your JWT token has been imported to Postman:
Document image

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


Collection using shorthand names

Examples in this article are prepared using Postman.

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

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

  • Paste in the selected 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 the Import button and pasting the request in:
Document image

  • Click Authorization:
Document image

  • Select Bearer token and paste your token in:
Document image

  • Make sure your JWT token has been imported to Postman.
Document image

  • Send the request:
Document image

  • Collect company data from Body.