Enrich Contact avatar

Enrich Contact

Pricing

Pay per event

Go to Apify Store
Enrich Contact

Enrich Contact

Enrich a contact with 50+ fields: job title, seniority, department, LinkedIn URL, company data, and more. Requires email, LinkedIn URL, or name + company.

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 β€” Enrich Contact

Enrich any contact with 250+ fields β€” job title, seniority, email, phone, LinkedIn, and full company data β€” in real time.

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


What does this Actor do?

Given one or more identifiers (email, LinkedIn URL, name + company…), this Actor returns a comprehensive contact profile: professional details, seniority, department, verified email, phone number, LinkedIn URL, and rich company firmographic data β€” all fetched live, no cached profiles.

Use cases

  • Enrich inbound leads before they hit your CRM
  • Score contacts by seniority and company size for ICP routing
  • Auto-fill missing fields on existing CRM records

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": "..."}]
emailContact email address.sylvain@enrich-crm.com
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.enrich-crm.com
companyNameCompany name.Enrich CRM
contactLinkedinUrlPersonal LinkedIn profile URL.https://www.linkedin.com/in/sylvaincharmet/
contactLinkedinSalesNavUrlPersonal Sales Navigator URL.https://www.linkedin.com/sales/people/ACwAABx53k4B...
contactLinkedinSalesNavIdNumerical Sales Navigator personal ID.ACwAABx53k4B...
companyLinkedinUrlCompany LinkedIn page URL.https://www.linkedin.com/company/enrich-crm/
companyLinkedinSalesNavUrlCompany Sales Navigator URL.https://www.linkedin.com/sales/company/105261719
companyLinkedinIdNumerical LinkedIn company ID.105261719
companyLinkedinSalesNavIdNumerical Sales Navigator company ID.105261719

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
fullNamestringFull name
emailstringProfessional email address
emailVerifiedbooleanWhether the email passed verification
phonestringDirect phone number
mobilePhonestringMobile phone number
jobTitlestringCurrent job title
senioritystringSeniority level (C-Level, VP, Director, Manager, IC…)
departmentstringDepartment (Sales, Marketing, Engineering…)
linkedinUrlstringPersonal LinkedIn URL
twitterUrlstringTwitter/X profile URL
locationstringCity and country
companyNamestringCurrent company name
companyDomainstringCompany domain
companyLinkedinUrlstringCompany LinkedIn URL
companyHeadcountintegerNumber of employees
companyHeadcountRangestringHeadcount range (e.g. '51-200')
companyIndustrystringIndustry vertical
companyHqCountrystringHQ country
companyHqCitystringHQ city
companyFoundedYearintegerYear the company was founded
companyFundingStagestringLatest funding stage (Seed, Series A…)
companyTotalFundingintegerTotal funding raised in USD
confidenceScorenumberMatch confidence score (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