| parameter | description |
|---|---|
| place_name |
anything you would type into the search box on Nestoria:
a place name, post code, tube station, etc.
e.g. "Chelsea" or "SW14" |
|
south_west
north_east |
a bounding box in the format latitude,longitude,latitude2,longitude2
e.g. &south_west=51.684183,-3.431481&north_east=51.85415,-3.077859 |
| centre_point |
latitude and longitude. A default radius of 2km will be used.
e.g. ¢re_point=51.684183,-3.431481 |
| radius | latitude, longitude and a radius in either kilometres (km) or miles (mi). Note that the 'km' or 'mi' has to be set. e.g. ¢re_point=51.684183,-3.431481,10km |
| parameter | description |
|---|---|
| guid |
A unique identifier for a single property. To retrieve several properties, separate GUIDs by commas. Note that unlike with most other parameters you need to take care of proper upper/lowercasing.
e.g. &guid=guid-g1-TNtcDN0ATMwkAM==,guid-g1-TNtczM2IDO5YwN== |
| parameter | description |
|---|---|
| listing_type | Either 'buy' (default), 'rent' or 'share' |
| property_type | Either 'all' (default), 'house' or 'flat' |
|
price_min
price_max |
Numbers. Instead of setting '0' and '999999999' you can use 'min' and 'max'
e.g. &price_min=min&price_max=200000 |
|
bedroom_min
bedroom_max |
Numbers. 0 stands for 'studio apartment'. Instead of setting '0' and '999999999' you can use 'min' and 'max'.
Note: In the UK and Spain it's conventional to search by number of bedrooms, whereas in other countries it's conventional to search by total number of rooms.
e.g. &bedroom_min=3&bedroom_max=3 |
|
room_min
room_max |
Numbers. Instead of setting '0' and '999999999' you can use 'min' and 'max'.
Note: In the UK and Spain it's conventional to search by number or bedrooms, whereas in other countries it's conventional to search by total number of rooms.
e.g. &room_min=3&room_max=3 |
|
bathroom_min
bathroom_max |
Numbers. Instead of setting '0' and '999999999' you can use 'min' and 'max'. |
|
size_min
size_max size_type |
Numbers. Instead of setting '0' and '999999999' you can use 'min' and 'max'. size_type is either 'net' (default for Germany) or 'gross' (default for all others). Note: We don't support this parameter for the UK. |
|
keywords
keywords_exclude |
A comma separated list of keywords. You can set the positive filter, negative
filter or both.
See the lists of valid keywords for details of what can be used. These vary by country (i.e. by which server the query is sent to); see the lists for full details. e.g. &keywords=garden&keywords_exclude=terrace,carport |
| has_photo | Set to 1 to retrieve only listings that have a photo. |
| updated_min |
A UNIX timestamp (UTC)
e.g. &updated_min=1220155200 |
| parameter | description |
|---|---|
| number_of_results | Defaults to 20. The maximum is 50. |
| page | Defaults to 1. For example if you set &page=2 then results 21-40 are returned. The result contains an attribute "total_pages". |
| sort |
Defaults to "relevancy" which is the same as the "Nestoria Rank" which we use on the
main Nestoria search.
|
| country | example |
|---|---|
| nestoria.com.br | example request and return structure (opens in new window) |
| nestoria.de | example request and return structure (opens in new window) |
| nestoria.es | example request and return structure (opens in new window) |
| nestoria.fr | example request and return structure (opens in new window) |
| nestoria.in | example request and return structure (opens in new window) |
| nestoria.it | example request and return structure (opens in new window) |
| nestoria.co.uk | example request and return structure (opens in new window) |
"locations" : [
{
"center_lat" : "51.209119",
"center_long" : "-0.489769",
"long_title" : "Albury, Guildford",
"place_name" : "albury_guildford",
"title" : "Albury"
},
{
"center_lat" : "51.739892",
"center_long" : "-1.052779",
"long_title" : "Albury, Thame",
"place_name" : "albury_thame",
"title" : "Albury"
},
{
"center_lat" : "51.904418",
"center_long" : "0.088967",
"long_title" : "Albury, Ware",
"place_name" : "albury_ware",
"title" : "Albury"
}
],