Skip to main content
POST
/
v1
/
people
/
personal-email-finder
Personal Email Finder
curl --request POST \
  --url https://api.leadmagic.io/v1/people/personal-email-finder \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "profile_url": "https://www.linkedin.com/in/williamhgates"
}
'
{
  "profile_url": "https://www.linkedin.com/in/williamhgates",
  "credits_consumed": 2,
  "message": "Personal Email Found.",
  "name": "Bill Gates",
  "first_personal_email": "[email protected]",
  "personal_emails": [
    "[email protected]",
    "[email protected]"
  ]
}
Rate Limit: 500 requests per minute.
Charges 2 credits for found personal email.

Authorizations

X-API-Key
string
header
required

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
profile_url
string
default:https://www.linkedin.com/in/williamhgates
required

Business Profile URL (with url or public_identifier)

Response

200 - application/json

Successful response with personal email details

profile_url
string
Example:

"https://www.linkedin.com/in/williamhgates"

credits_consumed
integer
Example:

2

message
string
Example:

"Personal Email Found."

name
string
Example:

"Bill Gates"

first_personal_email
string
personal_emails
string[]