Enrich-CRM — Reverse Email avatar

Enrich-CRM — Reverse Email

Pricing

Pay per event

Go to Apify Store
Enrich-CRM — Reverse Email

Enrich-CRM — Reverse Email

Retrieve full contact and company profile from any professional email address.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Enrich-CRM

Enrich-CRM

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

4 days ago

Last modified

Share

🔍 Enrich-CRM — Reverse Email

Identify and enrich any contact from their email address — name, job title, company, LinkedIn, and more.

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


What does this Actor do?

From a single email address, retrieve the full identity of the sender or recipient: name, current job title, seniority level, company, LinkedIn profile, headcount, funding stage, and more. Ideal for enriching inbound emails before they reach your team.

Use cases

  • Identify who is emailing your sales alias before the AE picks up
  • Enrich newsletter subscribers with job and company data
  • Trigger Slack alerts with contact profile when a key prospect emails you

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": "..."}]
emailThe email address to reverse-search. Required.sylvain@enrich-crm.com
firstNameHint: first name of the contact (improves accuracy).Sylvain
lastNameHint: last name of the contact (improves accuracy).Charmet
fullNameHint: full name of the contact.Sylvain Charmet

Single-item example

{
"email": "sylvain@enrich-crm.com"
}

Batch mode example

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

{
"items": [
{
"email": "sylvain@enrich-crm.com"
},
{
"email": "sylvain@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
firstNamestringFirst name
lastNamestringLast name
jobTitlestringCurrent job title
senioritystringSeniority level (C-Level, VP, Director, Manager, IC…)
departmentstringDepartment
linkedinUrlstringPersonal LinkedIn URL
companyNamestringCurrent company name
companyDomainstringCompany domain
companyHeadcountintegerNumber of employees
companyIndustrystringIndustry vertical
companyHqCountrystringHQ country
companyFundingStagestringLatest funding stage
confidenceScorenumberMatch confidence (0–100)

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