Enrichment

The Enrichment API lets you look up person and company data based on an email or social profile. For example, you could retrieve a person’s name, location and social handles from an email.

To get more detail about the API parameters, response types and sample calls, click the arrow to the right on the card below.

Enrich a contact

GET https://api.exactbuyer.com/v1/enrich

This endpoint allows you to enrich a single contact via email/phone/social profile.

Query Parameters

Name
Type
Description

realtime

boolean

Enable realtime data fetching. This may increase the latency by 10-15 seconds. Default: false. An additional credit will be deducted if this is true.

first_name

string

The first name of the person to look up.

last_name

string

The last name of the person to look up.

company_name

string

The name of a company where the person works at.

company_domain

string

The website of a company where the person works at.

required

string

A comma-separated string 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: email: Require any email work_email: Require verified work email

any_work_email: Require valid/probable work email personal_email: Require personal email phone: Require phone number

email_or_phone: Require any email or phone social_profile: Require any social profile e.g. linkedin

phone

string

The phone number to look up.

email

string

The email address to look up.

social_profile

string

The social profile to lookup e.g. linkedin profile URL

include_all_experiences

boolean

Include the complete employment history under the 'experiences' key in the response.

waterfall

boolean

Enable data fetching from additional sources. Useful for getting more coverage on emails and phones. An additional credit will be deducted if this is true.

Headers

Name
Type
Description

X-API-Key*

string

Your API key

API Response

Minimum Inputs

The minimum combination of inputs that must be present in a request to return a valid match is mentioned below:

Credit Deduction:

The first time a contact is enriched, one credit will be deducted. For the next 30 days, if the same contact is enriched, no additional credit will be deducted. In addition, we only deduct credits if our enrichment brings in useful information such as work/personal email, or phone numbers.

An additional will also be deducted if realtime is set to true or waterfall is set to true.

Response format

Phone numbers

Examples

Enrich via email

Enrich via first name, last name & company domain.

Last updated

Was this helpful?