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

This API returns a large volume of data. For ease of use, we’ve divided the process into three endpoints. One to start the enrichment, one to check the status of your enrichment, and one to get the results.

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

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"]
}

Check List Status

Check List Status

Track 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 Data

Last updated