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.
Bulk Enrich Contacts
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"contacts": [
{
"enriched_contact": {
"full_name": ...,
.....
},
"value": "linkedin.com/in/edankrolewicz"
},
{
"enriched_contact": null,
"value": "linkedin.com/in/randomlinkedinaddress"
}
],
"records_enriched": 1
}Credit Deduction:
Examples
Last updated
Was this helpful?