Geolocation
You can search for properties near a specific location by using latitude and longitude coordinates in your query. The Property Data API supports geo-based searches using the geoLocation
field, allowing you to find properties within a specified distance from a point. Simply provide the longitude, latitude, distance, and unit (e.g., miles, kilometers, meters) in your query. This is especially useful for identifying properties near a landmark, neighborhoods, or point of interest.
To use the API to do queries based around latitude and longitude values. For example, if you would like to find all properties within 10 miles of a specific point in Austin, Texas you could use the following query.
The format for the parameter values is: [ Longitude, Latitude, Distance, Distance Unit ]
{
"query":"geoLocation:[-97.7430600,30.2671500,10,mi]"
}
Units of measurement
You can also use the following units for measuring distance:
m - meters
mi - miles
ft - feet
in - yards
mm - millimeters
km - kilometers
NM - nautical miles
cm - centimeters
Use cases
Check out some of our use cases that use geoLocation:
Updated 1 day ago