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

(2)

Developer

Parvenu

Parvenu

Maintained by Community

Actor stats

7

Bookmarked

105

Total users

12

Monthly active users

18 days ago

Last modified

Share


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

This Apify Actor enriches LinkedIn profiles with email addresses. It processes a single LinkedIn profile URL per request and returns the associated email and contact information if available.

Sign up for Parvenu for cheaper emails, additional enrichments, and AI personalization.

๐Ÿš€ Features

  • โœ… Enriches LinkedIn profiles with email addresses
  • โœ… Validates LinkedIn URL format before processing
  • โœ… Extracts additional profile information (name, company)

๐Ÿ“‹ Input

The actor accepts a single LinkedIn profile URL per request.

Input Schema

{
"linkedinUrl": "https://www.linkedin.com/in/example-profile"
}

๐Ÿ“ค Output

The actor stores results in the Apify dataset. Each run produces a single result object.

Output Schema

{
"input_url": "https://www.linkedin.com/in/example-profile",
"email": "john.doe@example.com",
"first_name": "John",
"last_name": "Doe",
"company": "Example Company",
"message": "Email enrichment completed",
"success": true,
"timestamp": "2025-10-02T12:30:45.123456"
}

Output Fields

FieldTypeDescription
input_urlStringThe LinkedIn profile URL that was processed
emailStringThe email address found for the profile (null if not found)
first_nameStringFirst name of the profile owner
last_nameStringLast name of the profile owner
companyStringCompany associated with the profile
messageStringStatus message about the enrichment
successBooleanWhether the enrichment was successful
timestampStringISO 8601 timestamp of when the enrichment was performed

๐ŸŽฏ Use Cases

  • Lead generation and enrichment
  • Sales prospecting automation
  • Contact database enhancement
  • CRM data enrichment
  • Recruitment and talent sourcing
  • Email marketing list building
  • B2B contact discovery

โš ๏ธ Important Notes

  • Single URL per request: This actor processes only ONE LinkedIn URL per run. For bulk processing, run the actor multiple times or create a workflow.
  • Valid URLs Only: Only standard LinkedIn profile URLs are accepted (e.g., https://www.linkedin.com/in/username)
  • No Result on Failure: If no email is found, the actor will fail and no data will be pushed to the dataset

๐Ÿ› ๏ธ Error Handling

The actor handles various error scenarios:

  • Invalid URL Format: Validates LinkedIn URL format before processing

๐Ÿ”— Integration

This actor can be integrated into larger workflows:

  • Use as part of an Apify workflow for sequential processing
  • Trigger via Apify API for programmatic access
  • Chain with other actors for comprehensive lead enrichment
  • Schedule regular runs for maintaining up-to-date contact information