Search for a person by name, phone number, and address
Retrieve person information with match scores and enriched emails.
Authorization
ApiKeyAuth API key for authentication. Get your key from the Whitepages developer portal.
In: header
Query Parameters
Phone number to search for
"(216) 676-6366""216-676-6366""2166766366""+1-800-676-6366"Email address to search for
"user@example.com"Full name or partial name match
"Marsha Mellow""Marsha""Mellow"First name. Cannot be used with 'name'.
"Marsha""John"Middle name. Cannot be used with 'name'.
"Ann""Michael"Last name. Cannot be used with 'name'.
"Mellow""Smith"Street address including number and name
"123 Main St""Main Street"Full city name
"Anytown""Seattle""Los Angeles"2-Letter state code
"CA""NY""WA"Full 5-digit ZIP code
"94102""98101"Include historical addresses in search
falsetrueMinimum age (18-65)
182530Maximum age (18-65)
355065Search radius in miles
2.5510Enable fuzzy name matching to broaden search results
falsetruePage number (1-indexed)
11 <= value <= 10123Number of results per page
151 <= value <= 1551015Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.whitepages.com/v2/person/"{
"results": [
{
"id": "string",
"name": "string",
"aliases": [
"string"
],
"is_dead": true,
"owned_properties": [
{
"id": "string",
"address": "string"
}
],
"phones": [
{
"number": "string",
"type": "mobile",
"score": 0
}
],
"date_of_birth": "string",
"linkedin_url": "string",
"company_name": "string",
"job_title": "string",
"relatives": [
{
"id": "string",
"name": "string"
}
],
"current_addresses": [
{
"address_id": "string",
"full_address": "string",
"city": "string",
"state": "string",
"line1": "string",
"zip": "string"
}
],
"historic_addresses": [
{
"address_id": "string",
"full_address": "string",
"city": "string",
"state": "string",
"line1": "string",
"zip": "string"
}
],
"match_score": 0,
"matched_by": [
"string"
],
"emails": [
{
"email": "string",
"score": 0
}
]
}
],
"metadata": {
"result_count": 0,
"page": 0,
"page_size": 0
}
}{
"error": {
"code": 400,
"message": "Bad Request",
"long_message": "Invalid person ID format: 'sdf'. Person ID must start with 'P' followed by exactly 10 alphanumeric characters. Example: 'PABcd12345e' or 'P1234567890'.",
"meta": null
},
"wp_trace_id": "3b0b537a60d84057817bb40563ca5c99"
}{
"message": "Forbidden"
}{
"error": {
"code": 400,
"message": "Short error message",
"long_message": "The request was malformed",
"meta": {
"field": "email",
"validation_error": "Invalid email format"
}
},
"wp_trace_id": "550e8400-e29b-41d4-a716-446655440000"
}{
"error": {
"code": 400,
"message": "Short error message",
"long_message": "The request was malformed",
"meta": {
"field": "email",
"validation_error": "Invalid email format"
}
},
"wp_trace_id": "550e8400-e29b-41d4-a716-446655440000"
}{
"message": "Too Many Requests"
}{
"error": {
"code": 400,
"message": "Short error message",
"long_message": "The request was malformed",
"meta": {
"field": "email",
"validation_error": "Invalid email format"
}
},
"wp_trace_id": "550e8400-e29b-41d4-a716-446655440000"
}