Find Personal Email
Find personal email addresses for professionals using their profile URL. Ideal for reaching people outside of work contexts.
Endpoint Details
Pricing
Rate Limits
Response Time
| Metric | Value |
|---|
| Cost | 2 credits per email found |
| No Results | FREE if no email found |
Personal emails are harder to find than work emails, hence the higher cost when found.
Per-Endpoint Limit
| Metric | Value |
|---|
| Requests/Minute | 3,000 |
| Burst Capacity | ~50 requests/second |
Gateway Limits (Account-Wide)
| Tier | RPM | Daily |
|---|
| Standard | 5,000 | 500,000 |
| High Volume | 10,000 | 1,000,000 |
| Metric | Value |
|---|
| Median (P50) | ~400ms |
| P95 | ~1,500ms |
| P99 | ~3,000ms |
Quick Example
curl -X POST 'https://api.leadmagic.io/v1/people/personal-email-finder' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"profile_url": "linkedin.com/in/johndoe"}'
Request Parameters
Professional profile URL or username.
Response
The profile URL used for lookup
Personal email address found (null if not found)
Credits used (2 if found, 0 if not)
Human-readable status message
Example Response
{
"profile_url": "linkedin.com/in/johndoe",
"personal_email": "[email protected]",
"credits_consumed": 2,
"message": "Personal email found."
}
Success Messages
| Message | Meaning | Cost |
|---|
Personal email found. | Email successfully retrieved | 2 credits |
No personal email found for this contact. | No personal email available | FREE |
Best Practices
Use for recruiting outreach
Personal emails are better for recruiting since candidates may not check work email.
Respect privacy preferences
Personal emails should be used thoughtfully. Ensure compliance with privacy regulations.
Use both work and personal email channels for important outreach campaigns.
Use Cases
Recruiting
Reach candidates on personal email where they’re more likely to respond.
Former Employees
Contact people who’ve left a company and no longer have work email.
Multi-Channel Outreach
Build complete contact profiles with both work and personal channels.
Event Follow-up
Follow up with conference contacts using personal email.
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
profile_url
string
default:jesseoue
required
Professional profile URL or identifier
Successful response with personal email details