Domain Enrichment
Pass a list of websites of domains and get the contacts who work there with email addresses.
Domain Enrichment
POST
/domain_enrichment
Our Domain Enrichment API allows you to send a list of websites and returns detailed information about the companies behind those domains—along with verified contact data for key employees, including
Headers
Content-Type
application/json
Body
api_key
string
Your API key
listname
string
The name of your list to create / update.
domains
array
A list of domains to enrich. At least one domain is required. Example: ['sigilpartners.com', 'example.org']
Example
{
"api_key": "x9141mdq142",
"listname": "Sales Directors at Software Companies",
"domains": ["hubspot.com", "activecampaign.com"]
}
You can pass either the website or domain. For example, hubspot.com and https://hubspot.com are both valid inputs.
Check List Status
Check List StatusTrack the progress of your submitted list using this endpoint.
Download List Data
Once the enrichment is complete, use this endpoint to retrieve your results.
Download List DataLast updated