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

linkedin_urlstring required

Person's business profile URL. (can be full URL "https://www.linkedin.com/in/johndoe" or username only "johndoe")

Example request

{
  "linkedin_url": "https://www.linkedin.com/in/johndoe"
}

Response

OR

Example response

{
  "phone": "+1234567890",
  "line_type": "Mobile"
}