Overview
The Bulk Company Enrichment API provides a way to enrich multiple profiles using the Company Enrichment API in one request.Bulk Enrichment vs Company SearchThe Bulk Enrichment API is NOT the same as the Company Search API.The Bulk Enrichment API is the same as calling the Company Enrichment API multiple times.Use the Bulk Enrichment API when you want to get detailed profiles for a set of companies you already know (such as getting the funding details of each company in a list). Use the Company Search API to find an undetermined number of companies that match your search criteria (such as finding fast-growing companies in a certain industry).
Access & Billing
Any customer that has Company Enrich credits can use the Bulk Company Enrichment API. We will deduct the number of remaining Company Enrichment credits in your account by the number of200 status responses in a Bulk Enrichment request as though you made each request individually.
Request Format
The endpoint for the bulk enrichment api isPOST https://api.peopledatalabs.com/v5/company/enrich/bulk.
You can enrich up to 100 companies in a single request.
The request body must contain an array called requests with 1-100 individual request objects, each containing a params object for each request’s parameters. See Input Parameters - Company Enrichment API for details on the supported Enrichment API parameters.
JSON
Example
Response Format
Bulk Enrichment responses are a JSON Array of objects with the following fields:JSON
params in the input requests array.
Each response contains an individual status code that shows whether the enrichment for that particular request was successful (200) or not. See Errors for a detailed breakdown on all possible status codes.
