Search for a person by name, phone number, and address
Retrieve person information with match scores and enriched emails.
Raises
StrictMatchWithFuzzyMatchingError If strict_match and include_fuzzy_matching are both set to true — the two flags are semantically contradictory.
Query parameters
Phone number to search for
Phone number to search for
Email address to search for
Email address to search for
Full name or partial name match
Full name or partial name match
First name. Cannot be used with 'name'.
First name. Cannot be used with 'name'.
Middle name. Cannot be used with 'name'.
Middle name. Cannot be used with 'name'.
Last name. Cannot be used with 'name'.
Last name. Cannot be used with 'name'.
Street address including number and name
Street address including number and 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 state code
Full 5-digit ZIP code
Full 5-digit ZIP code
Include historical addresses in search
Include historical addresses in search
Minimum age (18-65)
Minimum age (18-65)
Maximum age (18-65)
Maximum age (18-65)
Search radius in miles
Search radius in miles
Enable fuzzy name matching to broaden search results
Enable fuzzy name matching to broaden search results
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.
Page number (1-indexed)
Page number (1-indexed)
Number of results per page
Number of results per page
Response
Person data retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.