Person

Search for a person by name, phone number, and address

Retrieve person information based on the provided query parameters.

This endpoint accepts a person query request and returns full details for up to the top 15 matching persons from Whitepages data.

get/v1/person/

Query parameters

phonestring nullable

Phone number to search for a person by

Example:(216) 676-6366

Phone number to search for a person by

namestring nullable

Full name, first name, last name, or partial name match for the person

Example:Marsha Mellow

Full name, first name, last name, or partial name match for the person

first_namestring nullable

First name of the person. Cannot be used with 'name' parameter.

Example:Marsha

First name of the person. Cannot be used with 'name' parameter.

middle_namestring nullable

Middle name of the person. Cannot be used with 'name' parameter.

Example:Ann

Middle name of the person. Cannot be used with 'name' parameter.

last_namestring nullable

Last name of the person. Cannot be used with 'name' parameter.

Example:Mellow

Last name of the person. Cannot be used with 'name' parameter.

streetstring nullable

Full or partial street address including street number, name

Example:123 Main St

Full or partial street address including street number, name

citystring nullable

Full city name

Example:Anytown

Full city name

state_code'AL' | 'AK' | 'AZ' | 'AR' | 'AS' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'MP' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'TT' | 'UT' | 'VT' | 'VA' | 'VI' | 'WA' | 'WV' | 'WI' | 'WY' nullable

Valid US State and Territory codes.

This enum contains all valid two-letter codes for US states and territories. Used for parameter validation in API requests.

Example:CA

2-Letter code representing a state name

zipcodestring nullable

Full 5-digit ZIP code

Example:94102

Full 5-digit ZIP code

include_historical_locationsboolean nullable

Include historical addresses in search. When false (default), only current addresses are included.

Include historical addresses in search. When false (default), only current addresses are included.

min_ageinteger nullable

Minimum age of the person to search for, must be between 18 and 65

Example:18

Minimum age of the person to search for, must be between 18 and 65

max_ageinteger nullable

Maximum age of the person to search for, must be between 18 and 65

Example:65

Maximum age of the person to search for, must be between 18 and 65

radiusnumber nullable

Search radius in miles for distance-based filtering

Example:2.5

Search radius in miles for distance-based filtering

strict_matchboolean nullable

Suppress automatic broadening. When true, the search does not fall back to fuzzy matching or radius expansion on a zero-result response; the exact query is authoritative.

Suppress automatic broadening. When true, the search does not fall back to fuzzy matching or radius expansion on a zero-result response; the exact query is authoritative.

Response

Person data retrieved successfully

idstring nullable required

Unique identifier for the person

namestring required

Full name of the person

aliasesstring[] required

List of aliases for the person

is_deadboolean required

Whether the person is deceased

date_of_birthstring nullable required

Date of birth in ISO format (YYYY-MM-DD)

linkedin_urlstring nullable required

LinkedIn profile URL for the person

company_namestring nullable required

Current or most recent company name

job_titlestring nullable required

Current or most recent job title

emailsstring[] required

List of email addresses associated with the person

Changes

No recorded changes to this endpoint across all 1 revision of this API.