
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 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
Field | Type | Description |
---|---|---|
input_url | String | The LinkedIn profile URL that was processed |
email | String | The email address found for the profile (null if not found) |
first_name | String | First name of the profile owner |
last_name | String | Last name of the profile owner |
company | String | Company associated with the profile |
message | String | Status message about the enrichment |
success | Boolean | Whether the enrichment was successful |
timestamp | String | ISO 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