Skip to main content
POST
/
v1
/
people
/
mobile-finder
Mobile Finder
curl --request POST \
  --url https://api.leadmagic.io/v1/people/mobile-finder \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "profile_url": "jesseoue",
  "work_email": "[email protected]",
  "personal_email": "[email protected]"
}
'
{
  "profile_url": "https://www.linkedin.com/in/jesseoue",
  "mobile_number": 12077523358,
  "credits_consumed": 5
}
You Must put in the Profile URL or Work Email or Personal Email.
Rate Limit: 300 requests per minute.

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:jesseoue

Provide their Social Media URL

work_email
string

Provide the Work Email of the person

personal_email
string

Provide the Personal Email of the person

Response

200 - application/json

Successful response with mobile details

profile_url
string
Example:

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

mobile_number
number
Example:

12077523358

credits_consumed
number
Example:

5