nearby

String, Optional

For example, listings around Toronto with latitude 43.68 and longitude -79.45, nearby="43.68, -79.45".

radius

Integer, Optional

Provide a radius in meters to search listings within a given radius only. When a radius is not provided, the radius is automatically computed based on the density of the searched area, depending on other search parameters.

Sample geo-searched query


{
     "search": "Residences",
     "perPage": 1,
     "nearby": "43.68, -79.45",
     "radius": 10000
}