Multi-source Company API
Our API is a data retrieval tool. The endpoints do not support analytic features.
Multi-source Company API features one search and two collect endpoints for searching and collecting relevant Multi-source Company data.
Request type | Endpoint |
---|---|
POST | /v2/company_multi_source/search/es_dsl |
GET | /v2/company_multi_source/collect/{company_id} |
GET | /v2/company_multi_source/collect/{shorthand_name} |
All Multi-source Company API requests must be made over HTTPS. Requests made over HTTP will fail.
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 | Function |
---|---|---|
POST | /v2/company_multi_source/search/es_dsl | Search for relevant company data using Elasticsearch DSL schema |
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* |
*📌 Full profile URL example: www.professional-network.com/company/example-company. Shorthand name example: example-company.
The Multi-source Company API endpoints restrict the number of requests allowed per second for each client's API token.
Multi-source Company API search endpoint
Multi-source Company API collection endpoints
Allows 18 requests per second.
Allow 54 requests per second.
Credit cost
- A successfully executed Multi-source Company API search query costs 2 Search credits.
- A successfully collected Multi-source Company data record costs 2 Collect credits.
The token issued for you has a set amount of search and collect credits:
Two Search Credits are deducted for one successful (200) request in the search endpoint:
- /v2/company_multi_source/search/es_dsl
Two Collect 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}
Discuss your credit needs with your account manager.