latestOpenAPI 3.0.32026-08-08360156.4 KB
ae7fddf16bf9
Phone Finder
Find phone
Find someone's phone number from a business profile URL. Uses 10 finder credits if a phone is found.
For legal reasons, requests for EU citizens will not return any result.
post/api/search/phone
Request body
Example request
{
"linkedin_url": "https://www.linkedin.com/in/johndoe"
}Response
Example response
{
"phone": "+1234567890",
"line_type": "Mobile"
}