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.
Query parameters
Phone number to search for a person by
Phone number to search for a person by
Full name, first name, last name, or partial name match for the person
Full name, first name, last name, or partial name match for the person
First name of the person. Cannot be used with 'name' parameter.
First name of the person. Cannot be used with 'name' parameter.
Middle name of the person. Cannot be used with 'name' parameter.
Middle name of the person. Cannot be used with 'name' parameter.
Last name of the person. Cannot be used with 'name' parameter.
Last name of the person. Cannot be used with 'name' parameter.
Full or partial street address including street number, name
Full or partial street address including street number, name
Full city name
Full city name
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.
2-Letter code representing a state name
Full 5-digit ZIP code
Full 5-digit ZIP code
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.
Minimum age of the person to search for, must be between 18 and 65
Minimum age of the person to search for, must be between 18 and 65
Maximum age of the person to search for, must be between 18 and 65
Maximum age of the person to search for, must be between 18 and 65
Search radius in miles for distance-based filtering
Search radius in miles for distance-based filtering
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.