Similar Contacts
The Similar Contacts API lets you fetch lookalike contacts using the same parameters as the Enrichment API.
To get more detail about the API parameters, response types and sample calls, click the arrow to the right on the card below.
Get similar contacts
GET
https://api.exactbuyer.com/v1/similar-contacts
This endpoint allows you to find similar contacts for a given social profile/email/phone.
Query Parameters
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.
phone
string
The phone number to look up.
string
The email address to look up.
social_profile
string
The social profile to lookup e.g. linkedin profile URL
size
Int
Number of similar companies in the output. Maximum: 10 Default: 10
Headers
X-API-Key
string
Your API key
Minimum Inputs
The minimum combination of inputs that must be present in a request to return valid similar contacts is mentioned below:
Examples
Get similar contacts via LinkedIn profile
Get similar contacts via first name, last name & company domain.
Last updated