Contact Us

Email Search

Find people and social profiles associated with an email address.

Search for a Person by Email

Securityapi_key
Request
query Parameters
email
required
string

The email address you are using in your search.

Responses
200

OK - A successful Email Search returns an array of people and social profiles associated with an email address, as well as metadata.

Response Schema: application/json
object
Array of objects
Array
first_name
string

The person's first name.

last_name
string

The person's last name.

id
string

A unique identifier associated with the person. Input this ID into Person ID Search to retrieve person data, including contact information.

phones
Array of any

Phone numbers associated with the person.

age
number

The person’s current age or age at death.

object

Address associated with the person.

Array of objects

Schools the person attended.

emails
Array of any

Other email addresses associated with the person.

Array of objects

Social profiles associated with the person.

Array of objects

Jobs the person held.

object
total_owner_count
number

The total count in the array of owners returned based on your search inputs.

400

Bad Request

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