curl -G -H "Authorization: Bearer ${YOUR_API_KEY}" 'https://enrichlayer.com/api/v2/search?url=https://apple.com'
Get contact details of anyone
Fetch personal mobile numbers of prospects. Personal mobile numbers are useful for cold calls.
curl -G -H "Authorization: Bearer ${YOUR_API_KEY}" 'https://enrichlayer.com/api/v2/search?url=https://apple.com'
Personal Mobile Number
Get prospects' personal mobile numbers for cold calling.
curl -G -H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/contact-api/personal-contact'\
--data-urlencode 'company_name=Centene_Corp' \
{
"numbers": [55543226244]
}
Work Email Address
Get the latest verified work emails of prospects as they hop between jobs. Work emails are useful for cold email outreach.
curl -G -H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/contact-api/personal-contact'\
--data-urlencode 'company_name=Centene_Corp' \
{
"email": "[email protected]",
"status": "email_found",
}
Personal Email Address
Personal emails are useful for recruitment outreach or retargeting via custom audience lists with Facebook ads.
curl -G -H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/contact-api/personal-contact'\
--data-urlencode 'company_name=Centene_Corp' \
{
"email": "[email protected]",
"status": "email_found",
}
Social Media
Discover Facebook, LinkedIn, and Twitter from the prospect's phone number.
curl -G -H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/contact-api/personal-contact'\
--data-urlencode 'company_name=Centene_Corp' \
{
"email": "[email protected]",
"status": "email_found",
}
Simple pricing for everyone
We have pricing plans for every level of usage.