Find Verified Emails of Decision Makers - $.05 / email avatar

Find Verified Emails of Decision Makers - $.05 / email

Pricing

from $0.04 / email found

Go to Apify Store
Find Verified Emails of Decision Makers - $.05 / email

Find Verified Emails of Decision Makers - $.05 / email

Find verified emails for decision makers for $.05 / email

Pricing

from $0.04 / email found

Rating

5.0

(3)

Developer

Parvenu

Parvenu

Maintained by Community

Actor stats

9

Bookmarked

188

Total users

14

Monthly active users

5 hours ago

Last modified

Share

Find a verified business email address for a specific person, powered by the Parvenu enrichment API.

This Actor processes one person per run and returns their email address. You pay only for emails that are actually found.

What you need

This Actor needs four pieces of information about the person. All four are required - the lookup will not run without them.

FieldKeyExample
LinkedIn Profile URLlinkedinUrlhttps://www.linkedin.com/in/jeffreysgro/
Full NamenameJeff Sgro
Company NamecompanyNameBond Associates
Company Domaindomainbondassociates.com

The domain should be the bare company website domain - no https://, no www., no trailing path.

Example input

{
"linkedinUrl": "https://www.linkedin.com/in/jeffreysgro/",
"name": "Jeff Sgro",
"companyName": "Bond Associates",
"domain": "bondassociates.com"
}

Example output

A single dataset item is pushed only when an email is found:

{
"input_url": "https://www.linkedin.com/in/jeffreysgro/",
"email": "jsgro@bondassociates.com",
"email_type": "business_email",
"name": "Jeff Sgro",
"company_name": "Bond Associates",
"domain": "bondassociates.com",
"message": "Email enrichment completed",
"success": true,
"timestamp": "2026-08-01T11:05:00.000000"
}

Output fields

FieldDescription
input_urlThe LinkedIn profile URL you submitted.
emailThe verified email address that was found.
email_typeHow the email is classified, e.g. business_email.
nameThe full name you submitted.
company_nameThe company name you submitted.
domainThe company domain you submitted.
messageHuman-readable status message.
successtrue when an email was found.
timestampWhen the lookup completed (ISO 8601).

When no email is found

If no email can be found for the person, nothing is written to the dataset and the reason is logged. You are not charged for a lookup that returns no email.

Errors you might see

MessageWhat it means
Missing required parameter(s): ...One or more of the four input fields was blank.
Invalid LinkedIn URL formatThe URL is not a linkedin.com/in/... profile URL.
Insufficient Parvenu creditsTemporary capacity issue on our side - please retry or get in touch.
Parvenu rejected the request payloadThe API refused the inputs; details are in the log.
Rate limit exceededToo many requests - retry shortly.

Pricing

$0.05 per email found. Runs that find no email are not billed.