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"
  ]
}

Changes

Changed in 1 of the 8 revisions of this API.8

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 400

      response-property-type-changed

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 402

      response-property-type-changed

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 429

      response-property-type-changed

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 500

      response-property-type-changed

    • the oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed

    • the oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed