latestOpenAPI 3.0.32026-08-08360156.4 KB

ae7fddf16bf9

Email Finder

Find from business profile

Find someone's email from a business profile URL. Uses one finder credit if a verified email is found.

This endpoint is limited to 30 concurrent requests (when used synchronously)

post/api/search/business-profile

Request body

linkedin_urlstring required

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

webhook_urlstring

Webhook URL that will receive the result as callback. If submitted, email search will happen in the background and notify this URL upon completion.

Example request

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

Response

Example response

{
  "contact": {
    "name": "John Doe",
    "domain": "website.com",
    "email": "john@website.com"
  }
}