Search for a property given a query string (a property name, or an address, even partial)
The query string. Represents the property name, address, etc. We’ll also surface aliases and other names, as well as other known addresses.
A latitude. When specified along with lon
, matched properties will be sorted by distance from the specified location.
A longitude. When specified along with lat
, matched properties will be sorted by distance from the specified location.
The expected state. When specified, matched properties will be filtered by state. For example, ‘CA’ for California.
The zip code. When specified, matched properties will be filtered by zip code. Accept both 5 and ZIP+4 digits formats (e.g. 12345 or 12345-6789). If a leading zero is missing, it will be added automatically.
The maximum distance in miles between the specified location and the matched properties. When specified, matched properties will be filtered by distance. This parameter is only valid when lat
and lon
are specified.
A simplified list of properties.