Enrich-CRM — Find Email avatar

Enrich-CRM — Find Email

Pricing

Pay per event

Go to Apify Store
Enrich-CRM — Find Email

Enrich-CRM — Find Email

Find a professional email address from a name + company domain or LinkedIn URL.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Enrich-CRM

Enrich-CRM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

✉️ Enrich-CRM — Find Email

Find the professional email address of any contact from their name + company domain or LinkedIn URL.

Powered by Enrich-CRM · Real-time data · No cached profiles · <1s response · GDPR compliant · EU servers


What does this Actor do?

Given a name and a company domain (or LinkedIn URL), this Actor finds and verifies the professional email address. Returns the email, confidence score, and verification status. Supports waterfall logic — provide more identifiers for higher accuracy.

Use cases

  • Find emails for LinkedIn prospects before outreach
  • Complete missing email fields in your CRM
  • Build outbound prospect lists from name + company data

Input parameters

Waterfall logic: provide more identifiers to increase accuracy. The API tries them in order until a confident match is found.

ParameterDescriptionExample
apiId(Optional) Your Enrich-CRM API key. Leave empty to use the built-in key (Apify fees apply).YOUR_KEY
items(Optional) JSON array for batch mode — see below.[{"email": "..."}]
firstNameFirst name. If provided, lastName is required.Sylvain
lastNameLast name. If provided, firstName is required.Charmet
fullNameFull name (alternative to firstName + lastName).Sylvain Charmet
domainCompany domain (primary identifier alongside name).enrich-crm.com
companyNameCompany name (used if domain is not available).Enrich CRM
contactLinkedinUrlPersonal LinkedIn URL (increases accuracy).https://www.linkedin.com/in/sylvaincharmet/
contactLinkedinSalesNavUrlPersonal Sales Navigator URL.https://www.linkedin.com/sales/people/ACwAABx53k4B...
companyLinkedinUrlCompany LinkedIn page URL.https://www.linkedin.com/company/enrich-crm/
companyLinkedinSalesNavUrlCompany Sales Navigator URL.https://www.linkedin.com/sales/company/105261719
companyLinkedinSalesNavIdNumerical Sales Navigator company ID.105261719

Single-item example

{
"firstName": "Sylvain",
"lastName": "Charmet",
"domain": "enrich-crm.com"
}

Batch mode example

Pass an items array to enrich multiple records in one run:

{
"items": [
{
"firstName": "Sylvain",
"lastName": "Charmet",
"domain": "enrich-crm.com"
},
{
"firstName": "Sylvain",
"lastName": "Charmet",
"domain": "enrich-crm.com"
}
]
}

Results are saved to the Actor's default dataset — one row per input item.


Response fields

FieldTypeDescription
_successbooleantrue if a result was found
_inputobjectThe input parameters sent for this item
emailstringFound professional email address
emailStatusstringVerification status: verified / risky / invalid
confidencenumberConfidence score for the found email (0–100)
firstNamestringFirst name (confirmed)
lastNamestringLast name (confirmed)
linkedinUrlstringPersonal LinkedIn URL
sourcesarrayData sources used to find the email

Pricing

ModelCost
First 10 calls per actorFree — no credit card required
Additional results$0.03 per result (charged only when data is found)
Bring Your Own Key (BYOK)Provide your apiId → billed directly by Enrich-CRM (1 credit = 1 result found)

A "result" means the API returned a non-empty profile. If no data is found for an input, no credit or Apify charge applies.


All Enrich-CRM Actors