Pass in any LinkedIn profile URL and get back the person's phone number alongside their full profile — name, title, company, email, and work history — in one API call.
curl -X POST https://linkfinderai.com/api/v1/enrich \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"type": "linkedin_profile_to_phone",
"input_data": "https://www.linkedin.com/in/johndoe"
}'
| Field | Type | Description |
|---|---|---|
| mobileNumber | string | Phone number if publicly shared |
| name | string | Full name |
| jobTitle | string | Current job title |
| company | string | Current employer |
| string | Email address if found | |
| location | string | City, region, country |
| headline | string | LinkedIn headline |
| linkedinUrl | string | LinkedIn profile URL |
| profilePic | string | Profile picture URL |
| isCurrentlyEmployed | boolean | Currently employed flag |
| status | string | success / not_found |
Phone find rate: 20-35%
Unlike email addresses which can be cross-referenced from multiple sources, phone numbers are only returned when the LinkedIn member has explicitly chosen to make their number public on their profile. Most professionals don't. Expect to find a phone number for roughly 1 in 4 profiles you query.
This is an industry-wide limitation, not specific to LinkFinder AI. Tools that claim 80%+ phone find rates on LinkedIn are typically returning unverified or guessed numbers.
linkedin_profile_to_linkedin_info as the type to get everything at once.Get your API key in 30 seconds. No credit card required.