Find Email Address

Pass a social media URL to return an email for the person.

Find Email Address

POST /person_search

Get an email address along with contact and company data by passing a social media URL.

We’ve divided the process into three endpoints. One to start the enrichment, one to check the status of your enrichment, and one to get the results.

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

api_key

string

Your API Key

profile_url

string

The social media URL.

Example

{
  "api_key": "x9141mdq142",
  "profile_url": "https://www.linkedin.com/in/williamhgates/"
}

Check List Status

Check List Status

Track the progress of your enrichment using this endpoint.

Download List Data

Once the enrichment is complete, use this endpoint to retrieve your results.

Download List Data

Last updated