Base Company API
Overview
This section covers general details about Base Company API. Follow the links inside the topics to learn more about the API and its endpoints.
Base Company API endpoints
Base Company API features four search and two collect endpoints. Use the endpoints with any API-compatible application to retrieve Base Company data.
All Base Company API requests must be made over HTTPS. Requests made over HTTP will fail or be redirected to HTTPS.
Base Company API supports two types of requests:
Search endpoints support POST requests only.
Collect endpoints support the GET requests only.
Retrieves a small set of partial data using search filters
10
Search for relevant company profiles using Elasticsearch DSL schema
Free
Retrieves a small set of partial data using Elasticsearch queries
10
Collect company data using profile URLs or shorthand names*
10
*📌 Full profile URL example: www.professional-network.com/company/example-company. Shorthand name example: example-company.
Bulk Collect
Bulk Collect (Bulk API) expands upon Base Company API's functionality, featuring three POST and two GET endpoints. Bulk Collect allows you to search and collect company data in bulk using company IDs, search filters, or Elasticsearch DSL queries.
GET
/v2/data_requests/{data_request_id}/files
GET
/v2/data_requests/{data_request_id}/files/{file_name}
Read more about Bulk Collect in the following article:
Last updated
Was this helpful?