Enrich multiple companies in a single request. Maximum 10 companies per request. Returns partial results if some lookups fail.
Use the API token from your personal Village account: https://village.do/settings#api-keys
For verified apps accessing user data, create a user token: https://docs.village.do/api-reference-v2/authentication/create-authorization
Bulk company enrichment request (max 10 companies)
Array of company identifiers to enrich
1 - 10 elementsCompany identifier - provide one of: domain, linkedin_url, or url
[
{ "domain": "example.com" },
{
"linkedin_url": "https://linkedin.com/company/acme-corp"
},
{ "url": "techstartup.io" }
]