v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
People Enrichment

Personal Email Finder

Provide a B2B Profile URL and get back the personal emails of the person.

post/v1/people/personal-email-finder

Request body

profile_urlstring required

Professional profile URL or identifier

Response

Successful response with personal email details

profile_urlstring
credits_consumedinteger
messagestring
namestring
first_personal_emailstring
personal_emailsstring[]

Example response

{
  "profile_url": "alex-rivera",
  "credits_consumed": 2,
  "message": "Personal Email Found.",
  "name": "Alex Rivera",
  "first_personal_email": "alex-riveral@gmail.com",
  "personal_emails": [
    "alex-riveral@gmail.com"
  ]
}