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

Pricing

$50.00 / 1,000 results

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

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

Developed by

Parvenu

Parvenu

Maintained by Community

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

5.0 (1)

Pricing

$50.00 / 1,000 results

2

12

12

Last modified

20 hours ago

LinkedIn Email Enrichment Actor

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.

🚀 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