Multi-source Company API

Overview

This section covers basic information on the Multi-source Company API. To learn more about the API and its endpoints, follow the links below:

Multi-source Company API endpoints

Our API is a data retrieval tool. The endpoints do not support analytic features.

Multi-source Company API features two search and two collect endpoints for searching and collecting relevant Multi-source Company data.

Request type
Endpoint
Function

POST

/v2/company_multi_source/search/es_dsl

Search for relevant company data using Elasticsearch DSL schema

POST

/v2/company_multi_source/search/es_dsl/preview

Retrieves a small set of partial data using Elasticsearch queries

GET

/v2/company_multi_source/collect/{company_id}

Collect Multi-source company data using IDs

GET

/v2/company_multi_source/collect/{shorthand_name}

Collect Multi-source company data using shorthand names*

GET

/v2/company_multi_source/enrich?website={URL}

Collect Multi-source company data using website URLs

*📌 Full profile URL example: www.professional-network.com/company/example-company. Shorthand name example: example-company.

Request types

Multi-source Company API supports two types of requests:

  • Search endpoints support POST requests only.

  • Collect endpoints support the GET requests only.

Request type
Endpoint

POST

/v2/company_multi_source/search/es_dsl

POST

/v2/company_multi_source/search/es_dsl/preview

GET

/v2/company_multi_source/collect/{company_id}

GET

/v2/company_multi_source/collect/{shorthand_name}

GET

/v2/company_multi_source/enrich?website={URL}

Rate limits

Multi-source Company API endpoints restrict the number of requests allowed per second.

Search endpoints

Enrichment endpoints

Collection endpoints

18 requests per second

18 requests per second

54 requests per second

Credits

Two search credits are deducted for one successful (200) request in the search endpoint:

  • /v2/company_multi_source/search/es_dsl

  • /v2/company_multi_source/search/es_dsl/preview

Two collection credits are deducted for one successful (200) request in the collection endpoints:

  • /v2/company_multi_source/collect/{company_id}

  • /v2/company_multi_source/collect/{shorthand_name}

  • /v2/company_multi_source/enrich?website={URL}


Read more about credits in the following topic:

Last updated

Was this helpful?