API Enrichment avatar

API Enrichment

Pricing

from $100.00 / 1,000 enrichment results

Go to Apify Store
API Enrichment

API Enrichment

One endpoint, full contact records. Submit any partial input: name, email, LinkedIn URL, company, or any combination, and Enrichment returns a complete profile: verified email, mobile phone, title, seniority, company, industry, size, and location.

Pricing

from $100.00 / 1,000 enrichment results

Rating

5.0

(1)

Developer

Springbolt X

Springbolt X

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

3

Monthly active users

13 days ago

Last modified

Categories

Share

Append phone, email, title, company, and firmographic attributes to partial records. Turn fragments into full contact profiles

One endpoint, full contact records. Submit any partial input: name, email, LinkedIn URL, company, or any combination, and Enrichment returns a complete profile: verified email, mobile phone, title, seniority, company, industry, size, and location. Cleans dirty CRM data, completes form-fill leads, and powers personalized outreach at scale.

Input Parameters

FieldTypeDescription
first_nameStringThe person's first name. It doesn't need to be in lowercase.
last_nameStringThe person's last name. It doesn't need to be in lowercase.
emailStringThe person's email address. This can be a work or personal email address.
phoneStringThe person's phone number, which can be a mobile or landline number.
linkedin_urlStringThe person's LinkedIn profile URL.
company_nameStringThe company name from which you want to find the lead. For example, "google". Note that providing the domain name gives better results as it removes the conversion from the company name. The company name doesn't need to be in lowercase.
job_titleStringThe person's job title.

At least one field is required.

Input Sample

{
"first_name": "John",
"last_name": "Doe",
"email": "john@acme.com",
"phone": "+11234567890",
"linkedin_url": "https://www.linkedin.com/in/john-doe",
"company_name": "Acme Inc",
"job_title": "VP Sales"
}

Output Sample

{
"success": true,
"message": "Resolution successfully completed!",
"lead": {
"name_first": "John",
"name_last": "Doe",
"linkedin_url": "linkedin.com/in/john-doe",
"email_work": {
"email": "john.doe@acme.com",
"validity": "valid"
},
"email_personal": {
"email": "johndoe@gmail.com",
"validity": "valid"
},
"email_alt": null,
"emails_hashed": [],
"phone": {
"number": "+15125550147",
"line_type": "mobile",
"validity": "valid"
},
"phone_alt": null,
"job_title": "VP Sales",
"job_seniority": "VP",
"job_department": "Sales",
"company": {
"name": "Acme Inc",
"domain": "acme.com",
"linkedin_url": "linkedin.com/company/acme-inc",
"industry": "Technology",
"revenue": "$50M - $100M",
"employee_count": "201 - 500",
"year_founded": "2015",
"address": {
"street": "100 Congress Ave",
"zip_code": "73301",
"city": "Austin",
"state": "Texas"
},
"logo": "https://example.com/logo.jpg",
"about": "Acme Inc is a B2B SaaS platform."
},
"address": {
"street": "200 Main St",
"zip_code": "73301",
"city": "Austin",
"state": "Texas"
}
},
"payload": {
"first_name": "John",
"last_name": "Doe",
"email": "john@acme.com",
"phone": "+11234567890",
"linkedin_url": "https://www.linkedin.com/in/john-doe",
"company_name": "Acme Inc",
"job_title": "VP Sales"
}
}

About

springboltx.com is a data intelligence platform offering APIs for lead enrichment, deanonymization, IP resolution, LinkedIn data, and more.