Bulk Enrichment
The Bulk enrichment API lets you look up multiple people at once. You can enrich up to 1000 profiles in a single API call.
Last updated
The Bulk enrichment API lets you look up multiple people at once. You can enrich up to 1000 profiles in a single API call.
Last updated
At the moment, the real-time & waterfall options are only available in the single contact Enrichment API
To get more detail about the API parameters, response types and sample calls, click the arrow to the right on the card below.
POST
https://api.exactbuyer.com/v1/bulk-enrich
This endpoint allows you to enrich multiple contacts at once.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The credits deducted will be equal to the amount of records that the bulk enrichment API was successfully able to enrich. This means that if the API was able to find data for the required_fields
that were sent as parameters then it will deduct one credit per enrichment.
It does not matter if the contact was previously enriched in the past 30 days through another API, if enrichment is successful for this contact in the bulk enrichment then a credit will be deducted against it.
X-API-Key*
string
Your API key
required_fields
array
A list of certain fields which must be present in each enriched contact. If the required_fields are specified, a match will only be considered successful if it contains all of these fields.
Possible values for each field_type
entry in the required_fields list:
email
: Require any email
work_email
: Require work email personal_email
: Require personal email
phone
: Require phone number
social_profile
: Require any social profile e.g. linkedin profile
query_list
array
A list of emails/social profiles/phones to enrich. Up to 1000 inputs can be provided in one request.