Property Lookup
Search for properties and return paginated property IDs based on location, coordinates, or property attributes. Use this endpoint to discover properties matching your criteria, then retrieve full details using the Bulk Property Details endpoint.
Authorizations
Enter a Bearer token obtained via the OAuth client credentials flow or from the Access Tokens tab in your account settings.
Query Parameters
ID of the account (required for authorization).
Filter by city name.
Filter by US state (two-letter abbreviation).
Filter by address (partial match supported).
Filter by property name (partial match supported).
Filter by property URL (partial match supported).
Latitude for coordinate-based search. Use with longitude. Can also be specified as 'lat'.
Longitude for coordinate-based search. Use with latitude. Can also be specified as 'lng'.
Search radius in miles when using coordinate-based search. Defaults to 0.5 miles.
Minimum total number of units.
Maximum total number of units.
Minimum number of stories/floors.
Filter by property classification grade.
A, B, C Minimum loan maturity date (YYYY-MM-DD). Returns properties with loan maturity on or after this date.
Maximum loan maturity date (YYYY-MM-DD). Returns properties with loan maturity on or before this date.
Minimum transaction cap rate. Returns properties with a recorded sale at or above this cap rate.
Maximum transaction cap rate. Returns properties with a recorded sale at or below this cap rate.
Earliest transaction close date (YYYY-MM-DD). Returns properties sold on or after this date.
Latest transaction close date (YYYY-MM-DD). Returns properties sold on or before this date.
Minimum transaction price per unit. Returns properties sold at or above this price per unit.
Maximum transaction price per unit. Returns properties sold at or below this price per unit.
Page number for pagination (starts at 1).
x >= 1Number of results per page. Maximum 200.
1 <= x <= 200