Email Search

Look up a person profile based on their email.

Search for a Person by Email

Securityapi_key
Request
query Parameters
email
required
string

search a person by their email

Responses
200

OK

Response Schema: application/json
Array of objects
Array
first_name
string
last_name
string
id
string

Input ID into Person ID Search to obtain person data including contact information

phones
Array of any
age
number
object
Array of objects
emails
Array of any
Array of objects
Array of objects
412

Precondition Failed

get/emails
Request samples
curl --header "X-api-key: [YOUR API KEY]" \
  -X GET 'https://api.spokeo.com/v3/emails?email=email@mail.com'
Response samples
application/json
{
  • "owners": [
    • {
      }
    ]
}