From 8b90ecde11953f5fdd33fa830c74cb6300b63888 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 1 Jun 2025 15:26:38 +0000 Subject: [PATCH] add filter for last seen days --- crawler/main.py | 10 + crawler/rec/query.py | 7 +- immoweb/data/london_geojs.js | 115796 +------------------------------- 3 files changed, 333 insertions(+), 115480 deletions(-) diff --git a/crawler/main.py b/crawler/main.py index 576cd7c..c833c41 100644 --- a/crawler/main.py +++ b/crawler/main.py @@ -82,6 +82,12 @@ def listing_filter_options(func): default=None, type=click.DateTime(), ) + @click.option( + "--last-seen-days", + help="Last seen (days). If set, only listings that were seen in the last N days will be included.", + default=14, + type=int, + ) @wraps(func) def wrapper(*args, **kwargs): return func(*args, **kwargs) @@ -121,6 +127,7 @@ def dump_listings( type: str, furnish_types: list[str], available_from: datetime | None, + last_seen_days: int, ): data_dir: str = ctx.obj["data_dir"] query_parameters = QueryParameters( @@ -132,6 +139,7 @@ def dump_listings( max_price=max_price, furnish_types=[FurnishType[furnish_type] for furnish_type in furnish_types], let_date_available_from=available_from, + last_seen_days=last_seen_days, ) click.echo( f"Running dump_listings for districts {district}, data dir {data_dir} and parameters: " @@ -279,6 +287,7 @@ def export_immoweb( type: str, furnish_types: list[str], available_from: datetime | None, + last_seen_days: int, ): query_parameters = QueryParameters( listing_type=ListingType[type], @@ -289,6 +298,7 @@ def export_immoweb( max_price=max_price, furnish_types=[FurnishType[furnish_type] for furnish_type in furnish_types], let_date_available_from=available_from, + last_seen_days=last_seen_days, ) click.echo( f"Exporting data to {output_file} that matches the query parameters: {query_parameters}" diff --git a/crawler/rec/query.py b/crawler/rec/query.py index 75de5d1..e340bd0 100644 --- a/crawler/rec/query.py +++ b/crawler/rec/query.py @@ -35,7 +35,7 @@ class QueryParameters: # hence we apply them after fetching # available from; council tax let_date_available_from: datetime | None = None - last_seen_days: int = 14 + last_seen_days: int | None = None async def filter_listings( @@ -57,7 +57,10 @@ async def filter_listings( or listing.price > query_parameters.max_price ): continue - if listing.last_seen > query_parameters.last_seen_days: + if ( + query_parameters.last_seen_days is not None + and listing.last_seen > query_parameters.last_seen_days + ): continue if ( listing.letDateAvailable is not None diff --git a/immoweb/data/london_geojs.js b/immoweb/data/london_geojs.js index efa296c..9eb69c0 100644 --- a/immoweb/data/london_geojs.js +++ b/immoweb/data/london_geojs.js @@ -121,46 +121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.0, - "qmprice": 29.11, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/105755816", - "info": { - "identifier": 105755816, - "sqm_ocr": 79.0, - "price": 2300.0, - "price_per_sqm": 29.11392405063291, - "url": "https://www.rightmove.co.uk/properties/105755816", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71339/105755816/71339_0483_HRT048301130_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.390926, - 51.503185 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -241,46 +201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.5, - "qmprice": 34.68, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/106708088", - "info": { - "identifier": 106708088, - "sqm_ocr": 86.5, - "price": 3000.0, - "price_per_sqm": 34.68208092485549, - "url": "https://www.rightmove.co.uk/properties/106708088", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50457/106708088/50457_0602_HRT060201177_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.113742, - 51.464497 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -361,46 +281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/108347810", - "info": { - "identifier": 108347810, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/108347810", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "View Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43275/108347810/43275_4303529_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.054686, - 51.517426 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -504,7 +384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "Millennium Residential", @@ -824,7 +704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Websters Estate Agents", @@ -1281,46 +1161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/116197610", - "info": { - "identifier": 116197610, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/116197610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57096/116197610/57096_KQP180216_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2166, - 51.533756 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -1401,46 +1241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/117214220", - "info": { - "identifier": 117214220, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/117214220", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Discover Residential Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/185k/184304/117214220/184304_enfield123_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07004, - 51.65978 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -1881,46 +1681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.59, - "qmprice": 20.87, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/120489761", - "info": { - "identifier": 120489761, - "sqm_ocr": 112.59, - "price": 2350.0, - "price_per_sqm": 20.872191135980103, - "url": "https://www.rightmove.co.uk/properties/120489761", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/46k/45899/120489761/45899_FUP220071_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.221041, - 51.484303 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -1961,46 +1721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/121311668", - "info": { - "identifier": 121311668, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/121311668", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "CB Williams Property", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/190k/189878/121311668/189878_922RedLionStreet_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11692, - 51.51928 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -2041,46 +1761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.6, - "qmprice": 28.14, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/121948460", - "info": { - "identifier": 121948460, - "sqm_ocr": 106.6, - "price": 3000.0, - "price_per_sqm": 28.142589118198877, - "url": "https://www.rightmove.co.uk/properties/121948460", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 95, - "status": null, - "last_seen": 9, - "agency": "Robsons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50427/121948460/50427_2445788_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.41835, - 51.61365 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -2281,46 +1961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.82, - "qmprice": 44.4, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/122932130", - "info": { - "identifier": 122932130, - "sqm_ocr": 78.82, - "price": 3500.0, - "price_per_sqm": 44.40497335701599, - "url": "https://www.rightmove.co.uk/properties/122932130", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39872/122932130/39872_100783006922_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.17545, - 51.48297 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -2401,86 +2041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/123616358", - "info": { - "identifier": 123616358, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/123616358", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "jdm", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168275/123616358/168275_LLO120037_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.044593, - 51.412666 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.67, - "qmprice": 24.82, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/123848369", - "info": { - "identifier": 123848369, - "sqm_ocr": 90.67, - "price": 2250.0, - "price_per_sqm": 24.815264144700564, - "url": "https://www.rightmove.co.uk/properties/123848369", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11466/123848369/11466_0402_FJL040202790_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.032795, - 51.455467 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -2761,46 +2321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/125672792", - "info": { - "identifier": 125672792, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/125672792", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49980/125672792/49980_SOU220190_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.202102, - 51.45784 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -2841,46 +2361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/126154592", - "info": { - "identifier": 126154592, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/126154592", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Inner City Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/104k/103850/126154592/103850_nelsosksss_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.01394, - 51.52387 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -3081,46 +2561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3597.0, - "url": "https://www.rightmove.co.uk/properties/126997364", - "info": { - "identifier": 126997364, - "sqm_ocr": null, - "price": 3597.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/126997364", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/126997364/163859_2561337_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.028025, - 51.500027 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -3201,46 +2641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/127466930", - "info": { - "identifier": 127466930, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/127466930", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Royal Arsenal Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13540/127466930/13540_102719000090_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07499, - 51.49508 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -3481,46 +2881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/128537927", - "info": { - "identifier": 128537927, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/128537927", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Hubbard Torlot", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79639/128537927/79639_639903_IMG_32_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.083771, - 51.34963 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -3641,126 +3001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/129469883", - "info": { - "identifier": 129469883, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/129469883", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Lloyds Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/189k/188099/129469883/188099_LLY_WDF_LFSYCL_414_568173049_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.017522, - 51.5529 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.5, - "qmprice": 33.61, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/129662048", - "info": { - "identifier": 129662048, - "sqm_ocr": 59.5, - "price": 2000.0, - "price_per_sqm": 33.61344537815126, - "url": "https://www.rightmove.co.uk/properties/129662048", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "EO ESTATE AGENTS", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/246k/245249/129662048/245249_EEA220016_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.090919, - 51.43232 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 40.7, - "qmprice": 55.28, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/129730244", - "info": { - "identifier": 129730244, - "sqm_ocr": 40.7, - "price": 2250.0, - "price_per_sqm": 55.28255528255528, - "url": "https://www.rightmove.co.uk/properties/129730244", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Churchill Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10145/129730244/10145_31988563_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036688, - 51.589714 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -4001,46 +3241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.23, - "qmprice": 43.69, - "rooms": 2, - "total_price": 3549.0, - "url": "https://www.rightmove.co.uk/properties/130982813", - "info": { - "identifier": 130982813, - "sqm_ocr": 81.23, - "price": 3549.0, - "price_per_sqm": 43.690754647297794, - "url": "https://www.rightmove.co.uk/properties/130982813", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57498/130982813/57498_2599819_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075359, - 51.53006 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -4401,86 +3601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.8, - "qmprice": 34.33, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/132340613", - "info": { - "identifier": 132340613, - "sqm_ocr": 69.8, - "price": 2396.0, - "price_per_sqm": 34.326647564469916, - "url": "https://www.rightmove.co.uk/properties/132340613", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Willmotts", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99575/132340613/99575_WILL1000A49_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.244136, - 51.49424 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/132749174", - "info": { - "identifier": 132749174, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/132749174", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Traynor & Company", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33447/132749174/33447_VF45_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1372, - 51.57679 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -4641,126 +3761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.0, - "qmprice": 31.84, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/133329572", - "info": { - "identifier": 133329572, - "sqm_ocr": 69.0, - "price": 2197.0, - "price_per_sqm": 31.840579710144926, - "url": "https://www.rightmove.co.uk/properties/133329572", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Abatoria", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33248/133329572/33248_2967_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.045723, - 51.510788 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/133332443", - "info": { - "identifier": 133332443, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/133332443", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 53, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/133332443/163859_2382944_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02984, - 51.49969 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.0, - "qmprice": 31.98, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/133355408", - "info": { - "identifier": 133355408, - "sqm_ocr": 86.0, - "price": 2750.0, - "price_per_sqm": 31.976744186046513, - "url": "https://www.rightmove.co.uk/properties/133355408", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "McS Mckenzie Sakowicz Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/245k/244001/133355408/244001_Actfs123_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.26566, - 51.5043 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -5001,46 +4001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.0, - "qmprice": 30.2, - "rooms": 3, - "total_price": 3050.0, - "url": "https://www.rightmove.co.uk/properties/134246687", - "info": { - "identifier": 134246687, - "sqm_ocr": 101.0, - "price": 3050.0, - "price_per_sqm": 30.198019801980198, - "url": "https://www.rightmove.co.uk/properties/134246687", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33101/134246687/33101_SHE130671_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.237734, - 51.508823 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -5064,7 +4024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Allen Goldstein", @@ -5081,46 +4041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/134301461", - "info": { - "identifier": 134301461, - "sqm_ocr": null, - "price": 3150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/134301461", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Milegate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/124k/123322/134301461/123322_POINT_005962_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.144219, - 51.437492 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -5304,7 +4224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Winkworth", @@ -5561,46 +4481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/135144701", - "info": { - "identifier": 135144701, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/135144701", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves- Beaufort Park Colindale", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/142k/141893/135144701/141893_137122_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.24644, - 51.59574 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -5641,46 +4521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/135167156", - "info": { - "identifier": 135167156, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/135167156", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/230k/229157/135167156/229157_PRL230053_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.200039, - 51.479584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -5784,7 +4624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "JOHNS&CO", @@ -5824,7 +4664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Churchill Estates", @@ -5921,46 +4761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 151.62, - "qmprice": 24.38, - "rooms": 4, - "total_price": 3696.0, - "url": "https://www.rightmove.co.uk/properties/135791870", - "info": { - "identifier": 135791870, - "sqm_ocr": 151.62, - "price": 3696.0, - "price_per_sqm": 24.376731301939056, - "url": "https://www.rightmove.co.uk/properties/135791870", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/135791870/163859_2432326_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "13/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02837, - 51.49968 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -6681,46 +5481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/137268302", - "info": { - "identifier": 137268302, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/137268302", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Such Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238883/137268302/238883_268550_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1054, - 51.44551 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -6961,46 +5721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.5, - "qmprice": 27.59, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/137775812", - "info": { - "identifier": 137775812, - "sqm_ocr": 72.5, - "price": 2000.0, - "price_per_sqm": 27.586206896551722, - "url": "https://www.rightmove.co.uk/properties/137775812", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34334/137775812/34334_STH230019_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13436, - 51.41947 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -7201,46 +5921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.0, - "qmprice": 39.16, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/138125957", - "info": { - "identifier": 138125957, - "sqm_ocr": 83.0, - "price": 3250.0, - "price_per_sqm": 39.1566265060241, - "url": "https://www.rightmove.co.uk/properties/138125957", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Antony Roberts", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36162/138125957/36162_RIC230050_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.307385, - 51.459003 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -7481,46 +6161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2725.0, - "url": "https://www.rightmove.co.uk/properties/138584366", - "info": { - "identifier": 138584366, - "sqm_ocr": null, - "price": 2725.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/138584366", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Andre Joseph Estates Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74973/138584366/74973_454288_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.154996, - 51.433804 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -7681,46 +6321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.57, - "qmprice": 32.6, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/138875660", - "info": { - "identifier": 138875660, - "sqm_ocr": 76.57, - "price": 2496.0, - "price_per_sqm": 32.597623089983024, - "url": "https://www.rightmove.co.uk/properties/138875660", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136139/138875660/136139_2585820_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.001834, - 51.509514 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -8504,7 +7104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 19, + "updated_days": 20, "status": null, "last_seen": 0, "agency": "Gibson Lettings", @@ -8521,46 +7121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.0, - "qmprice": 21.77, - "rooms": 3, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/140773763", - "info": { - "identifier": 140773763, - "sqm_ocr": 110.0, - "price": 2395.0, - "price_per_sqm": 21.772727272727273, - "url": "https://www.rightmove.co.uk/properties/140773763", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 137, - "status": null, - "last_seen": 9, - "agency": "Parry & Drewett", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78770/140773763/78770_1671571_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.261832, - 51.40353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -8761,46 +7321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.16, - "qmprice": 68.78, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/141225074", - "info": { - "identifier": 141225074, - "sqm_ocr": 58.16, - "price": 4000.0, - "price_per_sqm": 68.7757909215956, - "url": "https://www.rightmove.co.uk/properties/141225074", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97525/141225074/97525_NOL230111_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.192719, - 51.512745 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -8864,7 +7384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "Carter Jonas Lettings", @@ -9001,46 +7521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.84, - "qmprice": 26.67, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/141723800", - "info": { - "identifier": 141723800, - "sqm_ocr": 89.84, - "price": 2396.0, - "price_per_sqm": 26.669634906500445, - "url": "https://www.rightmove.co.uk/properties/141723800", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/141723800/163859_2564906_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02981, - 51.49956 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -9384,7 +7864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "City & Urban", @@ -9561,86 +8041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/142694666", - "info": { - "identifier": 142694666, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/142694666", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Abbeyway Estates Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/105k/104137/142694666/104137_47B_IMG_12_0000_max_656x437.png", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.099, - 51.57915 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.5, - "qmprice": 22.56, - "rooms": 3, - "total_price": 2515.0, - "url": "https://www.rightmove.co.uk/properties/142712408", - "info": { - "identifier": 142712408, - "sqm_ocr": 111.5, - "price": 2515.0, - "price_per_sqm": 22.556053811659194, - "url": "https://www.rightmove.co.uk/properties/142712408", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hills Estate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/153k/152342/142712408/152342_1509_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.175133, - 51.57913 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -9824,7 +8224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "MX Lettings", @@ -9841,46 +8241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.6, - "qmprice": 42.66, - "rooms": 4, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/143227382", - "info": { - "identifier": 143227382, - "sqm_ocr": 92.6, - "price": 3950.0, - "price_per_sqm": 42.65658747300216, - "url": "https://www.rightmove.co.uk/properties/143227382", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 53, - "status": null, - "last_seen": 9, - "agency": "Parry & Drewett", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78770/143227382/78770_12238327_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2728, - 51.411057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -9921,46 +8281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.15, - "qmprice": 35.24, - "rooms": 2, - "total_price": 2648.0, - "url": "https://www.rightmove.co.uk/properties/143339477", - "info": { - "identifier": 143339477, - "sqm_ocr": 75.15, - "price": 2648.0, - "price_per_sqm": 35.236194278110446, - "url": "https://www.rightmove.co.uk/properties/143339477", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/143339477/163859_2632366_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02605, - 51.49927 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -10081,46 +8401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.9, - "qmprice": 31.29, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/143515304", - "info": { - "identifier": 143515304, - "sqm_ocr": 87.9, - "price": 2750.0, - "price_per_sqm": 31.28555176336746, - "url": "https://www.rightmove.co.uk/properties/143515304", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Filtons Stratford Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49212/143515304/49212_fortius_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0232, - 51.53311 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -10921,46 +9201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.51, - "qmprice": 26.2, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/145104440", - "info": { - "identifier": 145104440, - "sqm_ocr": 114.51, - "price": 3000.0, - "price_per_sqm": 26.19858527639507, - "url": "https://www.rightmove.co.uk/properties/145104440", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40248/145104440/40248_NEW200242_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.047707, - 51.43961 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -11041,46 +9281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/145121999", - "info": { - "identifier": 145121999, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/145121999", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Lawlors Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/20k/19332/145121999/19332_Rai10_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.19153, - 51.5248 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -11281,46 +9481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.1, - "qmprice": 40.19, - "rooms": 4, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/145552961", - "info": { - "identifier": 145552961, - "sqm_ocr": 82.1, - "price": 3300.0, - "price_per_sqm": 40.19488428745433, - "url": "https://www.rightmove.co.uk/properties/145552961", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Key Property Consultants", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/161k/160727/145552961/160727_2069_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.161596, - 51.4644 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -11561,46 +9721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.38, - "qmprice": 51.68, - "rooms": 2, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/146163746", - "info": { - "identifier": 146163746, - "sqm_ocr": 73.38, - "price": 3792.0, - "price_per_sqm": 51.676206050695015, - "url": "https://www.rightmove.co.uk/properties/146163746", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136148/146163746/136148_2336322_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135012, - 51.481564 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -11721,46 +9841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.49, - "qmprice": 30.08, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/146376551", - "info": { - "identifier": 146376551, - "sqm_ocr": 66.49, - "price": 2000.0, - "price_per_sqm": 30.079711234772148, - "url": "https://www.rightmove.co.uk/properties/146376551", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Empire Chase Estate Agent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/129k/128062/146376551/128062_894hren_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29599, - 51.5525 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -12184,7 +10264,7 @@ var data = { "service_charge": null, "development": true, "tenure_type": "Leasehold", - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Reach London Limited", @@ -12544,7 +10624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Bamboo Living Management Limited", @@ -12681,46 +10761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/147132953", - "info": { - "identifier": 147132953, - "sqm_ocr": null, - "price": 3467.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/147132953", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/147132953/115768_e148lsthemill_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "02/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02633, - 51.50079 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -12864,7 +10904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Bamboo Living Management Limited", @@ -13161,46 +11201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/147336785", - "info": { - "identifier": 147336785, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/147336785", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77524/147336785/77524_0428_FJL042801216_IMG_04_0001_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.006351, - 51.48866 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -13761,46 +11761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.0, - "qmprice": 35.27, - "rooms": 4, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/147804722", - "info": { - "identifier": 147804722, - "sqm_ocr": 112.0, - "price": 3950.0, - "price_per_sqm": 35.267857142857146, - "url": "https://www.rightmove.co.uk/properties/147804722", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43002/147804722/43002_BAL240013_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "04/07/2026" - } - }, - "geometry": { - "coordinates": [ - -0.31521, - 51.43966 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -13921,46 +11881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/147916454", - "info": { - "identifier": 147916454, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/147916454", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96608/147916454/96608_HRR210304_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.33831, - 51.59249 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -14161,46 +12081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 138.0, - "qmprice": 27.54, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/148052060", - "info": { - "identifier": 148052060, - "sqm_ocr": 138.0, - "price": 3800.0, - "price_per_sqm": 27.536231884057973, - "url": "https://www.rightmove.co.uk/properties/148052060", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Great Newport Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/174k/173780/148052060/173780_10chasefieldroad_IMG_14_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16162, - 51.42925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -14441,46 +12321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 46.3, - "qmprice": 57.24, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/148234838", - "info": { - "identifier": 148234838, - "sqm_ocr": 46.3, - "price": 2650.0, - "price_per_sqm": 57.2354211663067, - "url": "https://www.rightmove.co.uk/properties/148234838", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Churchill Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10145/148234838/10145_33113151_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01127, - 51.566257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -14521,46 +12361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2080.0, - "url": "https://www.rightmove.co.uk/properties/148283792", - "info": { - "identifier": 148283792, - "sqm_ocr": null, - "price": 2080.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/148283792", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49784/148283792/49784_37881_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08714, - 51.49721 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -14744,7 +12544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Bamboo Living Management Limited", @@ -15024,7 +12824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Winkworth", @@ -15081,126 +12881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 37.88, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/148599746", - "info": { - "identifier": 148599746, - "sqm_ocr": 66.0, - "price": 2500.0, - "price_per_sqm": 37.878787878787875, - "url": "https://www.rightmove.co.uk/properties/148599746", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/148599746/77197_VCT_VCT_LFSYCL_465_633147414_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "02/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.121451, - 51.53835 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.18, - "qmprice": 28.22, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/148602071", - "info": { - "identifier": 148602071, - "sqm_ocr": 76.18, - "price": 2150.0, - "price_per_sqm": 28.222630611709107, - "url": "https://www.rightmove.co.uk/properties/148602071", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49980/148602071/49980_SOU240125_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.214266, - 51.43961 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.78, - "qmprice": 33.43, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/148604660", - "info": { - "identifier": 148604660, - "sqm_ocr": 77.78, - "price": 2600.0, - "price_per_sqm": 33.427616353818465, - "url": "https://www.rightmove.co.uk/properties/148604660", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/148604660/163859_2694703_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.064932, - 51.49446 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -15624,7 +13304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 24, + "updated_days": 25, "status": null, "last_seen": 0, "agency": "FMX PROPERTIES LTD", @@ -15641,46 +13321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/148984514", - "info": { - "identifier": 148984514, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/148984514", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "David Astburys Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176261/148984514/176261_102708038471_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.10701, - 51.58794 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -15904,7 +13544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Wren & co Residential", @@ -16001,46 +13641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/149212082", - "info": { - "identifier": 149212082, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/149212082", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/149212082/181787_181787_960_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.09411, - 51.4958 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -16201,46 +13801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2080.0, - "url": "https://www.rightmove.co.uk/properties/149315294", - "info": { - "identifier": 149315294, - "sqm_ocr": null, - "price": 2080.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/149315294", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17882/149315294/17882_39328_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10774, - 51.53199 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -16281,46 +13841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/149392178", - "info": { - "identifier": 149392178, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/149392178", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94448/149392178/94448_EAL240195_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.284422, - 51.512794 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -16441,46 +13961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/149494175", - "info": { - "identifier": 149494175, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/149494175", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "CKB Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/187k/186113/149494175/186113_CKBE_003998_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.092697, - 51.47175 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -16681,46 +14161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.1, - "qmprice": 53.42, - "rooms": 2, - "total_price": 2730.0, - "url": "https://www.rightmove.co.uk/properties/149828279", - "info": { - "identifier": 149828279, - "sqm_ocr": 51.1, - "price": 2730.0, - "price_per_sqm": 53.42465753424657, - "url": "https://www.rightmove.co.uk/properties/149828279", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/149828279/204560_57_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139684, - 51.52436 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -16761,46 +14201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.33, - "qmprice": 35.49, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/149907269", - "info": { - "identifier": 149907269, - "sqm_ocr": 70.33, - "price": 2496.0, - "price_per_sqm": 35.48983364140481, - "url": "https://www.rightmove.co.uk/properties/149907269", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136139/149907269/136139_2696714_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.015721, - 51.528473 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -17081,46 +14481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/150164399", - "info": { - "identifier": 150164399, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/150164399", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11495/150164399/11495_0435_FJL043502193_IMG_03_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.051288, - 51.515583 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -17441,46 +14801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/150422144", - "info": { - "identifier": 150422144, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/150422144", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79624/150422144/79624_0615_FJL061501029_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.121562, - 51.540157 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -17944,7 +15264,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 18, + "updated_days": 19, "status": null, "last_seen": 0, "agency": "Black Katz", @@ -18041,86 +15361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3397.0, - "url": "https://www.rightmove.co.uk/properties/150830381", - "info": { - "identifier": 150830381, - "sqm_ocr": null, - "price": 3397.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/150830381", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Robert Lehrer Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57714/150830381/57714_ROBEL_002667_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139253, - 51.54252 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/150885950", - "info": { - "identifier": 150885950, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/150885950", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Statuum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237224/150885950/237224_656_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.015233, - 51.5255 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -18144,7 +15384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "LizardProperty", @@ -18401,46 +15641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/151232066", - "info": { - "identifier": 151232066, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/151232066", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Sanctuary Housing", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/118k/117370/151232066/117370_MillbrookSquare2_IMG_20_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.20875, - 51.61055 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -18601,46 +15801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2725.0, - "url": "https://www.rightmove.co.uk/properties/151348388", - "info": { - "identifier": 151348388, - "sqm_ocr": null, - "price": 2725.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/151348388", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67439/151348388/67439_CPL150066_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.154988, - 51.433876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -19321,86 +16481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/151730699", - "info": { - "identifier": 151730699, - "sqm_ocr": null, - "price": 3467.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/151730699", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/151730699/115768_thenextex_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00522, - 51.50574 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/151737146", - "info": { - "identifier": 151737146, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/151737146", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/151737146/78429_LON-117_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.071363, - 51.523884 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -19841,86 +16921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/152047988", - "info": { - "identifier": 152047988, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/152047988", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 247, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/168k/167687/152047988/167687_2675983_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22157, - 51.51174 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.22, - "qmprice": 36.37, - "rooms": 2, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/152052074", - "info": { - "identifier": 152052074, - "sqm_ocr": 82.22, - "price": 2990.0, - "price_per_sqm": 36.36584772561421, - "url": "https://www.rightmove.co.uk/properties/152052074", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51411/152052074/51411_4506_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "07/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.179324, - 51.481144 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -20121,46 +17121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/152171756", - "info": { - "identifier": 152171756, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/152171756", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 264, - "status": null, - "last_seen": 9, - "agency": "Relocators", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277085/152171756/277085_7160706_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.023246, - 51.521797 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -20264,7 +17224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Leonard Leese", @@ -21801,46 +18761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.6, - "qmprice": 52.59, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/152983883", - "info": { - "identifier": 152983883, - "sqm_ocr": 65.6, - "price": 3450.0, - "price_per_sqm": 52.59146341463415, - "url": "https://www.rightmove.co.uk/properties/152983883", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15975/152983883/15975_1288332_IMG_02_0009_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19207, - 51.42359 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -22721,46 +19641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/153372164", - "info": { - "identifier": 153372164, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/153372164", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 223, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6870/153372164/6870_DI3BD_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.08607, - 51.37813 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -23001,46 +19881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3770.0, - "url": "https://www.rightmove.co.uk/properties/153515195", - "info": { - "identifier": 153515195, - "sqm_ocr": null, - "price": 3770.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/153515195", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136148/153515195/136148_2701569_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130297, - 51.481964 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -23241,46 +20081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.09, - "qmprice": 55.64, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/153552182", - "info": { - "identifier": 153552182, - "sqm_ocr": 70.09, - "price": 3900.0, - "price_per_sqm": 55.64274504208874, - "url": "https://www.rightmove.co.uk/properties/153552182", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136148/153552182/136148_2701459_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10428, - 51.49946 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -23401,46 +20201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/153662483", - "info": { - "identifier": 153662483, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/153662483", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 10, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17882/153662483/17882_32608_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12791, - 51.55353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -23521,46 +20281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 123.8, - "qmprice": 29.48, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/153750152", - "info": { - "identifier": 153750152, - "sqm_ocr": 123.8, - "price": 3650.0, - "price_per_sqm": 29.483037156704363, - "url": "https://www.rightmove.co.uk/properties/153750152", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49021/153750152/49021_BRL230043_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.298967, - 51.45339 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -23881,46 +20601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.0, - "qmprice": 26.51, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/153911279", - "info": { - "identifier": 153911279, - "sqm_ocr": 83.0, - "price": 2200.0, - "price_per_sqm": 26.50602409638554, - "url": "https://www.rightmove.co.uk/properties/153911279", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Godfrey And Barr", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/57k/56618/153911279/56618_5002_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1755, - 51.584766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -24544,7 +21224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 86, + "updated_days": 87, "status": null, "last_seen": 0, "agency": "Churchill & Mathesons", @@ -24801,46 +21481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.7, - "qmprice": 43.25, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/154107221", - "info": { - "identifier": 154107221, - "sqm_ocr": 86.7, - "price": 3750.0, - "price_per_sqm": 43.25259515570934, - "url": "https://www.rightmove.co.uk/properties/154107221", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96392/154107221/96392_SVL221070_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.173983, - 51.527985 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -25441,46 +22081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2730.0, - "url": "https://www.rightmove.co.uk/properties/154325090", - "info": { - "identifier": 154325090, - "sqm_ocr": null, - "price": 2730.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/154325090", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/154325090/78429_LON-320_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.11226, - 51.49933 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -25961,46 +22561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3748.0, - "url": "https://www.rightmove.co.uk/properties/154557896", - "info": { - "identifier": 154557896, - "sqm_ocr": null, - "price": 3748.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/154557896", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hanover", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74440/154557896/74440_HNV220352_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.173994, - 51.527985 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -26064,7 +22624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "CROWN LUXURY HOMES LIMITED", @@ -26241,46 +22801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/154609826", - "info": { - "identifier": 154609826, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/154609826", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 102, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "D", - "photo_thumbnail": null, - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.282514, - 51.53024 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -26361,46 +22881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 42.61, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/154630610", - "info": { - "identifier": 154630610, - "sqm_ocr": 88.0, - "price": 3750.0, - "price_per_sqm": 42.61363636363637, - "url": "https://www.rightmove.co.uk/properties/154630610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41337/154630610/41337_06741337_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.173858, - 51.52801 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -26801,46 +23281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.4, - "qmprice": 36.02, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/154704689", - "info": { - "identifier": 154704689, - "sqm_ocr": 69.4, - "price": 2500.0, - "price_per_sqm": 36.023054755043226, - "url": "https://www.rightmove.co.uk/properties/154704689", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137369/154704689/137369_1300271_IMG_01_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.021818, - 51.570484 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -26881,46 +23321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.3, - "qmprice": 25.67, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/154719599", - "info": { - "identifier": 154719599, - "sqm_ocr": 101.3, - "price": 2600.0, - "price_per_sqm": 25.66633761105627, - "url": "https://www.rightmove.co.uk/properties/154719599", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Davidson Frost-Wellings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238889/154719599/238889_33495009_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.296597, - 51.60608 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -26944,7 +23344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 28, + "updated_days": 29, "status": null, "last_seen": 0, "agency": "Fine & Country", @@ -27681,46 +24081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.3, - "qmprice": 31.95, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/154825352", - "info": { - "identifier": 154825352, - "sqm_ocr": 67.3, - "price": 2150.0, - "price_per_sqm": 31.946508172362556, - "url": "https://www.rightmove.co.uk/properties/154825352", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Butler & Stag", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/145k/144140/154825352/144140_33500145_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008685, - 51.524467 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -27881,46 +24241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/154926938", - "info": { - "identifier": 154926938, - "sqm_ocr": null, - "price": 2097.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/154926938", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 100, - "status": null, - "last_seen": 9, - "agency": "Goldschmidt & Howland", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73968/154926938/73968_2698960_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17993, - 51.59104 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -28641,86 +24961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2199.0, - "url": "https://www.rightmove.co.uk/properties/155167259", - "info": { - "identifier": 155167259, - "sqm_ocr": null, - "price": 2199.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/155167259", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "LAND ROYALE PROPERTIES", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272384/155167259/272384_Ashish02Collerne_IMG_19_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.22738, - 51.6065 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/155174483", - "info": { - "identifier": 155174483, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/155174483", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/155174483/78429_LON-41_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18738, - 51.51256 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -29281,46 +25521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2752.0, - "url": "https://www.rightmove.co.uk/properties/155239502", - "info": { - "identifier": 155239502, - "sqm_ocr": null, - "price": 2752.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/155239502", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157817/155239502/157817_2665350_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.015406, - 51.497208 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -29841,46 +26041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.9, - "qmprice": 37.56, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/155326373", - "info": { - "identifier": 155326373, - "sqm_ocr": 63.9, - "price": 2400.0, - "price_per_sqm": 37.55868544600939, - "url": "https://www.rightmove.co.uk/properties/155326373", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49030/155326373/49030_PUL240075_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.214992, - 51.415916 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -30121,46 +26281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.76, - "qmprice": 47.0, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/155429474", - "info": { - "identifier": 155429474, - "sqm_ocr": 73.76, - "price": 3467.0, - "price_per_sqm": 47.003796095444685, - "url": "https://www.rightmove.co.uk/properties/155429474", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 54, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136148/155429474/136148_2623049_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185032, - 51.476368 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -30344,7 +26464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 23, + "updated_days": 24, "status": null, "last_seen": 0, "agency": "Pinnacle Housing Ltd", @@ -30361,46 +26481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/155503595", - "info": { - "identifier": 155503595, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/155503595", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Pinnacle Housing Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212189/155503595/212189_2337_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.11971, - 51.49203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -30561,46 +26641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.2, - "qmprice": 49.87, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/155570963", - "info": { - "identifier": 155570963, - "sqm_ocr": 75.2, - "price": 3750.0, - "price_per_sqm": 49.86702127659574, - "url": "https://www.rightmove.co.uk/properties/155570963", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 43, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112924/155570963/112924_P292112_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00759, - 51.48259 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -30761,46 +26801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.22, - "qmprice": 48.46, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/155603672", - "info": { - "identifier": 155603672, - "sqm_ocr": 72.22, - "price": 3500.0, - "price_per_sqm": 48.463029631680975, - "url": "https://www.rightmove.co.uk/properties/155603672", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63025/155603672/63025_CQL160173_L_IMG_30_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108083, - 51.521328 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -31361,46 +27361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.4, - "qmprice": 43.92, - "rooms": 2, - "total_price": 3575.0, - "url": "https://www.rightmove.co.uk/properties/155791067", - "info": { - "identifier": 155791067, - "sqm_ocr": 81.4, - "price": 3575.0, - "price_per_sqm": 43.91891891891892, - "url": "https://www.rightmove.co.uk/properties/155791067", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43769/155791067/43769_P291872_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20129, - 51.49965 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -31681,46 +27641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/155882111", - "info": { - "identifier": 155882111, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/155882111", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "City Relay", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209042/155882111/209042_UMTA-Mid_let_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.007242, - 51.487373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -31881,46 +27801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/155892809", - "info": { - "identifier": 155892809, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/155892809", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Andrew Pearce", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17418/155892809/17418_100415010315_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.33439, - 51.57949 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -31961,46 +27841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 134.3, - "qmprice": 26.06, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/155899331", - "info": { - "identifier": 155899331, - "sqm_ocr": 134.3, - "price": 3500.0, - "price_per_sqm": 26.061057334326133, - "url": "https://www.rightmove.co.uk/properties/155899331", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84073/155899331/84073_1307867_IMG_02_0013_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.154536, - 51.60106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -32024,7 +27864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Tony Alan Estates", @@ -32241,46 +28081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.4, - "qmprice": 43.39, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/155922014", - "info": { - "identifier": 155922014, - "sqm_ocr": 79.4, - "price": 3445.0, - "price_per_sqm": 43.387909319899244, - "url": "https://www.rightmove.co.uk/properties/155922014", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53654/155922014/53654_33560122_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.179848, - 51.466682 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -32321,46 +28121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.53, - "qmprice": 40.58, - "rooms": 2, - "total_price": 2903.0, - "url": "https://www.rightmove.co.uk/properties/155938160", - "info": { - "identifier": 155938160, - "sqm_ocr": 71.53, - "price": 2903.0, - "price_per_sqm": 40.58437019432406, - "url": "https://www.rightmove.co.uk/properties/155938160", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90830/155938160/90830_SJD240282_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.173485, - 51.52796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -32721,46 +28481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/156058634", - "info": { - "identifier": 156058634, - "sqm_ocr": null, - "price": 3350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156058634", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 136, - "status": null, - "last_seen": 9, - "agency": "Hiltons Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/243k/242060/156058634/242060_102765003024_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35073, - 51.47073 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -33001,46 +28721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.6, - "qmprice": 49.47, - "rooms": 2, - "total_price": 2899.0, - "url": "https://www.rightmove.co.uk/properties/156112571", - "info": { - "identifier": 156112571, - "sqm_ocr": 58.6, - "price": 2899.0, - "price_per_sqm": 49.47098976109215, - "url": "https://www.rightmove.co.uk/properties/156112571", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50713/156112571/50713_33569029_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.195389, - 51.51548 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -33121,46 +28801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3810.0, - "url": "https://www.rightmove.co.uk/properties/156194420", - "info": { - "identifier": 156194420, - "sqm_ocr": null, - "price": 3810.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156194420", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/156194420/78429_LON-122_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.11337, - 51.50042 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -33464,7 +29104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 74, + "updated_days": 75, "status": null, "last_seen": 0, "agency": "Emoov", @@ -33641,46 +29281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 136.0, - "qmprice": 27.57, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/156379268", - "info": { - "identifier": 156379268, - "sqm_ocr": 136.0, - "price": 3750.0, - "price_per_sqm": 27.573529411764707, - "url": "https://www.rightmove.co.uk/properties/156379268", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 45, - "status": null, - "last_seen": 9, - "agency": "Farrell Lewis Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267680/156379268/267680_768_FLEW_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.116466, - 51.49211 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -34201,86 +29801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/156448004", - "info": { - "identifier": 156448004, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156448004", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181634/156448004/181634_SNW250002_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.082559, - 51.404854 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/156459455", - "info": { - "identifier": 156459455, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156459455", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "EC Residential LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/245k/244844/156459455/244844_2263_IMG_19_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19668, - 51.51783 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -34361,46 +29881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/156527702", - "info": { - "identifier": 156527702, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156527702", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "City Relay", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209042/156527702/209042_OKAR1-Mid_let_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.212351, - 51.497337 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -34521,46 +30001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.1, - "qmprice": 44.05, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/156543902", - "info": { - "identifier": 156543902, - "sqm_ocr": 68.1, - "price": 3000.0, - "price_per_sqm": 44.05286343612335, - "url": "https://www.rightmove.co.uk/properties/156543902", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76585/156543902/76585_1308937_IMG_00_0010_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.167929, - 51.521873 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -34864,7 +30304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Heaven Estate Agents", @@ -35201,46 +30641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.15, - "qmprice": 55.68, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/156674174", - "info": { - "identifier": 156674174, - "sqm_ocr": 66.15, - "price": 3683.0, - "price_per_sqm": 55.67649281934996, - "url": "https://www.rightmove.co.uk/properties/156674174", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/156674174/70038_4807_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.212566, - 51.490368 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -35601,46 +31001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.9, - "qmprice": 32.51, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/156716834", - "info": { - "identifier": 156716834, - "sqm_ocr": 76.9, - "price": 2500.0, - "price_per_sqm": 32.50975292587776, - "url": "https://www.rightmove.co.uk/properties/156716834", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111050/156716834/111050_1309810_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.178277, - 51.427208 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -35841,46 +31201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2860.0, - "url": "https://www.rightmove.co.uk/properties/156750683", - "info": { - "identifier": 156750683, - "sqm_ocr": null, - "price": 2860.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156750683", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/156750683/115768_the9oglen_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0081, - 51.48924 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -36001,46 +31321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.0, - "qmprice": 60.42, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/156817685", - "info": { - "identifier": 156817685, - "sqm_ocr": 48.0, - "price": 2900.0, - "price_per_sqm": 60.416666666666664, - "url": "https://www.rightmove.co.uk/properties/156817685", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "tlc Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18984/156817685/18984_ERL131149_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.194601, - 51.50779 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -36121,46 +31401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/156862316", - "info": { - "identifier": 156862316, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156862316", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39872/156862316/39872_100783017431_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18963, - 51.46305 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -36401,86 +31641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 135.63, - "qmprice": 29.49, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/156907244", - "info": { - "identifier": 156907244, - "sqm_ocr": 135.63, - "price": 4000.0, - "price_per_sqm": 29.492000294920004, - "url": "https://www.rightmove.co.uk/properties/156907244", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Circa London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/142k/141788/156907244/141788_2702220_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09659, - 51.5045 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/156907814", - "info": { - "identifier": 156907814, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156907814", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Highcastle Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/199k/198884/156907814/198884_RL0820_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.052726, - 51.52124 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -36561,46 +31721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/156929762", - "info": { - "identifier": 156929762, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/156929762", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Such Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238883/156929762/238883_274004_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13468, - 51.45841 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -36961,86 +32081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.5, - "qmprice": 39.82, - "rooms": 2, - "total_price": 2648.0, - "url": "https://www.rightmove.co.uk/properties/156982499", - "info": { - "identifier": 156982499, - "sqm_ocr": 66.5, - "price": 2648.0, - "price_per_sqm": 39.81954887218045, - "url": "https://www.rightmove.co.uk/properties/156982499", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/152k/151658/156982499/151658_1310211_IMG_00_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.192582, - 51.523888 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.5, - "qmprice": 52.14, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/156982505", - "info": { - "identifier": 156982505, - "sqm_ocr": 66.5, - "price": 3467.0, - "price_per_sqm": 52.13533834586466, - "url": "https://www.rightmove.co.uk/properties/156982505", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/152k/151658/156982505/151658_1310212_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.192582, - 51.523888 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -37401,46 +32441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.3, - "qmprice": 54.39, - "rooms": 2, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/157059866", - "info": { - "identifier": 157059866, - "sqm_ocr": 64.3, - "price": 3497.0, - "price_per_sqm": 54.38569206842924, - "url": "https://www.rightmove.co.uk/properties/157059866", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71140/157059866/71140_33613677_IMG_06_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.136272, - 51.523296 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -37881,46 +32881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/157140686", - "info": { - "identifier": 157140686, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157140686", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/157140686/96668_215045310072024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.019928, - 51.47397 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -37944,7 +32904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 32, + "updated_days": 33, "status": null, "last_seen": 0, "agency": "Andrew Pearce", @@ -38001,46 +32961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/157165283", - "info": { - "identifier": 157165283, - "sqm_ocr": null, - "price": 3792.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157165283", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greater London Properties", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6474/157165283/6474_GRT_SH_LFSYCL_252_400330032_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.136965, - 51.51381 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -38121,46 +33041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.53, - "qmprice": 43.31, - "rooms": 2, - "total_price": 2578.0, - "url": "https://www.rightmove.co.uk/properties/157191053", - "info": { - "identifier": 157191053, - "sqm_ocr": 59.53, - "price": 2578.0, - "price_per_sqm": 43.30589618679657, - "url": "https://www.rightmove.co.uk/properties/157191053", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90830/157191053/90830_SJD110024_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.174878, - 51.527954 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -38401,46 +33281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/157213238", - "info": { - "identifier": 157213238, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157213238", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Northwood", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222866/157213238/222866_P984_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09843, - 51.43022 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -38521,46 +33361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.52, - "qmprice": 43.61, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/157236005", - "info": { - "identifier": 157236005, - "sqm_ocr": 74.52, - "price": 3250.0, - "price_per_sqm": 43.61245303274289, - "url": "https://www.rightmove.co.uk/properties/157236005", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alliance London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77148/157236005/77148_190240_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02979, - 51.508553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -38601,46 +33401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/157243658", - "info": { - "identifier": 157243658, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157243658", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77583/157243658/77583_YLH230103_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34835, - 51.430214 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -38704,7 +33464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Bamboo Living Management Limited", @@ -38801,46 +33561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/157296980", - "info": { - "identifier": 157296980, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157296980", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Curran & Pinner", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74059/157296980/74059_28623331_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008866, - 51.408733 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -38921,46 +33641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/157304552", - "info": { - "identifier": 157304552, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157304552", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/157304552/96668_179399109082023_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203313, - 51.48062 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -39001,46 +33681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2747.0, - "url": "https://www.rightmove.co.uk/properties/157309220", - "info": { - "identifier": 157309220, - "sqm_ocr": null, - "price": 2747.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157309220", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82537/157309220/82537_33627567_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.024837, - 51.49137 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -40664,7 +35304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Bamboo Living Management Limited", @@ -40881,46 +35521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/157539425", - "info": { - "identifier": 157539425, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157539425", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/157539425/32793_38504_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18496, - 51.54445 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -40961,46 +35561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/157539629", - "info": { - "identifier": 157539629, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157539629", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Japan Services Rent", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94576/157539629/94576_P3668_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28492, - 51.51718 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -41281,46 +35841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 41.38, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/157612367", - "info": { - "identifier": 157612367, - "sqm_ocr": 87.0, - "price": 3600.0, - "price_per_sqm": 41.37931034482759, - "url": "https://www.rightmove.co.uk/properties/157612367", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Complete Prime Residential Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53946/157612367/53946_97985_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1254, - 51.48187 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -41801,46 +36321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.89, - "qmprice": 35.04, - "rooms": 3, - "total_price": 3395.0, - "url": "https://www.rightmove.co.uk/properties/157638626", - "info": { - "identifier": 157638626, - "sqm_ocr": 96.89, - "price": 3395.0, - "price_per_sqm": 35.03973578284653, - "url": "https://www.rightmove.co.uk/properties/157638626", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/157638626/96668_236484025012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036673, - 51.59551 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -42081,46 +36561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/157656179", - "info": { - "identifier": 157656179, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157656179", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "gLocalAgents.co.uk", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176603/157656179/176603_11466_EAF_110335_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09339, - 51.37142 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -42401,46 +36841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.31, - "qmprice": 42.04, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/157696073", - "info": { - "identifier": 157696073, - "sqm_ocr": 77.31, - "price": 3250.0, - "price_per_sqm": 42.03854611305135, - "url": "https://www.rightmove.co.uk/properties/157696073", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "TH Advisors", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/266k/265445/157696073/265445_11AWharfdaleRoad_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11932, - 51.53346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -42481,46 +36881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.0, - "qmprice": 41.24, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/157700576", - "info": { - "identifier": 157700576, - "sqm_ocr": 97.0, - "price": 4000.0, - "price_per_sqm": 41.23711340206186, - "url": "https://www.rightmove.co.uk/properties/157700576", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Addison Townsend", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38757/157700576/38757_addison_1948056289_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09377, - 51.63634 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -42841,86 +37201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.7, - "qmprice": 39.88, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/157726556", - "info": { - "identifier": 157726556, - "sqm_ocr": 67.7, - "price": 2700.0, - "price_per_sqm": 39.88183161004431, - "url": "https://www.rightmove.co.uk/properties/157726556", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/157726556/48101_1313055_IMG_00_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.07307, - 51.500427 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.7, - "qmprice": 31.02, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/157726559", - "info": { - "identifier": 157726559, - "sqm_ocr": 67.7, - "price": 2100.0, - "price_per_sqm": 31.019202363367796, - "url": "https://www.rightmove.co.uk/properties/157726559", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/157726559/48101_1313056_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.07307, - 51.500427 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -43081,46 +37361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/157741865", - "info": { - "identifier": 157741865, - "sqm_ocr": null, - "price": 3467.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157741865", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/157741865/96668_223730824092024_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "05/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128852, - 51.515835 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -43521,46 +37761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/157764962", - "info": { - "identifier": 157764962, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157764962", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co, Docklands & City", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47285/157764962/47285_DCL250215_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070189, - 51.49774 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -43601,46 +37801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.1, - "qmprice": 30.94, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/157765973", - "info": { - "identifier": 157765973, - "sqm_ocr": 71.1, - "price": 2200.0, - "price_per_sqm": 30.942334739803098, - "url": "https://www.rightmove.co.uk/properties/157765973", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112915/157765973/112915_P294935_IMG_38_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01547, - 51.47875 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -44561,126 +38721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.75, - "qmprice": 71.17, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/157845272", - "info": { - "identifier": 157845272, - "sqm_ocr": 51.75, - "price": 3683.0, - "price_per_sqm": 71.16908212560386, - "url": "https://www.rightmove.co.uk/properties/157845272", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/157845272/70038_4881_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203553, - 51.486805 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.75, - "qmprice": 44.39, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/157845275", - "info": { - "identifier": 157845275, - "sqm_ocr": 51.75, - "price": 2297.0, - "price_per_sqm": 44.38647342995169, - "url": "https://www.rightmove.co.uk/properties/157845275", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/157845275/70038_4882_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203553, - 51.486805 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/157859078", - "info": { - "identifier": 157859078, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157859078", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Houseen Lettings & Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76994/157859078/76994_33215286_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.064776, - 51.508163 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -44841,46 +38881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.7, - "qmprice": 44.64, - "rooms": 2, - "total_price": 2799.0, - "url": "https://www.rightmove.co.uk/properties/157867865", - "info": { - "identifier": 157867865, - "sqm_ocr": 62.7, - "price": 2799.0, - "price_per_sqm": 44.64114832535885, - "url": "https://www.rightmove.co.uk/properties/157867865", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96151/157867865/96151_BPL230003_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.210856, - 51.473175 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -44961,46 +38961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/157869704", - "info": { - "identifier": 157869704, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157869704", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AP Living London", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/236k/235805/157869704/235805_33655631_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.388048, - 51.507004 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -45041,46 +39001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/157875023", - "info": { - "identifier": 157875023, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/157875023", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Grainger", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262865/157875023/262865_a1G8d000002QBQnEAO_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01024, - 51.5133 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -45641,46 +39561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.4, - "qmprice": 33.6, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/157941449", - "info": { - "identifier": 157941449, - "sqm_ocr": 74.4, - "price": 2500.0, - "price_per_sqm": 33.60215053763441, - "url": "https://www.rightmove.co.uk/properties/157941449", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/157941449/107533_1313722_IMG_00_0012_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.003078, - 51.4903 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -45801,46 +39681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.6, - "qmprice": 41.32, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/157955192", - "info": { - "identifier": 157955192, - "sqm_ocr": 72.6, - "price": 3000.0, - "price_per_sqm": 41.32231404958678, - "url": "https://www.rightmove.co.uk/properties/157955192", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15954/157955192/15954_1313607_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.086713, - 51.549656 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -45881,46 +39721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.5, - "qmprice": 36.6, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/157961963", - "info": { - "identifier": 157961963, - "sqm_ocr": 76.5, - "price": 2800.0, - "price_per_sqm": 36.60130718954248, - "url": "https://www.rightmove.co.uk/properties/157961963", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/31k/30575/157961963/30575_05313872_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.293938, - 51.488373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -46041,46 +39841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.6, - "qmprice": 38.03, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/157986071", - "info": { - "identifier": 157986071, - "sqm_ocr": 65.6, - "price": 2495.0, - "price_per_sqm": 38.03353658536586, - "url": "https://www.rightmove.co.uk/properties/157986071", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84806/157986071/84806_33661344_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.298996, - 51.45828 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -46481,46 +40241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.1, - "qmprice": 33.95, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/158036699", - "info": { - "identifier": 158036699, - "sqm_ocr": 75.1, - "price": 2550.0, - "price_per_sqm": 33.95472703062583, - "url": "https://www.rightmove.co.uk/properties/158036699", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/158036699/48101_1312670_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.018179, - 51.50953 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -46584,7 +40304,7 @@ var data = { "service_charge": null, "development": true, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dolphin Square", @@ -46704,7 +40424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -47041,46 +40761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/158090543", - "info": { - "identifier": 158090543, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158090543", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 107, - "status": null, - "last_seen": 9, - "agency": "Quest Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35843/158090543/35843_Hrn4_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11539, - 51.57024 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -47841,86 +41521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/158151446", - "info": { - "identifier": 158151446, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158151446", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25052/158151446/25052_KEN110162_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.142065, - 51.54702 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/158152949", - "info": { - "identifier": 158152949, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158152949", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158152949/96668_238343211022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.268451, - 51.46905 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -48144,7 +41744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Equity London LTD", @@ -48161,46 +41761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.05, - "qmprice": 30.16, - "rooms": 3, - "total_price": 2595.0, - "url": "https://www.rightmove.co.uk/properties/158168555", - "info": { - "identifier": 158168555, - "sqm_ocr": 86.05, - "price": 2595.0, - "price_per_sqm": 30.156885531667637, - "url": "https://www.rightmove.co.uk/properties/158168555", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Nicholas Ashley", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18765/158168555/18765_2476558_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06802, - 51.46884 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -48441,86 +42001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/158186894", - "info": { - "identifier": 158186894, - "sqm_ocr": null, - "price": 2550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158186894", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158186894/96668_212764420062024_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.260531, - 51.467377 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/158197499", - "info": { - "identifier": 158197499, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158197499", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Living in London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55268/158197499/55268_101711000313_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.0334, - 51.49731 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -48561,46 +42041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.67, - "qmprice": 27.89, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/158201456", - "info": { - "identifier": 158201456, - "sqm_ocr": 80.67, - "price": 2250.0, - "price_per_sqm": 27.891409445890666, - "url": "https://www.rightmove.co.uk/properties/158201456", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Chesterfield Gordon", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261419/158201456/261419_7c6b7e6a-821d-4ede-8242-f54619710e1d_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.140765, - 51.423885 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -48761,46 +42201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/158208341", - "info": { - "identifier": 158208341, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158208341", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/167k/166334/158208341/166334_1314503_IMG_02_0009_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.104667, - 51.593 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -49121,166 +42521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.9, - "qmprice": 23.48, - "rooms": 4, - "total_price": 3050.0, - "url": "https://www.rightmove.co.uk/properties/158229056", - "info": { - "identifier": 158229056, - "sqm_ocr": 129.9, - "price": 3050.0, - "price_per_sqm": 23.479599692070824, - "url": "https://www.rightmove.co.uk/properties/158229056", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Keys Residential", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34266/158229056/34266_33673390_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.26288, - 51.396698 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.54, - "qmprice": 57.48, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/158234249", - "info": { - "identifier": 158234249, - "sqm_ocr": 56.54, - "price": 3250.0, - "price_per_sqm": 57.48142907675982, - "url": "https://www.rightmove.co.uk/properties/158234249", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39872/158234249/39872_100783009639_IMG_07_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.186709, - 51.496086 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.55, - "qmprice": 35.88, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/158238788", - "info": { - "identifier": 158238788, - "sqm_ocr": 97.55, - "price": 3500.0, - "price_per_sqm": 35.879036391594056, - "url": "https://www.rightmove.co.uk/properties/158238788", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230516/158238788/230516_CSZ231655_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.110372, - 51.47087 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.4, - "qmprice": 35.12, - "rooms": 3, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/158246996", - "info": { - "identifier": 158246996, - "sqm_ocr": 95.4, - "price": 3350.0, - "price_per_sqm": 35.11530398322851, - "url": "https://www.rightmove.co.uk/properties/158246996", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Alexander Rose Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274886/158246996/274886_L98591_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01287, - 51.54858 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -49321,46 +42561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.77, - "qmprice": 52.17, - "rooms": 2, - "total_price": 3640.0, - "url": "https://www.rightmove.co.uk/properties/158255150", - "info": { - "identifier": 158255150, - "sqm_ocr": 69.77, - "price": 3640.0, - "price_per_sqm": 52.17142038125269, - "url": "https://www.rightmove.co.uk/properties/158255150", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Curtis and Sear Estates", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/270k/269324/158255150/269324_HEA240025_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189888, - 51.50248 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -49481,46 +42681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.5, - "qmprice": 41.4, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/158276399", - "info": { - "identifier": 158276399, - "sqm_ocr": 78.5, - "price": 3250.0, - "price_per_sqm": 41.40127388535032, - "url": "https://www.rightmove.co.uk/properties/158276399", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Jonathan Arron Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69315/158276399/69315_JOW200007_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180009, - 51.534306 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -49601,46 +42761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/158282123", - "info": { - "identifier": 158282123, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158282123", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71339/158282123/71339_0483_HRT048301676_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.387404, - 51.527306 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -49841,46 +42961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.4, - "qmprice": 21.62, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/158290169", - "info": { - "identifier": 158290169, - "sqm_ocr": 106.4, - "price": 2300.0, - "price_per_sqm": 21.616541353383457, - "url": "https://www.rightmove.co.uk/properties/158290169", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137360/158290169/137360_1314755_IMG_02_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.042937, - 51.395138 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -50081,86 +43161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.52, - "qmprice": 59.28, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/158312933", - "info": { - "identifier": 158312933, - "sqm_ocr": 47.52, - "price": 2817.0, - "price_per_sqm": 59.280303030303024, - "url": "https://www.rightmove.co.uk/properties/158312933", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50713/158312933/50713_33677687_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.207367, - 51.51416 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.54, - "qmprice": 31.15, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/158315630", - "info": { - "identifier": 158315630, - "sqm_ocr": 70.54, - "price": 2197.0, - "price_per_sqm": 31.145449390416783, - "url": "https://www.rightmove.co.uk/properties/158315630", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84791/158315630/84791_33677840_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.286949, - 51.50977 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -50281,46 +43281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.3, - "qmprice": 49.29, - "rooms": 2, - "total_price": 3120.0, - "url": "https://www.rightmove.co.uk/properties/158332940", - "info": { - "identifier": 158332940, - "sqm_ocr": 63.3, - "price": 3120.0, - "price_per_sqm": 49.28909952606635, - "url": "https://www.rightmove.co.uk/properties/158332940", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/158332940/15948_1314061_IMG_01_0009_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.211405, - 51.47058 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -50521,46 +43481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/158355533", - "info": { - "identifier": 158355533, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158355533", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 44, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77583/158355533/77583_YLT210104_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.320697, - 51.42894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -50784,7 +43704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Districts London", @@ -51201,46 +44121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.0, - "qmprice": 35.94, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/158395715", - "info": { - "identifier": 158395715, - "sqm_ocr": 64.0, - "price": 2300.0, - "price_per_sqm": 35.9375, - "url": "https://www.rightmove.co.uk/properties/158395715", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82086/158395715/82086_1315053_IMG_01_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29333, - 51.553734 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -51641,46 +44521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.55, - "qmprice": 29.61, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/158432567", - "info": { - "identifier": 158432567, - "sqm_ocr": 67.55, - "price": 2000.0, - "price_per_sqm": 29.607698001480387, - "url": "https://www.rightmove.co.uk/properties/158432567", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Grey & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7000/158432567/7000_GRY_GRY_LFSYCL_254_402383332_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.296769, - 51.550526 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -51761,46 +44601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.2, - "qmprice": 24.7, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/158436854", - "info": { - "identifier": 158436854, - "sqm_ocr": 101.2, - "price": 2500.0, - "price_per_sqm": 24.703557312252965, - "url": "https://www.rightmove.co.uk/properties/158436854", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/31k/30575/158436854/30575_05311784_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.377, - 51.513 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -51961,46 +44761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.9, - "qmprice": 38.51, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158440274", - "info": { - "identifier": 158440274, - "sqm_ocr": 77.9, - "price": 3000.0, - "price_per_sqm": 38.51091142490372, - "url": "https://www.rightmove.co.uk/properties/158440274", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68804/158440274/68804_P295662_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09875, - 51.43976 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -52281,46 +45041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/158457560", - "info": { - "identifier": 158457560, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158457560", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Chase Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/171k/170759/158457560/170759_586_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20962, - 51.53709 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -52721,46 +45441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2145.0, - "url": "https://www.rightmove.co.uk/properties/158500007", - "info": { - "identifier": 158500007, - "sqm_ocr": null, - "price": 2145.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158500007", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Cedar Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79883/158500007/79883_3782_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22905, - 51.54557 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -52881,46 +45561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.17, - "qmprice": 41.16, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/158511950", - "info": { - "identifier": 158511950, - "sqm_ocr": 97.17, - "price": 4000.0, - "price_per_sqm": 41.16496861171143, - "url": "https://www.rightmove.co.uk/properties/158511950", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62293/158511950/62293_33680532_IMG_00_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.159237, - 51.518803 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -53024,7 +45664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibbs Gillespie", @@ -53081,46 +45721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.76, - "qmprice": 23.14, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/158520572", - "info": { - "identifier": 158520572, - "sqm_ocr": 90.76, - "price": 2100.0, - "price_per_sqm": 23.137946231820184, - "url": "https://www.rightmove.co.uk/properties/158520572", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Pinnacle Housing Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212189/158520572/212189_2505_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.11971, - 51.49203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -53401,46 +46001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.0, - "qmprice": 29.41, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158548931", - "info": { - "identifier": 158548931, - "sqm_ocr": 102.0, - "price": 3000.0, - "price_per_sqm": 29.41176470588235, - "url": "https://www.rightmove.co.uk/properties/158548931", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230516/158548931/230516_KEL242304_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.110894, - 51.487617 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -53481,86 +46041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.6, - "qmprice": 27.55, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/158553686", - "info": { - "identifier": 158553686, - "sqm_ocr": 72.6, - "price": 2000.0, - "price_per_sqm": 27.548209366391188, - "url": "https://www.rightmove.co.uk/properties/158553686", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118048/158553686/118048_33690507_IMG_12_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.030298, - 51.458237 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.0, - "qmprice": 42.43, - "rooms": 2, - "total_price": 2249.0, - "url": "https://www.rightmove.co.uk/properties/158557562", - "info": { - "identifier": 158557562, - "sqm_ocr": 53.0, - "price": 2249.0, - "price_per_sqm": 42.43396226415094, - "url": "https://www.rightmove.co.uk/properties/158557562", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84833/158557562/84833_33690757_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212621, - 51.497433 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -53601,46 +46081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.69, - "qmprice": 58.23, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/158561171", - "info": { - "identifier": 158561171, - "sqm_ocr": 68.69, - "price": 4000.0, - "price_per_sqm": 58.232639394380556, - "url": "https://www.rightmove.co.uk/properties/158561171", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51295/158561171/51295_HEA227684_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "26/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.176237, - 51.547688 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -54121,46 +46561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/158580269", - "info": { - "identifier": 158580269, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158580269", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "eXp UK", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238265/158580269/238265_L99976_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.011887, - 51.547935 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -54201,46 +46601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 144.9, - "qmprice": 22.08, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/158590676", - "info": { - "identifier": 158590676, - "sqm_ocr": 144.9, - "price": 3200.0, - "price_per_sqm": 22.084195997239476, - "url": "https://www.rightmove.co.uk/properties/158590676", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158590676/96668_203406426032024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.015872, - 51.486378 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -54601,86 +46961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/158614967", - "info": { - "identifier": 158614967, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158614967", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "CKB Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/187k/186113/158614967/186113_CKBE_000309_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.081991, - 51.470867 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 130.0, - "qmprice": 17.31, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/158615150", - "info": { - "identifier": 158615150, - "sqm_ocr": 130.0, - "price": 2250.0, - "price_per_sqm": 17.307692307692307, - "url": "https://www.rightmove.co.uk/properties/158615150", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "CKB Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/187k/186113/158615150/186113_CKBE_001114_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.055937, - 51.39704 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -54801,46 +47081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.75, - "qmprice": 23.12, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158621021", - "info": { - "identifier": 158621021, - "sqm_ocr": 129.75, - "price": 3000.0, - "price_per_sqm": 23.121387283236995, - "url": "https://www.rightmove.co.uk/properties/158621021", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 57, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63329/158621021/63329_P1481H0811_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3034, - 51.38031 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -54921,46 +47161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/158632373", - "info": { - "identifier": 158632373, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158632373", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Relo Redac Strattons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191426/158632373/191426_2695307_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.175604, - 51.54324 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -55081,46 +47281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.72, - "qmprice": 41.59, - "rooms": 2, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/158634164", - "info": { - "identifier": 158634164, - "sqm_ocr": 66.72, - "price": 2775.0, - "price_per_sqm": 41.59172661870504, - "url": "https://www.rightmove.co.uk/properties/158634164", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72842/158634164/72842_P5443C2424_IMG_03_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18536, - 51.43636 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -55161,86 +47321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/158641511", - "info": { - "identifier": 158641511, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158641511", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 96, - "status": null, - "last_seen": 9, - "agency": "Falcon Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/286k/285041/158641511/285041_HitherwellDrive001_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34702, - 51.6052 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/158645009", - "info": { - "identifier": 158645009, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158645009", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 67, - "status": null, - "last_seen": 9, - "agency": "Brian Thomas Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54989/158645009/54989_Cranleydrive90_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.08133, - 51.57096 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -55641,46 +47721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.3, - "qmprice": 36.22, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/158668841", - "info": { - "identifier": 158668841, - "sqm_ocr": 77.3, - "price": 2800.0, - "price_per_sqm": 36.222509702457955, - "url": "https://www.rightmove.co.uk/properties/158668841", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230516/158668841/230516_KEL250007_L_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.113777, - 51.487553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -55921,46 +47961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/158680364", - "info": { - "identifier": 158680364, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158680364", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 95, - "status": null, - "last_seen": 9, - "agency": "Regency Estate Group Ltd", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286280/158680364/286280_REG250017_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.018095, - 51.498302 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -56121,46 +48121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/158687660", - "info": { - "identifier": 158687660, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158687660", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158687660/96668_239861725022025_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.302208, - 51.522793 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -56841,126 +48801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.8, - "qmprice": 31.31, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/158713571", - "info": { - "identifier": 158713571, - "sqm_ocr": 111.8, - "price": 3500.0, - "price_per_sqm": 31.305903398926656, - "url": "https://www.rightmove.co.uk/properties/158713571", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57095/158713571/57095_P295592_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21988, - 51.44768 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/158717036", - "info": { - "identifier": 158717036, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158717036", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17888/158717036/17888_39660_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16342, - 51.51336 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158717549", - "info": { - "identifier": 158717549, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158717549", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/158717549/78933_33700260_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089185, - 51.57243 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57081,86 +48921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.58, - "qmprice": 43.12, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158721974", - "info": { - "identifier": 158721974, - "sqm_ocr": 69.58, - "price": 3000.0, - "price_per_sqm": 43.115837884449554, - "url": "https://www.rightmove.co.uk/properties/158721974", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alliance London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77148/158721974/77148_2001998_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.049889, - 51.53322 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.21, - "qmprice": 39.27, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/158722178", - "info": { - "identifier": 158722178, - "sqm_ocr": 66.21, - "price": 2600.0, - "price_per_sqm": 39.26899259930524, - "url": "https://www.rightmove.co.uk/properties/158722178", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/158722178/77197_VCT_VCT_LFSYCL_465_633148677_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.084946, - 51.532734 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57201,86 +48961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.88, - "qmprice": 52.26, - "rooms": 2, - "total_price": 2816.0, - "url": "https://www.rightmove.co.uk/properties/158723393", - "info": { - "identifier": 158723393, - "sqm_ocr": 53.88, - "price": 2816.0, - "price_per_sqm": 52.26429101707498, - "url": "https://www.rightmove.co.uk/properties/158723393", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266111/158723393/266111_RPT160547_L_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.134511, - 51.489124 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.47, - "qmprice": 45.37, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/158723615", - "info": { - "identifier": 158723615, - "sqm_ocr": 64.47, - "price": 2925.0, - "price_per_sqm": 45.36993950674732, - "url": "https://www.rightmove.co.uk/properties/158723615", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48618/158723615/48618_KNI220054_L_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.193206, - 51.48963 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57321,46 +49001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/158725421", - "info": { - "identifier": 158725421, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158725421", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Davis & Gibbs Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213929/158725421/213929_21162944_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118447, - 51.479736 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57481,46 +49121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3795.0, - "url": "https://www.rightmove.co.uk/properties/158737481", - "info": { - "identifier": 158737481, - "sqm_ocr": null, - "price": 3795.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158737481", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/158737481/238769_dahdl12312qlkasdhaslkmews_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28455, - 51.48849 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57561,46 +49161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/158739668", - "info": { - "identifier": 158739668, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158739668", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158739668/96668_222538414092024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.200598, - 51.54924 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57681,46 +49241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.02, - "qmprice": 33.7, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158750603", - "info": { - "identifier": 158750603, - "sqm_ocr": 89.02, - "price": 3000.0, - "price_per_sqm": 33.700292069197936, - "url": "https://www.rightmove.co.uk/properties/158750603", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158750603/96668_239923125022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.221283, - 51.571636 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -57881,126 +49401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/158763677", - "info": { - "identifier": 158763677, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158763677", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alliance London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77148/158763677/77148_190302_IMG_16_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05216, - 51.50671 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.35, - "qmprice": 36.42, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/158765939", - "info": { - "identifier": 158765939, - "sqm_ocr": 93.35, - "price": 3400.0, - "price_per_sqm": 36.42206748794858, - "url": "https://www.rightmove.co.uk/properties/158765939", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157376/158765939/157376_33702815_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.07972, - 51.527897 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3570.0, - "url": "https://www.rightmove.co.uk/properties/158769359", - "info": { - "identifier": 158769359, - "sqm_ocr": null, - "price": 3570.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158769359", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 93, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77583/158769359/77583_YLT220063_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.320697, - 51.42894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58041,46 +49441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/158773694", - "info": { - "identifier": 158773694, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158773694", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136139/158773694/136139_2380295_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00535, - 51.50619 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58161,46 +49521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/158779082", - "info": { - "identifier": 158779082, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158779082", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Gascoigne Pees", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71093/158779082/71093_000794827_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17509, - 51.38009 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58241,46 +49561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 29.71, - "rooms": 3, - "total_price": 2585.0, - "url": "https://www.rightmove.co.uk/properties/158786333", - "info": { - "identifier": 158786333, - "sqm_ocr": 87.0, - "price": 2585.0, - "price_per_sqm": 29.71264367816092, - "url": "https://www.rightmove.co.uk/properties/158786333", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Farrell Lewis Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267680/158786333/267680_1065_FLEW_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.256317, - 51.594986 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58361,46 +49641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.56, - "qmprice": 47.05, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/158788799", - "info": { - "identifier": 158788799, - "sqm_ocr": 57.56, - "price": 2708.0, - "price_per_sqm": 47.04656011118832, - "url": "https://www.rightmove.co.uk/properties/158788799", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3723/158788799/3723_PHL240032_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.142617, - 51.5384 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58521,46 +49761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.5, - "qmprice": 30.77, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/158797628", - "info": { - "identifier": 158797628, - "sqm_ocr": 84.5, - "price": 2600.0, - "price_per_sqm": 30.76923076923077, - "url": "https://www.rightmove.co.uk/properties/158797628", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87815/158797628/87815_1316617_IMG_01_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.200957, - 51.654724 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58681,46 +49881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/158802377", - "info": { - "identifier": 158802377, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158802377", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/158802377/96668_180446418082023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.121863, - 51.54798 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -58921,46 +50081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.3, - "qmprice": 42.19, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/158826365", - "info": { - "identifier": 158826365, - "sqm_ocr": 87.3, - "price": 3683.0, - "price_per_sqm": 42.18785796105384, - "url": "https://www.rightmove.co.uk/properties/158826365", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/158826365/143171_33252820_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.222736, - 51.511005 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -59161,46 +50281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.3, - "qmprice": 27.45, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/158833763", - "info": { - "identifier": 158833763, - "sqm_ocr": 109.3, - "price": 3000.0, - "price_per_sqm": 27.44739249771272, - "url": "https://www.rightmove.co.uk/properties/158833763", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 72, - "status": null, - "last_seen": 9, - "agency": "Frost Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73898/158833763/73898_12614125_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.136839, - 51.324345 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -59401,46 +50481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.04, - "qmprice": 49.97, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/158846129", - "info": { - "identifier": 158846129, - "sqm_ocr": 78.04, - "price": 3900.0, - "price_per_sqm": 49.974372116863144, - "url": "https://www.rightmove.co.uk/properties/158846129", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 51, - "status": null, - "last_seen": 9, - "agency": "Goldschmidt & Howland", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73953/158846129/73953_2496099_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1895, - 51.55369 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -59481,86 +50521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3490.0, - "url": "https://www.rightmove.co.uk/properties/158846372", - "info": { - "identifier": 158846372, - "sqm_ocr": null, - "price": 3490.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158846372", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Japan Letting Agency", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/259k/258848/158846372/258848_33707050_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.300539, - 51.527905 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 153.4, - "qmprice": 21.19, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/158847668", - "info": { - "identifier": 158847668, - "sqm_ocr": 153.4, - "price": 3250.0, - "price_per_sqm": 21.1864406779661, - "url": "https://www.rightmove.co.uk/properties/158847668", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Andrew Pearce", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17418/158847668/17418_100415006029_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.35319, - 51.59027 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -59681,86 +50641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.9, - "qmprice": 32.05, - "rooms": 2, - "total_price": 3298.0, - "url": "https://www.rightmove.co.uk/properties/158854466", - "info": { - "identifier": 158854466, - "sqm_ocr": 102.9, - "price": 3298.0, - "price_per_sqm": 32.05053449951409, - "url": "https://www.rightmove.co.uk/properties/158854466", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/219k/218729/158854466/218729_31587448_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.149851, - 51.540546 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 116.8, - "qmprice": 23.93, - "rooms": 3, - "total_price": 2795.0, - "url": "https://www.rightmove.co.uk/properties/158854634", - "info": { - "identifier": 158854634, - "sqm_ocr": 116.8, - "price": 2795.0, - "price_per_sqm": 23.929794520547947, - "url": "https://www.rightmove.co.uk/properties/158854634", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 58, - "status": null, - "last_seen": 9, - "agency": "The Agency Group", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79431/158854634/79431_RX540285_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.299706, - 51.491028 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -59841,126 +50721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.3, - "qmprice": 40.36, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/158859449", - "info": { - "identifier": 158859449, - "sqm_ocr": 74.3, - "price": 2999.0, - "price_per_sqm": 40.363391655450876, - "url": "https://www.rightmove.co.uk/properties/158859449", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84794/158859449/84794_33707890_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.21266, - 51.47972 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/158859995", - "info": { - "identifier": 158859995, - "sqm_ocr": null, - "price": 2448.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158859995", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Chard", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/142k/141944/158859995/141944_33707910_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.209878, - 51.471973 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/158861093", - "info": { - "identifier": 158861093, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158861093", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Lionsgate Property Management", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159428/158861093/159428_3036_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.066018, - 51.507935 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -61024,7 +51784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Bamboo Living Management Limited", @@ -61081,46 +51841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/158929616", - "info": { - "identifier": 158929616, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158929616", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 10, - "agency": "Hampstead Apartments", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89893/158929616/89893_owen87_IMG_17_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10563, - 51.53069 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -61201,46 +51921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/158932445", - "info": { - "identifier": 158932445, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/158932445", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Stein McBride Property Co. Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97148/158932445/97148_EssenHillington_IMG_07_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.04713, - 51.5935 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -61904,7 +52584,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 32, + "updated_days": 33, "status": null, "last_seen": 0, "agency": "Andrew Pearce", @@ -61944,7 +52624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Bairstow Eves Lettings", @@ -62081,86 +52761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.1, - "qmprice": 30.74, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/158974535", - "info": { - "identifier": 158974535, - "sqm_ocr": 104.1, - "price": 3200.0, - "price_per_sqm": 30.73967339097022, - "url": "https://www.rightmove.co.uk/properties/158974535", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44870/158974535/44870_33714575_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.218367, - 51.590652 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.6, - "qmprice": 20.7, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/158979797", - "info": { - "identifier": 158979797, - "sqm_ocr": 96.6, - "price": 2000.0, - "price_per_sqm": 20.70393374741201, - "url": "https://www.rightmove.co.uk/properties/158979797", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/131k/130309/158979797/130309_1316980_IMG_02_0013_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.112998, - 51.38233 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -62281,46 +52881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.0, - "qmprice": 53.21, - "rooms": 2, - "total_price": 2820.0, - "url": "https://www.rightmove.co.uk/properties/158982716", - "info": { - "identifier": 158982716, - "sqm_ocr": 53.0, - "price": 2820.0, - "price_per_sqm": 53.20754716981132, - "url": "https://www.rightmove.co.uk/properties/158982716", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/149k/148892/158982716/148892_MVL220080_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19112, - 51.52447 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -62681,46 +53241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.6, - "qmprice": 38.02, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/158993687", - "info": { - "identifier": 158993687, - "sqm_ocr": 52.6, - "price": 2000.0, - "price_per_sqm": 38.02281368821293, - "url": "https://www.rightmove.co.uk/properties/158993687", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202016/158993687/202016_33715656_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34859, - 51.530193 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -62921,46 +53441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159002726", - "info": { - "identifier": 159002726, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159002726", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 51, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Canary Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85774/159002726/85774_000018242_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01942, - 51.49726 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -63001,86 +53481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.6, - "qmprice": 27.2, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159005078", - "info": { - "identifier": 159005078, - "sqm_ocr": 95.6, - "price": 2600.0, - "price_per_sqm": 27.196652719665273, - "url": "https://www.rightmove.co.uk/properties/159005078", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Anthony James Manser", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/38k/37403/159005078/37403_33716037_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.329406, - 51.464443 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 122.4, - "qmprice": 26.55, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/159007280", - "info": { - "identifier": 159007280, - "sqm_ocr": 122.4, - "price": 3250.0, - "price_per_sqm": 26.552287581699346, - "url": "https://www.rightmove.co.uk/properties/159007280", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 72, - "status": null, - "last_seen": 9, - "agency": "Frost Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73898/159007280/73898_12614118_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.136839, - 51.32434 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -63201,46 +53601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.34, - "qmprice": 37.74, - "rooms": 3, - "total_price": 2579.0, - "url": "https://www.rightmove.co.uk/properties/159017075", - "info": { - "identifier": 159017075, - "sqm_ocr": 68.34, - "price": 2579.0, - "price_per_sqm": 37.73778167983611, - "url": "https://www.rightmove.co.uk/properties/159017075", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15957/159017075/15957_1312902_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.192124, - 51.53856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -63361,46 +53721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/159023870", - "info": { - "identifier": 159023870, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159023870", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78395/159023870/78395_33717314_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.068752, - 51.51461 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -63481,46 +53801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159025505", - "info": { - "identifier": 159025505, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159025505", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 58, - "status": null, - "last_seen": 9, - "agency": "Birchills", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115933/159025505/115933_6fb5710a-ec4d-40ad-a606-9446578bd437_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.107927, - 51.538277 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -63841,46 +54121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.1, - "qmprice": 33.5, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159039050", - "info": { - "identifier": 159039050, - "sqm_ocr": 82.1, - "price": 2750.0, - "price_per_sqm": 33.49573690621194, - "url": "https://www.rightmove.co.uk/properties/159039050", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43769/159039050/43769_P296555_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2043, - 51.49646 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -64081,46 +54321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 46.0, - "qmprice": 64.13, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/159043931", - "info": { - "identifier": 159043931, - "sqm_ocr": 46.0, - "price": 2950.0, - "price_per_sqm": 64.1304347826087, - "url": "https://www.rightmove.co.uk/properties/159043931", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "LizardProperty", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274388/159043931/274388_JMD1_IMG_13_0001_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14174, - 51.52169 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -64161,46 +54361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.2, - "qmprice": 27.09, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159045170", - "info": { - "identifier": 159045170, - "sqm_ocr": 81.2, - "price": 2200.0, - "price_per_sqm": 27.0935960591133, - "url": "https://www.rightmove.co.uk/properties/159045170", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202016/159045170/202016_33718821_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34859, - 51.530193 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -64521,46 +54681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159062363", - "info": { - "identifier": 159062363, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159062363", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Cosway Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9970/159062363/9970_32894018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.246854, - 51.611954 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -64721,46 +54841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.02, - "qmprice": 36.1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159063470", - "info": { - "identifier": 159063470, - "sqm_ocr": 72.02, - "price": 2600.0, - "price_per_sqm": 36.101083032490976, - "url": "https://www.rightmove.co.uk/properties/159063470", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 51, - "status": null, - "last_seen": 9, - "agency": "Castles Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257138/159063470/257138_2661320_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05473, - 51.56142 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -64984,7 +55064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 37, + "updated_days": 38, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -65601,46 +55681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 157.0, - "qmprice": 25.48, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/159106595", - "info": { - "identifier": 159106595, - "sqm_ocr": 157.0, - "price": 4000.0, - "price_per_sqm": 25.477707006369428, - "url": "https://www.rightmove.co.uk/properties/159106595", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Hello Neighbour", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221711/159106595/221711_3275_EAF_176264_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04546, - 51.505272 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -65681,46 +55721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.98, - "qmprice": 44.06, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/159116357", - "info": { - "identifier": 159116357, - "sqm_ocr": 83.98, - "price": 3700.0, - "price_per_sqm": 44.058109073588945, - "url": "https://www.rightmove.co.uk/properties/159116357", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/143k/142382/159116357/142382_ALQ012533732_IMG_00_0012_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070196, - 51.5129 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -65841,46 +55841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159118649", - "info": { - "identifier": 159118649, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159118649", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 51, - "status": null, - "last_seen": 9, - "agency": "David Conway & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6116/159118649/6116_33718243_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.353041, - 51.564217 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -65921,46 +55881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/159121241", - "info": { - "identifier": 159121241, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159121241", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159121241/96668_240991307032025_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.084924, - 51.48421 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -66401,46 +56321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.9, - "qmprice": 30.48, - "rooms": 3, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/159141107", - "info": { - "identifier": 159141107, - "sqm_ocr": 81.9, - "price": 2496.0, - "price_per_sqm": 30.476190476190474, - "url": "https://www.rightmove.co.uk/properties/159141107", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Robertson Smith & Kempson", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7963/159141107/7963_33724099_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.342214, - 51.553337 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -66721,46 +56601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.4, - "qmprice": 36.1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/159148109", - "info": { - "identifier": 159148109, - "sqm_ocr": 73.4, - "price": 2650.0, - "price_per_sqm": 36.10354223433242, - "url": "https://www.rightmove.co.uk/properties/159148109", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "JLL", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212408/159148109/212408_P159336_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00069, - 51.5401 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -66841,46 +56681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.52, - "qmprice": 43.08, - "rooms": 3, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/159153491", - "info": { - "identifier": 159153491, - "sqm_ocr": 90.52, - "price": 3900.0, - "price_per_sqm": 43.08440123729563, - "url": "https://www.rightmove.co.uk/properties/159153491", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76585/159153491/76585_1317833_IMG_07_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.165186, - 51.51553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -67201,126 +57001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.5, - "qmprice": 38.89, - "rooms": 2, - "total_price": 2975.0, - "url": "https://www.rightmove.co.uk/properties/159174215", - "info": { - "identifier": 159174215, - "sqm_ocr": 76.5, - "price": 2975.0, - "price_per_sqm": 38.888888888888886, - "url": "https://www.rightmove.co.uk/properties/159174215", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124141/159174215/124141_33726050_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.288411, - 51.488537 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2375.0, - "url": "https://www.rightmove.co.uk/properties/159177314", - "info": { - "identifier": 159177314, - "sqm_ocr": null, - "price": 2375.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159177314", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43812/159177314/43812_33629077_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.068191, - 51.501534 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2375.0, - "url": "https://www.rightmove.co.uk/properties/159177368", - "info": { - "identifier": 159177368, - "sqm_ocr": null, - "price": 2375.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159177368", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 84, - "status": null, - "last_seen": 9, - "agency": "Waterview", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/199k/198539/159177368/198539_33629086_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.068191, - 51.501534 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -67761,46 +57441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/159202028", - "info": { - "identifier": 159202028, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159202028", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Richard Saunders and Company", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/3k/2485/159202028/2485_33727136_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.154046, - 51.31372 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -67841,46 +57481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/159202694", - "info": { - "identifier": 159202694, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159202694", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Vantage Properties & Management Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/3k/2521/159202694/2521_VANTA_000310_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.458911, - 51.50647 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -67921,46 +57521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.8, - "qmprice": 45.3, - "rooms": 2, - "total_price": 2709.0, - "url": "https://www.rightmove.co.uk/properties/159206150", - "info": { - "identifier": 159206150, - "sqm_ocr": 59.8, - "price": 2709.0, - "price_per_sqm": 45.30100334448161, - "url": "https://www.rightmove.co.uk/properties/159206150", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16023/159206150/16023_1317908_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.172401, - 51.491165 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -68104,7 +57664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 23, + "updated_days": 24, "status": null, "last_seen": 0, "agency": "Pinnacle Housing Ltd", @@ -68281,46 +57841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.9, - "qmprice": 40.82, - "rooms": 3, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/159213158", - "info": { - "identifier": 159213158, - "sqm_ocr": 92.9, - "price": 3792.0, - "price_per_sqm": 40.818083961248654, - "url": "https://www.rightmove.co.uk/properties/159213158", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76478/159213158/76478_CEI242302_L_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019995, - 51.498432 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -68361,46 +57881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.0, - "qmprice": 43.06, - "rooms": 2, - "total_price": 2799.0, - "url": "https://www.rightmove.co.uk/properties/159214592", - "info": { - "identifier": 159214592, - "sqm_ocr": 65.0, - "price": 2799.0, - "price_per_sqm": 43.06153846153846, - "url": "https://www.rightmove.co.uk/properties/159214592", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3355/159214592/3355_32612917_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.093445, - 51.572823 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -68441,86 +57921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.6, - "qmprice": 29.57, - "rooms": 3, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/159215981", - "info": { - "identifier": 159215981, - "sqm_ocr": 80.6, - "price": 2383.0, - "price_per_sqm": 29.565756823821342, - "url": "https://www.rightmove.co.uk/properties/159215981", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Oakhill", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140510/159215981/140510_WES250022_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.232478, - 51.592907 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 136.2, - "qmprice": 23.86, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/159216980", - "info": { - "identifier": 159216980, - "sqm_ocr": 136.2, - "price": 3250.0, - "price_per_sqm": 23.861967694566815, - "url": "https://www.rightmove.co.uk/properties/159216980", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hawes & Co", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/195k/194222/159216980/194222_HRP250193_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.215455, - 51.410404 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -69001,46 +58401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159237008", - "info": { - "identifier": 159237008, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159237008", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 58, - "status": null, - "last_seen": 9, - "agency": "Statuum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237224/159237008/237224_737_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.16941, - 51.5429 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -69064,7 +58424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -69081,46 +58441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159238157", - "info": { - "identifier": 159238157, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159238157", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Urtopia Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16298/159238157/16298_ONG_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.25121, - 51.53925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -69161,86 +58481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/159239030", - "info": { - "identifier": 159239030, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159239030", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159239030/96668_241110308032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.160643, - 51.349075 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.53, - "qmprice": 33.48, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159239780", - "info": { - "identifier": 159239780, - "sqm_ocr": 104.53, - "price": 3500.0, - "price_per_sqm": 33.48321056156127, - "url": "https://www.rightmove.co.uk/properties/159239780", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/102k/101522/159239780/101522_1315109_IMG_00_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.072894, - 51.54971 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -69281,86 +58521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.3, - "qmprice": 25.2, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/159245057", - "info": { - "identifier": 159245057, - "sqm_ocr": 89.3, - "price": 2250.0, - "price_per_sqm": 25.195968645016798, - "url": "https://www.rightmove.co.uk/properties/159245057", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Paramount", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62636/159245057/62636_PAR070066_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.214209, - 51.552097 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.0, - "qmprice": 44.12, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159246338", - "info": { - "identifier": 159246338, - "sqm_ocr": 68.0, - "price": 3000.0, - "price_per_sqm": 44.11764705882353, - "url": "https://www.rightmove.co.uk/properties/159246338", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68507/159246338/68507_CTS250006_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.029192, - 51.545036 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -69481,46 +58641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159254012", - "info": { - "identifier": 159254012, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159254012", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/159254012/78933_33566578_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.030656, - 51.5001 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -69601,46 +58721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.7, - "qmprice": 54.59, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/159257417", - "info": { - "identifier": 159257417, - "sqm_ocr": 57.7, - "price": 3150.0, - "price_per_sqm": 54.59272097053726, - "url": "https://www.rightmove.co.uk/properties/159257417", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "LettingaProperty.com", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80105/159257417/80105_8964_IMG_27_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.171385, - 51.51834 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -70041,46 +59121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/159263159", - "info": { - "identifier": 159263159, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159263159", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greenwich Peninsula", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/175k/174452/159263159/174452_4801_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00797, - 51.50093 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -70601,46 +59641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.3, - "qmprice": 27.36, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/159278585", - "info": { - "identifier": 159278585, - "sqm_ocr": 80.3, - "price": 2197.0, - "price_per_sqm": 27.359900373599004, - "url": "https://www.rightmove.co.uk/properties/159278585", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36789/159278585/36789_WES142075_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.00635, - 51.50559 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -70681,46 +59681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.8, - "qmprice": 44.86, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/159280106", - "info": { - "identifier": 159280106, - "sqm_ocr": 62.8, - "price": 2817.0, - "price_per_sqm": 44.85668789808918, - "url": "https://www.rightmove.co.uk/properties/159280106", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 73, - "status": null, - "last_seen": 9, - "agency": "Jackson-Stops", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77695/159280106/77695_33732219_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.134801, - 51.486374 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -71241,86 +60201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2180.0, - "url": "https://www.rightmove.co.uk/properties/159294440", - "info": { - "identifier": 159294440, - "sqm_ocr": null, - "price": 2180.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159294440", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "RentLondonFlat.com", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/147k/146147/159294440/146147_PR232730_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.41965, - 51.5036 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.0, - "qmprice": 31.25, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159295829", - "info": { - "identifier": 159295829, - "sqm_ocr": 64.0, - "price": 2000.0, - "price_per_sqm": 31.25, - "url": "https://www.rightmove.co.uk/properties/159295829", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 65, - "status": null, - "last_seen": 9, - "agency": "Adam Hayes Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137693/159295829/137693_33733070_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.140049, - 51.590343 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -71401,46 +60281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.45, - "qmprice": 49.79, - "rooms": 2, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/159300530", - "info": { - "identifier": 159300530, - "sqm_ocr": 67.45, - "price": 3358.0, - "price_per_sqm": 49.78502594514455, - "url": "https://www.rightmove.co.uk/properties/159300530", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Hudsons Property", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75559/159300530/75559_CHS250028_L_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.148467, - 51.520847 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -71521,86 +60361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 125.48, - "qmprice": 19.13, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159305921", - "info": { - "identifier": 159305921, - "sqm_ocr": 125.48, - "price": 2400.0, - "price_per_sqm": 19.12655403251514, - "url": "https://www.rightmove.co.uk/properties/159305921", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Wilson Hawkins", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286241/159305921/286241_16c71080-5d47-4077-9282-335592191715_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.39425, - 51.58041 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 115.0, - "qmprice": 26.09, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159306674", - "info": { - "identifier": 159306674, - "sqm_ocr": 115.0, - "price": 3000.0, - "price_per_sqm": 26.08695652173913, - "url": "https://www.rightmove.co.uk/properties/159306674", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 45, - "status": null, - "last_seen": 9, - "agency": "Match A Property", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50156/159306674/50156_28815555_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.304204, - 51.516563 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -71761,46 +60521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/159311804", - "info": { - "identifier": 159311804, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159311804", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Paul Meakin Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100387/159311804/100387_33363759_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.170403, - 51.36789 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -72001,126 +60721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159319118", - "info": { - "identifier": 159319118, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159319118", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/159319118/238769_qwq3423questhouse920r8903_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00666, - 51.50852 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159319997", - "info": { - "identifier": 159319997, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159319997", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "CKB Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/187k/186113/159319997/186113_CKBE_004646_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.083869, - 51.454628 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.5, - "qmprice": 50.96, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/159320213", - "info": { - "identifier": 159320213, - "sqm_ocr": 78.5, - "price": 4000.0, - "price_per_sqm": 50.955414012738856, - "url": "https://www.rightmove.co.uk/properties/159320213", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253853/159320213/253853_1318168_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.104414, - 51.4995 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -72161,46 +60761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.71, - "qmprice": 45.07, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/159322352", - "info": { - "identifier": 159322352, - "sqm_ocr": 81.71, - "price": 3683.0, - "price_per_sqm": 45.07404234487823, - "url": "https://www.rightmove.co.uk/properties/159322352", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80905/159322352/80905_BSL200222_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.128868, - 51.511856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -72304,7 +60864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 80, + "updated_days": 81, "status": null, "last_seen": 0, "agency": "Kirby Colletti", @@ -72401,86 +60961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.3, - "qmprice": 41.11, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/159329024", - "info": { - "identifier": 159329024, - "sqm_ocr": 97.3, - "price": 4000.0, - "price_per_sqm": 41.109969167523126, - "url": "https://www.rightmove.co.uk/properties/159329024", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15963/159329024/15963_1317764_IMG_00_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26039, - 51.46589 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.7, - "qmprice": 31.17, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/159329570", - "info": { - "identifier": 159329570, - "sqm_ocr": 73.7, - "price": 2297.0, - "price_per_sqm": 31.16689280868385, - "url": "https://www.rightmove.co.uk/properties/159329570", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84791/159329570/84791_33735271_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.296312, - 51.51289 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -72561,46 +61041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.35, - "qmprice": 41.49, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159338078", - "info": { - "identifier": 159338078, - "sqm_ocr": 84.35, - "price": 3500.0, - "price_per_sqm": 41.49377593360996, - "url": "https://www.rightmove.co.uk/properties/159338078", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/159338078/26207_IUL220453_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.111853, - 51.52636 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -72721,46 +61161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.7, - "qmprice": 20.9, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159342512", - "info": { - "identifier": 159342512, - "sqm_ocr": 95.7, - "price": 2000.0, - "price_per_sqm": 20.89864158829676, - "url": "https://www.rightmove.co.uk/properties/159342512", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287063/159342512/287063_000864736_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.24708, - 51.60486 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -72801,86 +61201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.2, - "qmprice": 31.04, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/159343334", - "info": { - "identifier": 159343334, - "sqm_ocr": 90.2, - "price": 2800.0, - "price_per_sqm": 31.042128603104214, - "url": "https://www.rightmove.co.uk/properties/159343334", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159343334/96668_241648612032025_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.220993, - 51.40886 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2295.0, - "url": "https://www.rightmove.co.uk/properties/159345209", - "info": { - "identifier": 159345209, - "sqm_ocr": null, - "price": 2295.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159345209", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Milegate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/124k/123322/159345209/123322_POINT_006324_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.170425, - 51.54339 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -73064,7 +61384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 23, + "updated_days": 24, "status": null, "last_seen": 0, "agency": "Pinnacle Housing Ltd", @@ -73121,46 +61441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.4, - "qmprice": 36.28, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159356921", - "info": { - "identifier": 159356921, - "sqm_ocr": 63.4, - "price": 2300.0, - "price_per_sqm": 36.277602523659304, - "url": "https://www.rightmove.co.uk/properties/159356921", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Drivers & Norris", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54616/159356921/54616_DAN200552_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.149786, - 51.548267 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -73321,46 +61601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.4, - "qmprice": 27.03, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159362720", - "info": { - "identifier": 159362720, - "sqm_ocr": 81.4, - "price": 2200.0, - "price_per_sqm": 27.027027027027025, - "url": "https://www.rightmove.co.uk/properties/159362720", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Robertson Phillips", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9862/159362720/9862_12551314_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.39035, - 51.600048 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -73401,86 +61641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.1, - "qmprice": 41.22, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/159363620", - "info": { - "identifier": 159363620, - "sqm_ocr": 84.1, - "price": 3467.0, - "price_per_sqm": 41.22473246135553, - "url": "https://www.rightmove.co.uk/properties/159363620", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "JLL", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212327/159363620/212327_P159467_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02553, - 51.50266 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159365048", - "info": { - "identifier": 159365048, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159365048", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 50, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6870/159365048/6870_ADD230464_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.112806, - 51.382538 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -73521,46 +61681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.17, - "qmprice": 33.78, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159365216", - "info": { - "identifier": 159365216, - "sqm_ocr": 62.17, - "price": 2100.0, - "price_per_sqm": 33.778349686343894, - "url": "https://www.rightmove.co.uk/properties/159365216", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/159365216/48101_1318495_IMG_02_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.023225, - 51.490105 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -73704,7 +61824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 23, + "updated_days": 24, "status": null, "last_seen": 0, "agency": "Pinnacle Housing Ltd", @@ -73881,86 +62001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.0, - "qmprice": 30.28, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/159373931", - "info": { - "identifier": 159373931, - "sqm_ocr": 109.0, - "price": 3300.0, - "price_per_sqm": 30.275229357798164, - "url": "https://www.rightmove.co.uk/properties/159373931", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159373931/96668_241350010032025_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.084744, - 51.496346 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.07, - "qmprice": 38.66, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/159375953", - "info": { - "identifier": 159375953, - "sqm_ocr": 84.07, - "price": 3250.0, - "price_per_sqm": 38.6582609729987, - "url": "https://www.rightmove.co.uk/properties/159375953", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Tates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32769/159375953/32769_33738187_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211809, - 51.491207 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -74081,46 +62121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.5, - "qmprice": 41.89, - "rooms": 2, - "total_price": 2995.0, - "url": "https://www.rightmove.co.uk/properties/159378422", - "info": { - "identifier": 159378422, - "sqm_ocr": 71.5, - "price": 2995.0, - "price_per_sqm": 41.88811188811189, - "url": "https://www.rightmove.co.uk/properties/159378422", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15954/159378422/15954_1318563_IMG_02_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.114332, - 51.5364 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -74241,46 +62241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/159380765", - "info": { - "identifier": 159380765, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159380765", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107018/159380765/107018_NWL240122_IMG_18_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.417, - 51.6161 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -74401,46 +62361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 118.0, - "qmprice": 33.89, - "rooms": 3, - "total_price": 3999.0, - "url": "https://www.rightmove.co.uk/properties/159387947", - "info": { - "identifier": 159387947, - "sqm_ocr": 118.0, - "price": 3999.0, - "price_per_sqm": 33.889830508474574, - "url": "https://www.rightmove.co.uk/properties/159387947", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Wayne & Silver", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91636/159387947/91636_33680726_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.196328, - 51.56393 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -74704,7 +62624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 23, + "updated_days": 24, "status": null, "last_seen": 0, "agency": "Mayfords Estate Agent", @@ -74841,46 +62761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.9, - "qmprice": 40.69, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159409820", - "info": { - "identifier": 159409820, - "sqm_ocr": 63.9, - "price": 2600.0, - "price_per_sqm": 40.68857589984351, - "url": "https://www.rightmove.co.uk/properties/159409820", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84833/159409820/84833_33740166_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.235081, - 51.506622 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -74921,86 +62801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.5, - "qmprice": 43.02, - "rooms": 2, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/159410819", - "info": { - "identifier": 159410819, - "sqm_ocr": 69.5, - "price": 2990.0, - "price_per_sqm": 43.02158273381295, - "url": "https://www.rightmove.co.uk/properties/159410819", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 61, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves- Wapping", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32766/159410819/32766_000017185u_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05571, - 51.51801 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.7, - "qmprice": 35.36, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159412316", - "info": { - "identifier": 159412316, - "sqm_ocr": 70.7, - "price": 2500.0, - "price_per_sqm": 35.36067892503536, - "url": "https://www.rightmove.co.uk/properties/159412316", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/159412316/48101_1318678_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.020096, - 51.489834 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -75264,7 +63064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Truepenny's Property Consultants", @@ -75281,46 +63081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159423530", - "info": { - "identifier": 159423530, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159423530", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78395/159423530/78395_33741087_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.042681, - 51.519817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -75481,46 +63241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.7, - "qmprice": 31.94, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/159431063", - "info": { - "identifier": 159431063, - "sqm_ocr": 76.7, - "price": 2450.0, - "price_per_sqm": 31.94263363754889, - "url": "https://www.rightmove.co.uk/properties/159431063", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/159431063/107533_1318755_IMG_01_0008_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.009684, - 51.48499 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -75841,86 +63561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159442187", - "info": { - "identifier": 159442187, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159442187", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "The Personal Agent Lettings and Management Ltd", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/197k/196808/159442187/196808_2729_TPAG_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.300722, - 51.389427 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.5, - "qmprice": 36.23, - "rooms": 2, - "total_price": 3532.0, - "url": "https://www.rightmove.co.uk/properties/159442382", - "info": { - "identifier": 159442382, - "sqm_ocr": 97.5, - "price": 3532.0, - "price_per_sqm": 36.225641025641025, - "url": "https://www.rightmove.co.uk/properties/159442382", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73120/159442382/73120_1318760_IMG_02_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.094353, - 51.528336 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -76001,46 +63641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.55, - "qmprice": 61.37, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/159445442", - "info": { - "identifier": 159445442, - "sqm_ocr": 63.55, - "price": 3900.0, - "price_per_sqm": 61.36900078678207, - "url": "https://www.rightmove.co.uk/properties/159445442", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15975/159445442/15975_1318807_IMG_02_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.191164, - 51.416653 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -76081,46 +63681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.18, - "qmprice": 30.84, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159458756", - "info": { - "identifier": 159458756, - "sqm_ocr": 89.18, - "price": 2750.0, - "price_per_sqm": 30.83651042834716, - "url": "https://www.rightmove.co.uk/properties/159458756", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/149k/148955/159458756/148955_HEA190697_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.301843, - 51.459286 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -76161,46 +63721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159463967", - "info": { - "identifier": 159463967, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159463967", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "gLocalAgents.co.uk", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176603/159463967/176603_14562_EAF_176552_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2843, - 51.59108 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -76241,46 +63761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159465326", - "info": { - "identifier": 159465326, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159465326", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Oyster Properties", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/20k/19059/159465326/19059_01f1b00f-2f41-47a0-a2cc-1747c5302697_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.043278, - 51.39978 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -76441,46 +63921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159479504", - "info": { - "identifier": 159479504, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159479504", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159479504/96668_241991016032025_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "05/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.012444, - 51.49762 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -76641,46 +64081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159485762", - "info": { - "identifier": 159485762, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159485762", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 60, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22320/159485762/22320_BHL090158_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14072, - 51.4544 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -77161,46 +64561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/159500381", - "info": { - "identifier": 159500381, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159500381", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "Statuum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237224/159500381/237224_740_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.055855, - 51.5212 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -77281,46 +64641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.61, - "qmprice": 36.09, - "rooms": 2, - "total_price": 2115.0, - "url": "https://www.rightmove.co.uk/properties/159506033", - "info": { - "identifier": 159506033, - "sqm_ocr": 58.61, - "price": 2115.0, - "price_per_sqm": 36.085992151509984, - "url": "https://www.rightmove.co.uk/properties/159506033", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227810/159506033/227810_1318797_IMG_02_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.075245, - 51.495335 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -77361,46 +64681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.94, - "qmprice": 42.71, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159509828", - "info": { - "identifier": 159509828, - "sqm_ocr": 81.94, - "price": 3500.0, - "price_per_sqm": 42.7141811081279, - "url": "https://www.rightmove.co.uk/properties/159509828", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/136k/135416/159509828/135416_JPL190003_L_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.145546, - 51.47649 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -77504,7 +64784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 75, + "updated_days": 76, "status": null, "last_seen": 0, "agency": "London Habitat", @@ -77841,46 +65121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.7, - "qmprice": 35.61, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/159524414", - "info": { - "identifier": 159524414, - "sqm_ocr": 61.7, - "price": 2197.0, - "price_per_sqm": 35.607779578606156, - "url": "https://www.rightmove.co.uk/properties/159524414", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Robertson Smith & Kempson", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7963/159524414/7963_33744541_IMG_06_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.324576, - 51.5103 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -78001,46 +65241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3796.0, - "url": "https://www.rightmove.co.uk/properties/159527678", - "info": { - "identifier": 159527678, - "sqm_ocr": null, - "price": 3796.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159527678", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140183/159527678/140183_QPL240066_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.206703, - 51.54099 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -78161,86 +65361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159530615", - "info": { - "identifier": 159530615, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159530615", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159530615/96668_242158417032025_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.012365, - 51.53065 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3125.0, - "url": "https://www.rightmove.co.uk/properties/159534566", - "info": { - "identifier": 159534566, - "sqm_ocr": null, - "price": 3125.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159534566", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159534566/96668_234017104012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.010734, - 51.411312 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -78561,46 +65681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.5, - "qmprice": 40.15, - "rooms": 2, - "total_price": 2349.0, - "url": "https://www.rightmove.co.uk/properties/159540119", - "info": { - "identifier": 159540119, - "sqm_ocr": 58.5, - "price": 2349.0, - "price_per_sqm": 40.15384615384615, - "url": "https://www.rightmove.co.uk/properties/159540119", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/159540119/39741_33747094_IMG_05_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.190009, - 51.533592 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -78641,86 +65721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.4, - "qmprice": 37.31, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159545207", - "info": { - "identifier": 159545207, - "sqm_ocr": 80.4, - "price": 3000.0, - "price_per_sqm": 37.31343283582089, - "url": "https://www.rightmove.co.uk/properties/159545207", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95098/159545207/95098_P296877_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00561, - 51.50682 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.7, - "qmprice": 43.17, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159546344", - "info": { - "identifier": 159546344, - "sqm_ocr": 63.7, - "price": 2750.0, - "price_per_sqm": 43.17111459968603, - "url": "https://www.rightmove.co.uk/properties/159546344", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43802/159546344/43802_P297297_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19553, - 51.48877 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -78921,46 +65921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2625.0, - "url": "https://www.rightmove.co.uk/properties/159550001", - "info": { - "identifier": 159550001, - "sqm_ocr": null, - "price": 2625.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159550001", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159550001/96668_242183918032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.278196, - 51.478 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -79201,46 +66161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.5, - "qmprice": 38.79, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/159555431", - "info": { - "identifier": 159555431, - "sqm_ocr": 82.5, - "price": 3200.0, - "price_per_sqm": 38.78787878787879, - "url": "https://www.rightmove.co.uk/properties/159555431", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/159555431/16050_1319044_IMG_01_0015_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.044639, - 51.530567 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -79361,46 +66281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.5, - "qmprice": 22.83, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159562538", - "info": { - "identifier": 159562538, - "sqm_ocr": 109.5, - "price": 2500.0, - "price_per_sqm": 22.831050228310502, - "url": "https://www.rightmove.co.uk/properties/159562538", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "Portland Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/140k/139901/159562538/139901_33748355_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.212744, - 51.59226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -79721,46 +66601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.9, - "qmprice": 32.59, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/159572687", - "info": { - "identifier": 159572687, - "sqm_ocr": 62.9, - "price": 2050.0, - "price_per_sqm": 32.591414944356124, - "url": "https://www.rightmove.co.uk/properties/159572687", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84818/159572687/84818_33748976_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.343293, - 51.44265 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -79841,46 +66681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.2, - "qmprice": 32.74, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159576917", - "info": { - "identifier": 159576917, - "sqm_ocr": 67.2, - "price": 2200.0, - "price_per_sqm": 32.738095238095234, - "url": "https://www.rightmove.co.uk/properties/159576917", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/170k/169979/159576917/169979_1308578_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.399414, - 51.482937 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -79921,46 +66721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.2, - "qmprice": 31.92, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/159579134", - "info": { - "identifier": 159579134, - "sqm_ocr": 78.2, - "price": 2496.0, - "price_per_sqm": 31.918158567774935, - "url": "https://www.rightmove.co.uk/properties/159579134", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84785/159579134/84785_33749427_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.281644, - 51.52929 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -80041,46 +66801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.5, - "qmprice": 35.22, - "rooms": 2, - "total_price": 2166.0, - "url": "https://www.rightmove.co.uk/properties/159582656", - "info": { - "identifier": 159582656, - "sqm_ocr": 61.5, - "price": 2166.0, - "price_per_sqm": 35.21951219512195, - "url": "https://www.rightmove.co.uk/properties/159582656", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/29k/28238/159582656/28238_CEI243233_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.007269, - 51.516766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -80304,7 +67024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 24, + "updated_days": 25, "status": null, "last_seen": 0, "agency": "Oyster Properties", @@ -80761,46 +67481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/159601577", - "info": { - "identifier": 159601577, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159601577", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247493/159601577/247493_P285185_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13203, - 51.45999 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -80841,46 +67521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.16, - "qmprice": 30.28, - "rooms": 2, - "total_price": 2548.0, - "url": "https://www.rightmove.co.uk/properties/159603254", - "info": { - "identifier": 159603254, - "sqm_ocr": 84.16, - "price": 2548.0, - "price_per_sqm": 30.275665399239546, - "url": "https://www.rightmove.co.uk/properties/159603254", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Chard", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/142k/141944/159603254/141944_33619875_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.225116, - 51.505634 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -80961,46 +67601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.4, - "qmprice": 45.14, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/159606614", - "info": { - "identifier": 159606614, - "sqm_ocr": 86.4, - "price": 3900.0, - "price_per_sqm": 45.138888888888886, - "url": "https://www.rightmove.co.uk/properties/159606614", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Austin Homes London", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105559/159606614/105559_bac62cc2-5413-4bfe-91e0-6a22d1ed1541_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089644, - 51.52798 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -81081,46 +67681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/159612221", - "info": { - "identifier": 159612221, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159612221", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Aston Square", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274703/159612221/274703_PENTONF5001100_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.1157, - 51.5314 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -81201,46 +67761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.7, - "qmprice": 41.37, - "rooms": 4, - "total_price": 2470.0, - "url": "https://www.rightmove.co.uk/properties/159616178", - "info": { - "identifier": 159616178, - "sqm_ocr": 59.7, - "price": 2470.0, - "price_per_sqm": 41.37353433835845, - "url": "https://www.rightmove.co.uk/properties/159616178", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Colet Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75829/159616178/75829_10618392_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211616, - 51.4949 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -81881,46 +68401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.35, - "qmprice": 48.55, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/159629402", - "info": { - "identifier": 159629402, - "sqm_ocr": 49.35, - "price": 2396.0, - "price_per_sqm": 48.551165146909824, - "url": "https://www.rightmove.co.uk/properties/159629402", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48695/159629402/48695_33752488_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.179125, - 51.53128 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -82041,46 +68521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159632735", - "info": { - "identifier": 159632735, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159632735", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247508/159632735/247508_P445818_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06734, - 51.55835 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -82241,46 +68681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.58, - "qmprice": 27.18, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159636218", - "info": { - "identifier": 159636218, - "sqm_ocr": 73.58, - "price": 2000.0, - "price_per_sqm": 27.181299266104922, - "url": "https://www.rightmove.co.uk/properties/159636218", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57272/159636218/57272_1319448_IMG_00_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.280897, - 51.42083 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -82401,46 +68801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/159638300", - "info": { - "identifier": 159638300, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159638300", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253853/159638300/253853_1319283_IMG_00_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.102929, - 51.492832 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -82521,46 +68881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.1, - "qmprice": 41.85, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/159650159", - "info": { - "identifier": 159650159, - "sqm_ocr": 68.1, - "price": 2850.0, - "price_per_sqm": 41.85022026431719, - "url": "https://www.rightmove.co.uk/properties/159650159", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64127/159650159/64127_1316564_IMG_01_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14779, - 51.53867 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -82921,46 +69241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.68, - "qmprice": 54.28, - "rooms": 2, - "total_price": 3185.0, - "url": "https://www.rightmove.co.uk/properties/159656624", - "info": { - "identifier": 159656624, - "sqm_ocr": 58.68, - "price": 3185.0, - "price_per_sqm": 54.277436946148605, - "url": "https://www.rightmove.co.uk/properties/159656624", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Districts London", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/246k/245744/159656624/245744_33743944_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.018206, - 51.500427 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -83081,46 +69361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/159659780", - "info": { - "identifier": 159659780, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159659780", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159659780/96668_242414819032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.139784, - 51.56958 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -83161,46 +69401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 43.11, - "qmprice": 60.31, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159660257", - "info": { - "identifier": 159660257, - "sqm_ocr": 43.11, - "price": 2600.0, - "price_per_sqm": 60.31083275342148, - "url": "https://www.rightmove.co.uk/properties/159660257", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64127/159660257/64127_1318919_IMG_01_0009_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.130779, - 51.556877 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -83441,46 +69641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.2, - "qmprice": 35.13, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/159667388", - "info": { - "identifier": 159667388, - "sqm_ocr": 68.2, - "price": 2396.0, - "price_per_sqm": 35.131964809384165, - "url": "https://www.rightmove.co.uk/properties/159667388", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191255/159667388/191255_33754618_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05843, - 51.506 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -83521,86 +69681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 121.0, - "qmprice": 28.93, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159670823", - "info": { - "identifier": 159670823, - "sqm_ocr": 121.0, - "price": 3500.0, - "price_per_sqm": 28.925619834710744, - "url": "https://www.rightmove.co.uk/properties/159670823", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Hawes & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/195k/194231/159670823/194231_LWI200262_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18806, - 51.42576 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159670862", - "info": { - "identifier": 159670862, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159670862", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Samuel Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252779/159670862/252779_48400_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210993, - 51.489857 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -84441,46 +70521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/159690299", - "info": { - "identifier": 159690299, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159690299", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Connells Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95882/159690299/95882_P0895C2228_IMG_15_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3321, - 51.57891 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -84521,46 +70561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159690920", - "info": { - "identifier": 159690920, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159690920", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118042/159690920/118042_33757374_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.017451, - 51.47583 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -84601,46 +70601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.4, - "qmprice": 48.38, - "rooms": 2, - "total_price": 3696.0, - "url": "https://www.rightmove.co.uk/properties/159692582", - "info": { - "identifier": 159692582, - "sqm_ocr": 76.4, - "price": 3696.0, - "price_per_sqm": 48.37696335078534, - "url": "https://www.rightmove.co.uk/properties/159692582", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/159692582/39741_33757514_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.180472, - 51.525642 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -85001,86 +70961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159701465", - "info": { - "identifier": 159701465, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159701465", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90368/159701465/90368_0607_HRT060702066_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096089, - 51.35879 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159704396", - "info": { - "identifier": 159704396, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159704396", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stepney Marsh", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/286k/285566/159704396/285566_hudcout_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.02296, - 51.48868 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -85121,46 +71001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159705923", - "info": { - "identifier": 159705923, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159705923", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41633/159705923/41633_WWL230013_L_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.177383, - 51.458595 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -85601,46 +71441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 154.7, - "qmprice": 24.53, - "rooms": 4, - "total_price": 3795.0, - "url": "https://www.rightmove.co.uk/properties/159718445", - "info": { - "identifier": 159718445, - "sqm_ocr": 154.7, - "price": 3795.0, - "price_per_sqm": 24.53135100193924, - "url": "https://www.rightmove.co.uk/properties/159718445", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25214/159718445/25214_33757902_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.033785, - 51.495956 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -85841,46 +71641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.5, - "qmprice": 45.22, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159735341", - "info": { - "identifier": 159735341, - "sqm_ocr": 57.5, - "price": 2600.0, - "price_per_sqm": 45.21739130434783, - "url": "https://www.rightmove.co.uk/properties/159735341", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15945/159735341/15945_1319447_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.193651, - 51.501987 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -86081,46 +71841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159743009", - "info": { - "identifier": 159743009, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159743009", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159743009/96668_236780228012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.040413, - 51.45509 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -86241,86 +71961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/159749630", - "info": { - "identifier": 159749630, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159749630", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 69, - "status": null, - "last_seen": 9, - "agency": "The Online Letting Agents Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82831/159749630/82831_7512_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.258074, - 51.583748 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2695.0, - "url": "https://www.rightmove.co.uk/properties/159751391", - "info": { - "identifier": 159751391, - "sqm_ocr": null, - "price": 2695.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159751391", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Urban Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69212/159751391/69212_0048681_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1022, - 51.5578 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -86441,46 +72081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.9, - "qmprice": 31.87, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159752213", - "info": { - "identifier": 159752213, - "sqm_ocr": 65.9, - "price": 2100.0, - "price_per_sqm": 31.86646433990895, - "url": "https://www.rightmove.co.uk/properties/159752213", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49922/159752213/49922_CEL230033_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.015572, - 51.486267 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -86561,46 +72161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159756224", - "info": { - "identifier": 159756224, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159756224", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Andre Joseph Estates Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74973/159756224/74973_552798_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.135016, - 51.45573 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -86641,46 +72201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.4, - "qmprice": 34.06, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159760400", - "info": { - "identifier": 159760400, - "sqm_ocr": 73.4, - "price": 2500.0, - "price_per_sqm": 34.05994550408719, - "url": "https://www.rightmove.co.uk/properties/159760400", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Camerons Stiff & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34175/159760400/34175_33763029_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.201345, - 51.54792 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -86721,86 +72241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.03, - "qmprice": 39.53, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/159761291", - "info": { - "identifier": 159761291, - "sqm_ocr": 67.03, - "price": 2650.0, - "price_per_sqm": 39.53453677457855, - "url": "https://www.rightmove.co.uk/properties/159761291", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/159761291/55101_1312418_IMG_01_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.093829, - 51.50396 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.03, - "qmprice": 59.67, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/159761297", - "info": { - "identifier": 159761297, - "sqm_ocr": 67.03, - "price": 4000.0, - "price_per_sqm": 59.67477248992988, - "url": "https://www.rightmove.co.uk/properties/159761297", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/159761297/55101_1312411_IMG_01_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.093829, - 51.50396 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -87001,46 +72441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159762863", - "info": { - "identifier": 159762863, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159762863", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/159762863/87187_56776_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.027533, - 51.499073 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -87144,7 +72544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Dexters", @@ -87401,46 +72801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159764510", - "info": { - "identifier": 159764510, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159764510", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 45, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78410/159764510/78410_33763311_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.148498, - 51.48345 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -87481,86 +72841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159765794", - "info": { - "identifier": 159765794, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159765794", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/159765794/222287_VfMGmkJK_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16585, - 51.41964 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/159765884", - "info": { - "identifier": 159765884, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159765884", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159765884/96668_242802624032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097296, - 51.526695 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -88161,46 +73441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/159778175", - "info": { - "identifier": 159778175, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159778175", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie together with Thorgills", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/243k/242945/159778175/242945_BRE250031_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2946, - 51.4885 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -88401,46 +73641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2595.0, - "url": "https://www.rightmove.co.uk/properties/159780812", - "info": { - "identifier": 159780812, - "sqm_ocr": null, - "price": 2595.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159780812", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 68, - "status": null, - "last_seen": 9, - "agency": "Rosewood Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63096/159780812/63096_Charts_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21934, - 51.45729 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -88521,46 +73721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.39, - "qmprice": 26.0, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/159783119", - "info": { - "identifier": 159783119, - "sqm_ocr": 90.39, - "price": 2350.0, - "price_per_sqm": 25.99845115610134, - "url": "https://www.rightmove.co.uk/properties/159783119", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/208k/207812/159783119/207812_TOL230012_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.126793, - 51.43773 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -88961,86 +74121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.74, - "qmprice": 33.81, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159790535", - "info": { - "identifier": 159790535, - "sqm_ocr": 88.74, - "price": 3000.0, - "price_per_sqm": 33.80662609871535, - "url": "https://www.rightmove.co.uk/properties/159790535", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227810/159790535/227810_1320027_IMG_01_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.069961, - 51.49284 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2375.0, - "url": "https://www.rightmove.co.uk/properties/159790928", - "info": { - "identifier": 159790928, - "sqm_ocr": null, - "price": 2375.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159790928", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Lawrence Rand", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46205/159790928/46205_3f8c1492-2904-4665-8ab4-e1f61d2e3f72_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22511, - 51.505615 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -89121,46 +74201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.16, - "qmprice": 30.77, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/159793154", - "info": { - "identifier": 159793154, - "sqm_ocr": 68.16, - "price": 2097.0, - "price_per_sqm": 30.765845070422536, - "url": "https://www.rightmove.co.uk/properties/159793154", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/168k/167687/159793154/167687_2709264_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34438, - 51.59437 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -89201,46 +74241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/159794486", - "info": { - "identifier": 159794486, - "sqm_ocr": null, - "price": 2550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159794486", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CROWN HOME BUYING AND LETTING", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/219k/218051/159794486/218051_RL0331_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.261765, - 51.522038 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -89361,86 +74361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 30.0, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/159797555", - "info": { - "identifier": 159797555, - "sqm_ocr": 75.0, - "price": 2250.0, - "price_per_sqm": 30.0, - "url": "https://www.rightmove.co.uk/properties/159797555", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/159797555/78933_33765391_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.283227, - 51.53987 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.3, - "qmprice": 40.83, - "rooms": 2, - "total_price": 3034.0, - "url": "https://www.rightmove.co.uk/properties/159798932", - "info": { - "identifier": 159798932, - "sqm_ocr": 74.3, - "price": 3034.0, - "price_per_sqm": 40.834454912516826, - "url": "https://www.rightmove.co.uk/properties/159798932", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/159798932/15948_1319842_IMG_02_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.220984, - 51.488605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -89481,46 +74401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 32.0, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159799475", - "info": { - "identifier": 159799475, - "sqm_ocr": 75.0, - "price": 2400.0, - "price_per_sqm": 32.0, - "url": "https://www.rightmove.co.uk/properties/159799475", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/159799475/78933_33765530_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.283227, - 51.53987 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -90161,46 +75041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159813797", - "info": { - "identifier": 159813797, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159813797", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alliance London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77148/159813797/77148_2001994_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.049889, - 51.53322 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -90624,7 +75464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "JC Living", @@ -90761,46 +75601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.5, - "qmprice": 39.1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159828365", - "info": { - "identifier": 159828365, - "sqm_ocr": 66.5, - "price": 2600.0, - "price_per_sqm": 39.097744360902254, - "url": "https://www.rightmove.co.uk/properties/159828365", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118693/159828365/118693_33767258_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.121576, - 51.540466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -90921,46 +75721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.1, - "qmprice": 26.1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/159830228", - "info": { - "identifier": 159830228, - "sqm_ocr": 111.1, - "price": 2900.0, - "price_per_sqm": 26.102610261026104, - "url": "https://www.rightmove.co.uk/properties/159830228", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 11, - "agency": "Chancellors", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41343/159830228/41343_06730183_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.132075, - 51.570858 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -91241,46 +76001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.4, - "qmprice": 35.42, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159833669", - "info": { - "identifier": 159833669, - "sqm_ocr": 73.4, - "price": 2600.0, - "price_per_sqm": 35.422343324250676, - "url": "https://www.rightmove.co.uk/properties/159833669", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Anthony Pepe Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280046/159833669/280046_PAG250114_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098105, - 51.660408 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -91401,46 +76121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159835751", - "info": { - "identifier": 159835751, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159835751", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Hampstead", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32760/159835751/32760_7lindleyDupe_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24482, - 51.5821 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -91561,166 +76241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 115.11, - "qmprice": 29.1, - "rooms": 3, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/159836648", - "info": { - "identifier": 159836648, - "sqm_ocr": 115.11, - "price": 3350.0, - "price_per_sqm": 29.102597515420033, - "url": "https://www.rightmove.co.uk/properties/159836648", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84791/159836648/84791_33768047_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.307405, - 51.52624 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/159837209", - "info": { - "identifier": 159837209, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159837209", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "Jonathan Arron Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69315/159837209/69315_JOW250051_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180149, - 51.53426 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.8, - "qmprice": 38.02, - "rooms": 2, - "total_price": 3034.0, - "url": "https://www.rightmove.co.uk/properties/159837335", - "info": { - "identifier": 159837335, - "sqm_ocr": 79.8, - "price": 3034.0, - "price_per_sqm": 38.02005012531328, - "url": "https://www.rightmove.co.uk/properties/159837335", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/167k/166331/159837335/166331_1300042_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.280301, - 51.540462 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.5, - "qmprice": 25.95, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159839741", - "info": { - "identifier": 159839741, - "sqm_ocr": 92.5, - "price": 2400.0, - "price_per_sqm": 25.945945945945947, - "url": "https://www.rightmove.co.uk/properties/159839741", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Oyster Properties", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/20k/19059/159839741/19059_95d573d4-f0c7-40a5-b7fc-72aa584df59d_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.303193, - 51.616898 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -91761,46 +76281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.1, - "qmprice": 48.98, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/159840698", - "info": { - "identifier": 159840698, - "sqm_ocr": 54.1, - "price": 2650.0, - "price_per_sqm": 48.98336414048059, - "url": "https://www.rightmove.co.uk/properties/159840698", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "David Andrew", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80996/159840698/80996_9e747b93-a349-48c1-a7e7-54ab9d010e9e_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098572, - 51.56111 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -91864,7 +76344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 35, + "updated_days": 36, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -92241,126 +76721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159847460", - "info": { - "identifier": 159847460, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159847460", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191255/159847460/191255_33768679_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.061094, - 51.50403 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.74, - "qmprice": 35.18, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/159848330", - "info": { - "identifier": 159848330, - "sqm_ocr": 76.74, - "price": 2700.0, - "price_per_sqm": 35.183737294761535, - "url": "https://www.rightmove.co.uk/properties/159848330", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/159848330/26207_IUL190302_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119393, - 51.539 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/159848969", - "info": { - "identifier": 159848969, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159848969", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "City and Town Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80802/159848969/80802_2-Bed-CanadaWater_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0334, - 51.49731 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -92441,46 +76801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/159851000", - "info": { - "identifier": 159851000, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159851000", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Lionsgate Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159428/159851000/159428_6245_IMG_21_0001_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08853, - 51.572304 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -92641,46 +76961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159857099", - "info": { - "identifier": 159857099, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159857099", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Gascoigne Pees", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71093/159857099/71093_000642794_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.04152, - 51.30997 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -92721,46 +77001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 126.0, - "qmprice": 24.6, - "rooms": 4, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/159858377", - "info": { - "identifier": 159858377, - "sqm_ocr": 126.0, - "price": 3100.0, - "price_per_sqm": 24.603174603174605, - "url": "https://www.rightmove.co.uk/properties/159858377", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Groves Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74977/159858377/74977_3705_GROV_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.258792, - 51.388775 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -93041,46 +77281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.57, - "qmprice": 29.53, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/159863483", - "info": { - "identifier": 159863483, - "sqm_ocr": 79.57, - "price": 2350.0, - "price_per_sqm": 29.533743873319093, - "url": "https://www.rightmove.co.uk/properties/159863483", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Daniels", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13501/159863483/13501_33769752_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.322669, - 51.556026 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -93241,46 +77441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.19, - "qmprice": 33.25, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159865991", - "info": { - "identifier": 159865991, - "sqm_ocr": 72.19, - "price": 2400.0, - "price_per_sqm": 33.24560188391744, - "url": "https://www.rightmove.co.uk/properties/159865991", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227810/159865991/227810_1320199_IMG_01_0008_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.072617, - 51.491066 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -93481,46 +77641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159868610", - "info": { - "identifier": 159868610, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159868610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159868610/96668_243145526032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.042543, - 51.5049 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -93561,46 +77681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/159870518", - "info": { - "identifier": 159870518, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159870518", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159870518/96668_243135726032025_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "30/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.362616, - 51.58766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -93681,46 +77761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.5, - "qmprice": 35.08, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/159877622", - "info": { - "identifier": 159877622, - "sqm_ocr": 85.5, - "price": 2999.0, - "price_per_sqm": 35.07602339181287, - "url": "https://www.rightmove.co.uk/properties/159877622", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53654/159877622/53654_33770291_IMG_06_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.181144, - 51.476254 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -93881,46 +77921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.74, - "qmprice": 43.0, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/159882518", - "info": { - "identifier": 159882518, - "sqm_ocr": 76.74, - "price": 3300.0, - "price_per_sqm": 43.00234558248632, - "url": "https://www.rightmove.co.uk/properties/159882518", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Drivers & Norris", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54616/159882518/54616_DAN190752_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139253, - 51.54252 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -94041,46 +78041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.8, - "qmprice": 38.44, - "rooms": 2, - "total_price": 2145.0, - "url": "https://www.rightmove.co.uk/properties/159885116", - "info": { - "identifier": 159885116, - "sqm_ocr": 55.8, - "price": 2145.0, - "price_per_sqm": 38.44086021505377, - "url": "https://www.rightmove.co.uk/properties/159885116", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/159885116/48101_1315968_IMG_02_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.01716, - 51.49178 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -94121,126 +78081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/159886802", - "info": { - "identifier": 159886802, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159886802", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/159886802/96668_241247910032025_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.151387, - 51.466175 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.8, - "qmprice": 26.77, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/159887132", - "info": { - "identifier": 159887132, - "sqm_ocr": 87.8, - "price": 2350.0, - "price_per_sqm": 26.765375854214124, - "url": "https://www.rightmove.co.uk/properties/159887132", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69292/159887132/69292_P214441_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12541, - 51.56168 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.7, - "qmprice": 32.97, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/159887306", - "info": { - "identifier": 159887306, - "sqm_ocr": 110.7, - "price": 3650.0, - "price_per_sqm": 32.97199638663053, - "url": "https://www.rightmove.co.uk/properties/159887306", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 48, - "status": null, - "last_seen": 9, - "agency": "Jackson-Stops", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52713/159887306/52713_33770942_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.299343, - 51.453835 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -94281,46 +78121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 50.6, - "qmprice": 39.53, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159888212", - "info": { - "identifier": 159888212, - "sqm_ocr": 50.6, - "price": 2000.0, - "price_per_sqm": 39.52569169960474, - "url": "https://www.rightmove.co.uk/properties/159888212", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84875/159888212/84875_33770987_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.129157, - 51.46511 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -94441,46 +78241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.7, - "qmprice": 59.22, - "rooms": 2, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/159889874", - "info": { - "identifier": 159889874, - "sqm_ocr": 56.7, - "price": 3358.0, - "price_per_sqm": 59.22398589065256, - "url": "https://www.rightmove.co.uk/properties/159889874", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156875/159889874/156875_33771087_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.140549, - 51.522102 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -94544,7 +78304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "Barnard Marcus Lettings", @@ -94801,46 +78561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/159894953", - "info": { - "identifier": 159894953, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159894953", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Property Hub", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286352/159894953/286352_103231002709_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28488, - 51.55279 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -94921,46 +78641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159896174", - "info": { - "identifier": 159896174, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159896174", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72234/159896174/72234_RWL250618_L_IMG_16_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.028475, - 51.499855 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -95001,46 +78681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159897458", - "info": { - "identifier": 159897458, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159897458", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Hadleigh Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67562/159897458/67562_HRE180243_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.166412, - 51.549072 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -95121,46 +78761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159898280", - "info": { - "identifier": 159898280, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159898280", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/155k/154961/159898280/154961_33771598_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.118726, - 51.57581 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -95321,46 +78921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159904244", - "info": { - "identifier": 159904244, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159904244", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Barnfields Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3843/159904244/3843_P2758D4227_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00916, - 51.55423 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -95641,46 +79201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/159911021", - "info": { - "identifier": 159911021, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159911021", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Eden Harper", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67498/159911021/67498_33772543_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.152746, - 51.475536 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -95841,86 +79361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.8, - "qmprice": 51.58, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/159913400", - "info": { - "identifier": 159913400, - "sqm_ocr": 69.8, - "price": 3600.0, - "price_per_sqm": 51.57593123209169, - "url": "https://www.rightmove.co.uk/properties/159913400", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/159913400/16050_1319759_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.077045, - 51.527542 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.9, - "qmprice": 35.13, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/159913403", - "info": { - "identifier": 159913403, - "sqm_ocr": 66.9, - "price": 2350.0, - "price_per_sqm": 35.1270553064275, - "url": "https://www.rightmove.co.uk/properties/159913403", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 45, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/159913403/16050_1320485_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.056877, - 51.513332 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -96241,86 +79681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.6, - "qmprice": 47.55, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159920570", - "info": { - "identifier": 159920570, - "sqm_ocr": 73.6, - "price": 3500.0, - "price_per_sqm": 47.55434782608696, - "url": "https://www.rightmove.co.uk/properties/159920570", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Homelink Lettings & Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13040/159920570/13040_33773299_IMG_14_0001_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108643, - 51.567257 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/159924278", - "info": { - "identifier": 159924278, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159924278", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/159924278/222287_qc0izdFf_IMG_02_0000_max_656x437.png", - "let_date_available": "29/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16957, - 51.54349 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -96361,86 +79721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/159929765", - "info": { - "identifier": 159929765, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159929765", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Let UK Home", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272819/159929765/272819_33773351_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184805, - 51.4766 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159930695", - "info": { - "identifier": 159930695, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159930695", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94448/159930695/94448_EAL250113_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.313188, - 51.497536 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -96561,46 +79841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/159932354", - "info": { - "identifier": 159932354, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159932354", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Japan Letting Agency", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/259k/258848/159932354/258848_32173065_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.273274, - 51.50535 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -96641,126 +79881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/159933527", - "info": { - "identifier": 159933527, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159933527", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 65, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6870/159933527/6870_DISHLY15_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06766, - 51.37855 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/159936200", - "info": { - "identifier": 159936200, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159936200", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 41, - "status": null, - "last_seen": 9, - "agency": "Garton Jones", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/132k/131152/159936200/131152_33773729_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184847, - 51.47615 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159936275", - "info": { - "identifier": 159936275, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159936275", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257069/159936275/257069_33773734_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.012363, - 51.48026 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -96921,86 +80041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.9, - "qmprice": 27.74, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/159939113", - "info": { - "identifier": 159939113, - "sqm_ocr": 82.9, - "price": 2300.0, - "price_per_sqm": 27.744270205066343, - "url": "https://www.rightmove.co.uk/properties/159939113", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137360/159939113/137360_1320545_IMG_00_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.008128, - 51.42411 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.1, - "qmprice": 43.28, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/159939506", - "info": { - "identifier": 159939506, - "sqm_ocr": 75.1, - "price": 3250.0, - "price_per_sqm": 43.27563249001332, - "url": "https://www.rightmove.co.uk/properties/159939506", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/159939506/15948_1318970_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.213762, - 51.487648 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97081,46 +80121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.9, - "qmprice": 34.18, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/159941009", - "info": { - "identifier": 159941009, - "sqm_ocr": 62.9, - "price": 2150.0, - "price_per_sqm": 34.18124006359301, - "url": "https://www.rightmove.co.uk/properties/159941009", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65794/159941009/65794_33774077_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.190276, - 51.443203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97321,46 +80321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.52, - "qmprice": 35.85, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/159945107", - "info": { - "identifier": 159945107, - "sqm_ocr": 72.52, - "price": 2600.0, - "price_per_sqm": 35.85217870932157, - "url": "https://www.rightmove.co.uk/properties/159945107", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/159945107/87187_70667_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.025341, - 51.5008 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97521,126 +80481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/159949121", - "info": { - "identifier": 159949121, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159949121", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/159949121/78933_33774643_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125092, - 51.48259 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2195.0, - "url": "https://www.rightmove.co.uk/properties/159950540", - "info": { - "identifier": 159950540, - "sqm_ocr": null, - "price": 2195.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159950540", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Fraser & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16917/159950540/16917_CHS220055_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.281247, - 51.529198 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.6, - "qmprice": 36.91, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/159950771", - "info": { - "identifier": 159950771, - "sqm_ocr": 101.6, - "price": 3750.0, - "price_per_sqm": 36.90944881889764, - "url": "https://www.rightmove.co.uk/properties/159950771", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48994/159950771/48994_MAS131105_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.018395, - 51.49838 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97681,86 +80521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.5, - "qmprice": 34.71, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/159952055", - "info": { - "identifier": 159952055, - "sqm_ocr": 60.5, - "price": 2100.0, - "price_per_sqm": 34.710743801652896, - "url": "https://www.rightmove.co.uk/properties/159952055", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "Jackson-Stops", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52887/159952055/52887_33774840_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.211948, - 51.408783 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.7, - "qmprice": 43.17, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/159952256", - "info": { - "identifier": 159952256, - "sqm_ocr": 63.7, - "price": 2750.0, - "price_per_sqm": 43.17111459968603, - "url": "https://www.rightmove.co.uk/properties/159952256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15951/159952256/15951_1319953_IMG_12_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.272031, - 51.48621 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97801,46 +80561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.4, - "qmprice": 34.83, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/159953921", - "info": { - "identifier": 159953921, - "sqm_ocr": 80.4, - "price": 2800.0, - "price_per_sqm": 34.82587064676617, - "url": "https://www.rightmove.co.uk/properties/159953921", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Warwick Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/3k/2979/159953921/2979_32802690_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.248624, - 51.53136 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97881,46 +80601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 43.1, - "rooms": 4, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/159954452", - "info": { - "identifier": 159954452, - "sqm_ocr": 87.0, - "price": 3750.0, - "price_per_sqm": 43.10344827586207, - "url": "https://www.rightmove.co.uk/properties/159954452", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68507/159954452/68507_VPR230046_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022214, - 51.53229 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -97944,7 +80624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 23, + "updated_days": 24, "status": null, "last_seen": 0, "agency": "Pinnacle Housing Ltd", @@ -97961,46 +80641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/159956714", - "info": { - "identifier": 159956714, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159956714", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Mann Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22532/159956714/22532_000901186_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03874, - 51.45426 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -98104,7 +80744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Oakwood Estates", @@ -98321,46 +80961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.3, - "qmprice": 52.92, - "rooms": 2, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/159969200", - "info": { - "identifier": 159969200, - "sqm_ocr": 63.3, - "price": 3350.0, - "price_per_sqm": 52.92259083728278, - "url": "https://www.rightmove.co.uk/properties/159969200", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50713/159969200/50713_33775731_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.208054, - 51.505028 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -98441,46 +81041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/159975008", - "info": { - "identifier": 159975008, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159975008", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13325/159975008/13325_GER212190_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.269576, - 51.492764 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -98641,46 +81201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 46.92, - "qmprice": 56.48, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/159977738", - "info": { - "identifier": 159977738, - "sqm_ocr": 46.92, - "price": 2650.0, - "price_per_sqm": 56.47911338448423, - "url": "https://www.rightmove.co.uk/properties/159977738", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/159977738/15948_1320647_IMG_00_0008_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212339, - 51.489777 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -98721,46 +81241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.6, - "qmprice": 29.59, - "rooms": 2, - "total_price": 2799.0, - "url": "https://www.rightmove.co.uk/properties/159978560", - "info": { - "identifier": 159978560, - "sqm_ocr": 94.6, - "price": 2799.0, - "price_per_sqm": 29.5877378435518, - "url": "https://www.rightmove.co.uk/properties/159978560", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82537/159978560/82537_33776222_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.005102, - 51.50629 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -98801,46 +81281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.5, - "qmprice": 51.09, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/159978977", - "info": { - "identifier": 159978977, - "sqm_ocr": 68.5, - "price": 3500.0, - "price_per_sqm": 51.09489051094891, - "url": "https://www.rightmove.co.uk/properties/159978977", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/146k/145463/159978977/145463_HEO241323_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186213, - 51.44476 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -98921,86 +81361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.47, - "qmprice": 51.35, - "rooms": 2, - "total_price": 2643.0, - "url": "https://www.rightmove.co.uk/properties/159980459", - "info": { - "identifier": 159980459, - "sqm_ocr": 51.47, - "price": 2643.0, - "price_per_sqm": 51.35030114629882, - "url": "https://www.rightmove.co.uk/properties/159980459", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51411/159980459/51411_5016_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.179142, - 51.48006 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.3, - "qmprice": 33.73, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159981548", - "info": { - "identifier": 159981548, - "sqm_ocr": 59.3, - "price": 2000.0, - "price_per_sqm": 33.72681281618887, - "url": "https://www.rightmove.co.uk/properties/159981548", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Aspire", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/46k/45012/159981548/45012_BLM240007_L_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143591, - 51.420033 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -99201,46 +81561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/159989135", - "info": { - "identifier": 159989135, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/159989135", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 64, - "status": null, - "last_seen": 9, - "agency": "Lifestyle Property", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81013/159989135/81013_6774_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024737, - 51.545387 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -99504,7 +81824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Happy Living Residential Limited", @@ -99584,7 +81904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 19, + "updated_days": 20, "status": null, "last_seen": 0, "agency": "Ellis & Co", @@ -99721,86 +82041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 47.56, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/159995492", - "info": { - "identifier": 159995492, - "sqm_ocr": 82.0, - "price": 3900.0, - "price_per_sqm": 47.5609756097561, - "url": "https://www.rightmove.co.uk/properties/159995492", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/159995492/143171_33777078_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.135072, - 51.48206 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.45, - "qmprice": 37.24, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/159995675", - "info": { - "identifier": 159995675, - "sqm_ocr": 64.45, - "price": 2400.0, - "price_per_sqm": 37.23816912335143, - "url": "https://www.rightmove.co.uk/properties/159995675", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/159995675/48101_1320679_IMG_00_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.025342, - 51.508244 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -100241,46 +82481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.9, - "qmprice": 22.48, - "rooms": 4, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/160021001", - "info": { - "identifier": 160021001, - "sqm_ocr": 117.9, - "price": 2650.0, - "price_per_sqm": 22.47667514843087, - "url": "https://www.rightmove.co.uk/properties/160021001", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Cameron Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17627/160021001/17627_33777787_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.460217, - 51.506386 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -100321,46 +82521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160023986", - "info": { - "identifier": 160023986, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160023986", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48994/160023986/48994_CNL250094_L_IMG_07_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.029816, - 51.50855 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -100441,46 +82601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/160025408", - "info": { - "identifier": 160025408, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160025408", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/160025408/78429_LON-640_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.07748, - 51.51099 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -100601,46 +82721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.7, - "qmprice": 28.89, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160028432", - "info": { - "identifier": 160028432, - "sqm_ocr": 72.7, - "price": 2100.0, - "price_per_sqm": 28.88583218707015, - "url": "https://www.rightmove.co.uk/properties/160028432", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44610/160028432/44610_P5487C0314_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.24957, - 51.39768 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -100681,86 +82761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.0, - "qmprice": 34.95, - "rooms": 2, - "total_price": 2167.0, - "url": "https://www.rightmove.co.uk/properties/160028978", - "info": { - "identifier": 160028978, - "sqm_ocr": 62.0, - "price": 2167.0, - "price_per_sqm": 34.95161290322581, - "url": "https://www.rightmove.co.uk/properties/160028978", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Lexadon Property Group", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80796/160028978/80796_51_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11337, - 51.46553 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2216.0, - "url": "https://www.rightmove.co.uk/properties/160030040", - "info": { - "identifier": 160030040, - "sqm_ocr": null, - "price": 2216.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160030040", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 62, - "status": null, - "last_seen": 9, - "agency": "Evans & Company", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29484/160030040/29484_33778212_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.48077, - 51.528133 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -100841,126 +82841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160031042", - "info": { - "identifier": 160031042, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160031042", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kings Group", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57562/160031042/57562_33778267_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.059777, - 51.658504 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2252.0, - "url": "https://www.rightmove.co.uk/properties/160031096", - "info": { - "identifier": 160031096, - "sqm_ocr": null, - "price": 2252.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160031096", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 62, - "status": null, - "last_seen": 9, - "agency": "Evans & Company", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29484/160031096/29484_33778273_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.481669, - 51.529926 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.4, - "qmprice": 29.57, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160031285", - "info": { - "identifier": 160031285, - "sqm_ocr": 74.4, - "price": 2200.0, - "price_per_sqm": 29.569892473118276, - "url": "https://www.rightmove.co.uk/properties/160031285", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118051/160031285/118051_33778286_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.031178, - 51.475967 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -101081,86 +82961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160032914", - "info": { - "identifier": 160032914, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160032914", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Uni Living London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249692/160032914/249692_RL4589_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01867, - 51.51995 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.6, - "qmprice": 42.8, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/160033298", - "info": { - "identifier": 160033298, - "sqm_ocr": 73.6, - "price": 3150.0, - "price_per_sqm": 42.798913043478265, - "url": "https://www.rightmove.co.uk/properties/160033298", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Austin Homes London", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105559/160033298/105559_cdf3a072-a47b-481f-a765-ef64c9c985b2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089644, - 51.52798 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -101561,86 +83361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.66, - "qmprice": 41.55, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/160042052", - "info": { - "identifier": 160042052, - "sqm_ocr": 57.66, - "price": 2396.0, - "price_per_sqm": 41.553936871314605, - "url": "https://www.rightmove.co.uk/properties/160042052", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/160042052/39741_33779029_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.203813, - 51.527847 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160044239", - "info": { - "identifier": 160044239, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160044239", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Village Estates", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/25k/24602/160044239/24602_53920c9c-1d3b-406b-915a-184befc4ce3a_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.103973, - 51.424034 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -101664,7 +83384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Chestertons", @@ -101681,46 +83401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160045343", - "info": { - "identifier": 160045343, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160045343", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53537/160045343/53537_PIL120099_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.13439, - 51.48817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -101881,46 +83561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.54, - "qmprice": 37.74, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160047560", - "info": { - "identifier": 160047560, - "sqm_ocr": 71.54, - "price": 2700.0, - "price_per_sqm": 37.74112384679899, - "url": "https://www.rightmove.co.uk/properties/160047560", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Grange London", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/236k/235148/160047560/235148_33779421_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.220976, - 51.57133 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -102241,86 +83881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160051898", - "info": { - "identifier": 160051898, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160051898", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Sharpes Estates Ltd", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/6k/5353/160051898/5353_CQX-72777538_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.170523, - 51.4287 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160051925", - "info": { - "identifier": 160051925, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160051925", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Sharpes Estates Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/6k/5353/160051925/5353_CQX-28020105_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191176, - 51.42956 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -102401,46 +83961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160053347", - "info": { - "identifier": 160053347, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160053347", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160053347/96668_243585631032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.201038, - 51.460323 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -102464,7 +83984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 61, + "updated_days": 62, "status": null, "last_seen": 0, "agency": "Evans & Company", @@ -102801,46 +84321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.8, - "qmprice": 23.12, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160061930", - "info": { - "identifier": 160061930, - "sqm_ocr": 103.8, - "price": 2400.0, - "price_per_sqm": 23.121387283236995, - "url": "https://www.rightmove.co.uk/properties/160061930", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Village Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/25k/24602/160061930/24602_c4a62735-e739-4b62-8c87-b8ba845d98e6_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.190148, - 51.474636 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -103001,46 +84481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 134.9, - "qmprice": 17.05, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160063325", - "info": { - "identifier": 160063325, - "sqm_ocr": 134.9, - "price": 2300.0, - "price_per_sqm": 17.049666419570052, - "url": "https://www.rightmove.co.uk/properties/160063325", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160063325/96668_243609531032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.275249, - 51.62721 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -103264,7 +84704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "JC Living", @@ -103321,46 +84761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2699.0, - "url": "https://www.rightmove.co.uk/properties/160072574", - "info": { - "identifier": 160072574, - "sqm_ocr": null, - "price": 2699.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160072574", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Hello Neighbour", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221711/160072574/221711_3307_EAF_178607_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.117115, - 51.462383 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -103424,7 +84824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Chase Evans", @@ -103481,46 +84881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.0, - "qmprice": 49.38, - "rooms": 2, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/160078826", - "info": { - "identifier": 160078826, - "sqm_ocr": 68.0, - "price": 3358.0, - "price_per_sqm": 49.38235294117647, - "url": "https://www.rightmove.co.uk/properties/160078826", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 35, - "status": null, - "last_seen": 9, - "agency": "Tavistock Bow", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/111k/110768/160078826/110768_101184000804_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128139, - 51.514595 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -103641,46 +85001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160081082", - "info": { - "identifier": 160081082, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160081082", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/201k/200876/160081082/200876_NBC151917_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.138534, - 51.48247 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -103761,46 +85081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.2, - "qmprice": 25.82, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160081469", - "info": { - "identifier": 160081469, - "sqm_ocr": 85.2, - "price": 2200.0, - "price_per_sqm": 25.821596244131456, - "url": "https://www.rightmove.co.uk/properties/160081469", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112924/160081469/112924_P298164_IMG_21_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.08043, - 51.49742 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -103824,7 +85104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 31, + "updated_days": 32, "status": null, "last_seen": 0, "agency": "Knight Frank - Lettings", @@ -103881,46 +85161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160081850", - "info": { - "identifier": 160081850, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160081850", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Canary Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85774/160081850/85774_GP103301042025_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.01879, - 51.50082 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -104321,46 +85561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/160084127", - "info": { - "identifier": 160084127, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160084127", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Blue Planet Investment Consultancy", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277628/160084127/277628_205Norton_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.0666, - 51.49433 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -104481,46 +85681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.2, - "qmprice": 41.24, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160084880", - "info": { - "identifier": 160084880, - "sqm_ocr": 58.2, - "price": 2400.0, - "price_per_sqm": 41.23711340206185, - "url": "https://www.rightmove.co.uk/properties/160084880", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/160084880/77197_VCT_VCT_LFSYCL_465_633157357_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130591, - 51.493793 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -104561,86 +85721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160085126", - "info": { - "identifier": 160085126, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160085126", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Grainger", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237731/160085126/237731_a1G4J000004jur7UAA_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05559, - 51.58851 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160085393", - "info": { - "identifier": 160085393, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160085393", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160085393/96668_243276427032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024828, - 51.49155 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -104921,46 +86001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.2, - "qmprice": 40.36, - "rooms": 2, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/160086605", - "info": { - "identifier": 160086605, - "sqm_ocr": 83.2, - "price": 3358.0, - "price_per_sqm": 40.36057692307692, - "url": "https://www.rightmove.co.uk/properties/160086605", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Hoffen West Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/283k/282770/160086605/282770_HWL250009_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.177464, - 51.472267 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -105281,46 +86321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.7, - "qmprice": 49.56, - "rooms": 3, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160091543", - "info": { - "identifier": 160091543, - "sqm_ocr": 78.7, - "price": 3900.0, - "price_per_sqm": 49.555273189326556, - "url": "https://www.rightmove.co.uk/properties/160091543", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "The Agency Group", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79431/160091543/79431_RX567762_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183552, - 51.469315 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -105464,7 +86464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Sutherland Estates", @@ -105521,46 +86521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160094336", - "info": { - "identifier": 160094336, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160094336", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 61, - "status": null, - "last_seen": 9, - "agency": "CITY REALTOR LIMITED", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/179k/178868/160094336/178868_33782166_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07085, - 51.52538 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -105801,46 +86761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.7, - "qmprice": 42.91, - "rooms": 2, - "total_price": 3034.0, - "url": "https://www.rightmove.co.uk/properties/160097216", - "info": { - "identifier": 160097216, - "sqm_ocr": 70.7, - "price": 3034.0, - "price_per_sqm": 42.91371994342291, - "url": "https://www.rightmove.co.uk/properties/160097216", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111056/160097216/111056_1320970_IMG_02_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.038257, - 51.51002 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -105881,46 +86801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.0, - "qmprice": 31.01, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/160097906", - "info": { - "identifier": 160097906, - "sqm_ocr": 79.0, - "price": 2450.0, - "price_per_sqm": 31.0126582278481, - "url": "https://www.rightmove.co.uk/properties/160097906", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230516/160097906/230516_STL220009_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.102751, - 51.49466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -106081,46 +86961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.9, - "qmprice": 35.65, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160100732", - "info": { - "identifier": 160100732, - "sqm_ocr": 58.9, - "price": 2100.0, - "price_per_sqm": 35.65365025466893, - "url": "https://www.rightmove.co.uk/properties/160100732", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Property Hub", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286352/160100732/286352_103231003286_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19635, - 51.56638 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -106521,46 +87361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2102.0, - "url": "https://www.rightmove.co.uk/properties/160104731", - "info": { - "identifier": 160104731, - "sqm_ocr": null, - "price": 2102.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160104731", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 53, - "status": null, - "last_seen": 9, - "agency": "Keating Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6280/160104731/6280_32690902_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.111985, - 51.460297 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -106721,46 +87521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/160107734", - "info": { - "identifier": 160107734, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160107734", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/215k/214793/160107734/214793_P65153_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01476, - 51.51507 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -106784,7 +87544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 60, + "updated_days": 61, "status": null, "last_seen": 0, "agency": "JS Estate Management", @@ -106801,46 +87561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.5, - "qmprice": 33.83, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160108109", - "info": { - "identifier": 160108109, - "sqm_ocr": 66.5, - "price": 2250.0, - "price_per_sqm": 33.83458646616541, - "url": "https://www.rightmove.co.uk/properties/160108109", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Story of Home", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/227k/226460/160108109/226460_c7e71a47-644b-4228-892a-af2c1308a97c_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.087964, - 51.47373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -107241,86 +87961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.1, - "qmprice": 40.22, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160111952", - "info": { - "identifier": 160111952, - "sqm_ocr": 72.1, - "price": 2900.0, - "price_per_sqm": 40.221914008321775, - "url": "https://www.rightmove.co.uk/properties/160111952", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Daniel Watney", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87247/160111952/87247_292832-2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209844, - 51.533714 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.4, - "qmprice": 24.89, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160112036", - "info": { - "identifier": 160112036, - "sqm_ocr": 88.4, - "price": 2200.0, - "price_per_sqm": 24.886877828054295, - "url": "https://www.rightmove.co.uk/properties/160112036", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227810/160112036/227810_1320913_IMG_03_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.080341, - 51.49716 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -107761,46 +88401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.86, - "qmprice": 30.46, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160118189", - "info": { - "identifier": 160118189, - "sqm_ocr": 73.86, - "price": 2250.0, - "price_per_sqm": 30.463038180341186, - "url": "https://www.rightmove.co.uk/properties/160118189", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Jorgensen Turner", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85507/160118189/85507_33783980_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19648, - 51.53832 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -107921,46 +88521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/160118909", - "info": { - "identifier": 160118909, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160118909", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/160118909/78933_33784022_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184805, - 51.4766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -108201,46 +88761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160122338", - "info": { - "identifier": 160122338, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160122338", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160122338/96668_243801501042025_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024182, - 51.53085 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -108841,46 +89361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.1, - "qmprice": 24.66, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160138058", - "info": { - "identifier": 160138058, - "sqm_ocr": 81.1, - "price": 2000.0, - "price_per_sqm": 24.66091245376079, - "url": "https://www.rightmove.co.uk/properties/160138058", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Kings Group", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/114k/113083/160138058/113083_33785033_IMG_28_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.041632, - 51.65598 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -109121,46 +89601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/160142213", - "info": { - "identifier": 160142213, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160142213", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160142213/96668_243825602042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28764, - 51.41468 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -109201,46 +89641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.43, - "qmprice": 40.18, - "rooms": 2, - "total_price": 3915.0, - "url": "https://www.rightmove.co.uk/properties/160142435", - "info": { - "identifier": 160142435, - "sqm_ocr": 97.43, - "price": 3915.0, - "price_per_sqm": 40.18269526839782, - "url": "https://www.rightmove.co.uk/properties/160142435", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Ernest Brooks International", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264878/160142435/264878_CAN250433_L_IMG_07_0001_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095481, - 51.53555 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -109281,46 +89681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/160143404", - "info": { - "identifier": 160143404, - "sqm_ocr": null, - "price": 3033.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160143404", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50969/160143404/50969_P1839I1621_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11889, - 51.51697 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -109481,46 +89841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.73, - "qmprice": 24.17, - "rooms": 2, - "total_price": 2145.0, - "url": "https://www.rightmove.co.uk/properties/160145345", - "info": { - "identifier": 160145345, - "sqm_ocr": 88.73, - "price": 2145.0, - "price_per_sqm": 24.174461850557872, - "url": "https://www.rightmove.co.uk/properties/160145345", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36789/160145345/36789_BSL250209_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.063248, - 51.50894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -109641,166 +89961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160147541", - "info": { - "identifier": 160147541, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160147541", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Northwood", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222866/160147541/222866_P596_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13343, - 51.43977 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.0, - "qmprice": 35.86, - "rooms": 2, - "total_price": 2080.0, - "url": "https://www.rightmove.co.uk/properties/160147823", - "info": { - "identifier": 160147823, - "sqm_ocr": 58.0, - "price": 2080.0, - "price_per_sqm": 35.86206896551724, - "url": "https://www.rightmove.co.uk/properties/160147823", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Lexadon Property Group", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80796/160147823/80796_320_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11046, - 51.46288 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2995.0, - "url": "https://www.rightmove.co.uk/properties/160148846", - "info": { - "identifier": 160148846, - "sqm_ocr": null, - "price": 2995.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160148846", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100441/160148846/100441_YLI210062_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.332773, - 51.47874 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.2, - "qmprice": 34.63, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160148891", - "info": { - "identifier": 160148891, - "sqm_ocr": 72.2, - "price": 2500.0, - "price_per_sqm": 34.62603878116343, - "url": "https://www.rightmove.co.uk/properties/160148891", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Salter Rex", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75236/160148891/75236_33785798_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.148396, - 51.54458 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -110001,46 +90161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160153868", - "info": { - "identifier": 160153868, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160153868", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160153868/96668_243867602042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.009423, - 51.46424 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -110201,46 +90321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/160156991", - "info": { - "identifier": 160156991, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160156991", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160156991/96668_243267527032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.168134, - 51.590324 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -110321,86 +90401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/160157669", - "info": { - "identifier": 160157669, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160157669", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Knight Frank Lettings (ILM)", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137825/160157669/137825_BIQ012532602_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "19/05/2026" - } - }, - "geometry": { - "coordinates": [ - -0.008888, - 51.48224 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.56, - "qmprice": 58.17, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160158101", - "info": { - "identifier": 160158101, - "sqm_ocr": 51.56, - "price": 2999.0, - "price_per_sqm": 58.16524437548487, - "url": "https://www.rightmove.co.uk/properties/160158101", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "LDG", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50021/160158101/50021_LDG120119_L_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.155278, - 51.51807 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -110424,7 +90424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 32, + "updated_days": 33, "status": null, "last_seen": 0, "agency": "Andrew Pearce", @@ -110721,86 +90721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/160162829", - "info": { - "identifier": 160162829, - "sqm_ocr": null, - "price": 2197.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160162829", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "JS Estate Management", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264161/160162829/264161_702282_IMG_20_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.283226, - 51.53987 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.0, - "qmprice": 52.86, - "rooms": 3, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160163063", - "info": { - "identifier": 160163063, - "sqm_ocr": 70.0, - "price": 3700.0, - "price_per_sqm": 52.857142857142854, - "url": "https://www.rightmove.co.uk/properties/160163063", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/160163063/77197_VCT_VCT_LFSYCL_465_633153633_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13916, - 51.535927 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -110841,86 +90761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.4, - "qmprice": 41.58, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160163867", - "info": { - "identifier": 160163867, - "sqm_ocr": 91.4, - "price": 3800.0, - "price_per_sqm": 41.57549234135667, - "url": "https://www.rightmove.co.uk/properties/160163867", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47640/160163867/47640_33787218_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05276, - 51.51878 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.6, - "qmprice": 30.03, - "rooms": 2, - "total_price": 2390.0, - "url": "https://www.rightmove.co.uk/properties/160164107", - "info": { - "identifier": 160164107, - "sqm_ocr": 79.6, - "price": 2390.0, - "price_per_sqm": 30.025125628140707, - "url": "https://www.rightmove.co.uk/properties/160164107", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52518/160164107/52518_CWL240130_L_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02622, - 51.492397 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -111184,7 +91024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -111481,46 +91321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.6, - "qmprice": 31.15, - "rooms": 3, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/160170137", - "info": { - "identifier": 160170137, - "sqm_ocr": 110.6, - "price": 3445.0, - "price_per_sqm": 31.148282097649187, - "url": "https://www.rightmove.co.uk/properties/160170137", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/160170137/55101_1321110_IMG_01_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.095656, - 51.50229 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -111881,46 +91681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160172282", - "info": { - "identifier": 160172282, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160172282", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "London Property Guru", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97850/160172282/97850_RX568416_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143886, - 51.480465 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -111961,86 +91721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160173959", - "info": { - "identifier": 160173959, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160173959", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54730/160173959/54730_WLL220095_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.295741, - 51.531338 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.1, - "qmprice": 35.94, - "rooms": 2, - "total_price": 2555.0, - "url": "https://www.rightmove.co.uk/properties/160173986", - "info": { - "identifier": 160173986, - "sqm_ocr": 71.1, - "price": 2555.0, - "price_per_sqm": 35.935302390998594, - "url": "https://www.rightmove.co.uk/properties/160173986", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/160173986/48101_1320583_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.009985, - 51.51358 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -112121,46 +91801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160179629", - "info": { - "identifier": 160179629, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160179629", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Lettings of London Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98582/160179629/98582_Bawtryrd31D_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15724, - 51.62369 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -112321,86 +91961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.8, - "qmprice": 47.73, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160184375", - "info": { - "identifier": 160184375, - "sqm_ocr": 83.8, - "price": 4000.0, - "price_per_sqm": 47.7326968973747, - "url": "https://www.rightmove.co.uk/properties/160184375", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43754/160184375/43754_P286329_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1353, - 51.46804 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.1, - "qmprice": 37.82, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160184780", - "info": { - "identifier": 160184780, - "sqm_ocr": 66.1, - "price": 2500.0, - "price_per_sqm": 37.821482602118, - "url": "https://www.rightmove.co.uk/properties/160184780", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15951/160184780/15951_1321128_IMG_01_0008_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.265859, - 51.512215 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -112601,86 +92161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.5, - "qmprice": 42.02, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/160187750", - "info": { - "identifier": 160187750, - "sqm_ocr": 82.5, - "price": 3467.0, - "price_per_sqm": 42.02424242424242, - "url": "https://www.rightmove.co.uk/properties/160187750", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/160187750/143171_33788502_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.134031, - 51.480354 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.43, - "qmprice": 43.67, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160188764", - "info": { - "identifier": 160188764, - "sqm_ocr": 74.43, - "price": 3250.0, - "price_per_sqm": 43.6651887679699, - "url": "https://www.rightmove.co.uk/properties/160188764", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55362/160188764/55362_33788575_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.163117, - 51.513298 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -112721,46 +92201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/160189739", - "info": { - "identifier": 160189739, - "sqm_ocr": null, - "price": 3358.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160189739", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 59, - "status": null, - "last_seen": 9, - "agency": "Leo Newman", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98603/160189739/98603_2710208_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17452, - 51.54213 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -112801,46 +92241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160190003", - "info": { - "identifier": 160190003, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160190003", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 52, - "status": null, - "last_seen": 9, - "agency": "Bryan & Keegan", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102278/160190003/102278_BLM150011_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.039841, - 51.451862 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -112881,46 +92281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.6, - "qmprice": 53.46, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/160190243", - "info": { - "identifier": 160190243, - "sqm_ocr": 63.6, - "price": 3400.0, - "price_per_sqm": 53.459119496855344, - "url": "https://www.rightmove.co.uk/properties/160190243", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 54, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84889/160190243/84889_1319956_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.139711, - 51.491398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -113121,46 +92481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160193390", - "info": { - "identifier": 160193390, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160193390", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160193390/96668_242222618032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.316436, - 51.51154 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -113241,46 +92561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 34.0, - "qmprice": 58.82, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160195712", - "info": { - "identifier": 160195712, - "sqm_ocr": 34.0, - "price": 2000.0, - "price_per_sqm": 58.8235294117647, - "url": "https://www.rightmove.co.uk/properties/160195712", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Network Agencies", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53310/160195712/53310_farrantavenue3134_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09836, - 51.59802 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -113441,46 +92721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.1, - "qmprice": 26.41, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160197191", - "info": { - "identifier": 160197191, - "sqm_ocr": 87.1, - "price": 2300.0, - "price_per_sqm": 26.40642939150402, - "url": "https://www.rightmove.co.uk/properties/160197191", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100426/160197191/100426_1320387_IMG_02_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.078095, - 51.400826 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -113881,46 +93121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.9, - "qmprice": 53.34, - "rooms": 2, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/160200374", - "info": { - "identifier": 160200374, - "sqm_ocr": 58.9, - "price": 3142.0, - "price_per_sqm": 53.3446519524618, - "url": "https://www.rightmove.co.uk/properties/160200374", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 58, - "status": null, - "last_seen": 9, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/160200374/204560_167_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.131045, - 51.529152 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -114161,46 +93361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.9, - "qmprice": 37.77, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160203806", - "info": { - "identifier": 160203806, - "sqm_ocr": 60.9, - "price": 2300.0, - "price_per_sqm": 37.76683087027914, - "url": "https://www.rightmove.co.uk/properties/160203806", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78395/160203806/78395_33789358_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.056652, - 51.516228 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -114361,46 +93521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160206476", - "info": { - "identifier": 160206476, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160206476", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/160206476/87187_41913_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.025176, - 51.49899 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -114481,46 +93601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.1, - "qmprice": 23.21, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160207826", - "info": { - "identifier": 160207826, - "sqm_ocr": 99.1, - "price": 2300.0, - "price_per_sqm": 23.208879919273464, - "url": "https://www.rightmove.co.uk/properties/160207826", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Your London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89638/160207826/89638_BGSS1-t-174_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01927, - 51.4748 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -114721,86 +93801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.32, - "qmprice": 40.37, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160209956", - "info": { - "identifier": 160209956, - "sqm_ocr": 74.32, - "price": 3000.0, - "price_per_sqm": 40.3659849300323, - "url": "https://www.rightmove.co.uk/properties/160209956", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80551/160209956/80551_KIL160118_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.289063, - 51.468597 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.7, - "qmprice": 34.88, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/160212014", - "info": { - "identifier": 160212014, - "sqm_ocr": 68.7, - "price": 2396.0, - "price_per_sqm": 34.87627365356623, - "url": "https://www.rightmove.co.uk/properties/160212014", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/249k/248528/160212014/248528_33789942_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29573, - 51.4876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -114984,7 +93984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Win Property", @@ -115041,86 +94041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.7, - "qmprice": 44.1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160214336", - "info": { - "identifier": 160214336, - "sqm_ocr": 73.7, - "price": 3250.0, - "price_per_sqm": 44.097693351424695, - "url": "https://www.rightmove.co.uk/properties/160214336", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55362/160214336/55362_33782480_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.173837, - 51.51615 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/160214345", - "info": { - "identifier": 160214345, - "sqm_ocr": null, - "price": 2396.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160214345", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191255/160214345/191255_33790130_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.064297, - 51.507214 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -115321,46 +94241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/160218329", - "info": { - "identifier": 160218329, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160218329", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96392/160218329/96392_LRL080880_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16624, - 51.52837 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -115881,46 +94761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.62, - "qmprice": 60.96, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160224287", - "info": { - "identifier": 160224287, - "sqm_ocr": 65.62, - "price": 4000.0, - "price_per_sqm": 60.957025297165494, - "url": "https://www.rightmove.co.uk/properties/160224287", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253853/160224287/253853_1321392_IMG_01_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.086079, - 51.48915 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -115961,46 +94801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.78, - "qmprice": 51.92, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160224761", - "info": { - "identifier": 160224761, - "sqm_ocr": 57.78, - "price": 3000.0, - "price_per_sqm": 51.92107995846313, - "url": "https://www.rightmove.co.uk/properties/160224761", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44510/160224761/44510_NHL180170_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.188128, - 51.511845 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -116184,7 +94984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Dexters", @@ -116241,86 +95041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.4, - "qmprice": 42.91, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/160226897", - "info": { - "identifier": 160226897, - "sqm_ocr": 87.4, - "price": 3750.0, - "price_per_sqm": 42.90617848970251, - "url": "https://www.rightmove.co.uk/properties/160226897", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22281/160226897/22281_BAT200038_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.16853, - 51.46106 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.3, - "qmprice": 32.94, - "rooms": 2, - "total_price": 2513.0, - "url": "https://www.rightmove.co.uk/properties/160227083", - "info": { - "identifier": 160227083, - "sqm_ocr": 76.3, - "price": 2513.0, - "price_per_sqm": 32.935779816513765, - "url": "https://www.rightmove.co.uk/properties/160227083", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49922/160227083/49922_CEH250063_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.026055, - 51.49909 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -116361,46 +95081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 33.33, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160227686", - "info": { - "identifier": 160227686, - "sqm_ocr": 63.0, - "price": 2100.0, - "price_per_sqm": 33.333333333333336, - "url": "https://www.rightmove.co.uk/properties/160227686", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "eXp UK", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238265/160227686/238265_L18164_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.302243, - 51.509388 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -116921,46 +95601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.34, - "qmprice": 40.91, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160245980", - "info": { - "identifier": 160245980, - "sqm_ocr": 73.34, - "price": 3000.0, - "price_per_sqm": 40.905372238887374, - "url": "https://www.rightmove.co.uk/properties/160245980", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 58, - "status": null, - "last_seen": 9, - "agency": "Tates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32769/160245980/32769_33791520_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210844, - 51.492905 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -117161,46 +95801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.0, - "qmprice": 25.58, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160248677", - "info": { - "identifier": 160248677, - "sqm_ocr": 86.0, - "price": 2200.0, - "price_per_sqm": 25.58139534883721, - "url": "https://www.rightmove.co.uk/properties/160248677", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Daniels", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49744/160248677/49744_33791683_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.242132, - 51.56112 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -117281,46 +95881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.27, - "qmprice": 44.93, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/160249259", - "info": { - "identifier": 160249259, - "sqm_ocr": 60.27, - "price": 2708.0, - "price_per_sqm": 44.93114318898291, - "url": "https://www.rightmove.co.uk/properties/160249259", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78265/160249259/78265_CEL200073_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18965, - 51.493587 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -117841,46 +96401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/160258694", - "info": { - "identifier": 160258694, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160258694", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Knights Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82394/160258694/82394_DWR0013C5_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.051445, - 51.61057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -117961,86 +96481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.9, - "qmprice": 24.79, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160261334", - "info": { - "identifier": 160261334, - "sqm_ocr": 108.9, - "price": 2700.0, - "price_per_sqm": 24.793388429752063, - "url": "https://www.rightmove.co.uk/properties/160261334", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33947/160261334/33947_06190121_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.361, - 51.469 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160263749", - "info": { - "identifier": 160263749, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160263749", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160263749/96668_143012504072022_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118244, - 51.332733 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -118361,46 +96801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.0, - "qmprice": 40.0, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160267547", - "info": { - "identifier": 160267547, - "sqm_ocr": 100.0, - "price": 4000.0, - "price_per_sqm": 40.0, - "url": "https://www.rightmove.co.uk/properties/160267547", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Hello Neighbour", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221711/160267547/221711_3374_EAF_178871_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139059, - 51.490562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -118761,46 +97161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/160271984", - "info": { - "identifier": 160271984, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160271984", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160271984/222842_TCH232094_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108502, - 51.56934 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -119001,86 +97361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160275848", - "info": { - "identifier": 160275848, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160275848", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 57, - "status": null, - "last_seen": 9, - "agency": "Filey Properties", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/272k/271691/160275848/271691_2521958_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.086983, - 51.592197 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.5, - "qmprice": 31.88, - "rooms": 4, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/160276301", - "info": { - "identifier": 160276301, - "sqm_ocr": 103.5, - "price": 3300.0, - "price_per_sqm": 31.884057971014492, - "url": "https://www.rightmove.co.uk/properties/160276301", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63509/160276301/63509_P2159D2121_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17845, - 51.42915 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -119361,86 +97641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.1, - "qmprice": 29.97, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160281461", - "info": { - "identifier": 160281461, - "sqm_ocr": 90.1, - "price": 2700.0, - "price_per_sqm": 29.966703662597116, - "url": "https://www.rightmove.co.uk/properties/160281461", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Royal Arsenal Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13540/160281461/13540_102719000592_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07094, - 51.49156 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160282721", - "info": { - "identifier": 160282721, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160282721", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Langford Russell", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/110k/109579/160282721/109579_P276415_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.11642, - 51.40037 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -119481,46 +97681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160284005", - "info": { - "identifier": 160284005, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160284005", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40512/160284005/40512_33794095_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.096252, - 51.503803 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -119681,126 +97841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.17, - "qmprice": 46.14, - "rooms": 2, - "total_price": 3699.0, - "url": "https://www.rightmove.co.uk/properties/160286240", - "info": { - "identifier": 160286240, - "sqm_ocr": 80.17, - "price": 3699.0, - "price_per_sqm": 46.13945366097044, - "url": "https://www.rightmove.co.uk/properties/160286240", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44645/160286240/44645_HEA235658_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184781, - 51.47558 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160286303", - "info": { - "identifier": 160286303, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160286303", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/160286303/87187_70841_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.066539, - 51.49456 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/160286477", - "info": { - "identifier": 160286477, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160286477", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52448/160286477/52448_33794256_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.195801, - 51.45697 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -119881,46 +97921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.9, - "qmprice": 27.55, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160287491", - "info": { - "identifier": 160287491, - "sqm_ocr": 108.9, - "price": 3000.0, - "price_per_sqm": 27.548209366391184, - "url": "https://www.rightmove.co.uk/properties/160287491", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 57, - "status": null, - "last_seen": 9, - "agency": "Relocators", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277085/160287491/277085_12643098_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.157167, - 51.583843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -120001,86 +98001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160288910", - "info": { - "identifier": 160288910, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160288910", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160288910/96668_239406721022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095578, - 51.59679 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/160288922", - "info": { - "identifier": 160288922, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160288922", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160288922/96668_243567331032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.171227, - 51.559685 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -120161,46 +98081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160289795", - "info": { - "identifier": 160289795, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160289795", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160289795/96668_243336528032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.147606, - 51.605892 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -120321,46 +98201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2399.0, - "url": "https://www.rightmove.co.uk/properties/160297193", - "info": { - "identifier": 160297193, - "sqm_ocr": null, - "price": 2399.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160297193", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65785/160297193/65785_33794628_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.134714, - 51.447636 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -120864,7 +98704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 4, + "updated_days": 5, "status": null, "last_seen": 0, "agency": "Prime Land Property", @@ -121121,46 +98961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3146.0, - "url": "https://www.rightmove.co.uk/properties/160307132", - "info": { - "identifier": 160307132, - "sqm_ocr": null, - "price": 3146.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160307132", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Prime Land Property", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39507/160307132/39507_630881_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.112599, - 51.532326 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -121401,46 +99201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/160321442", - "info": { - "identifier": 160321442, - "sqm_ocr": null, - "price": 2396.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160321442", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/168k/167687/160321442/167687_2710688_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11947, - 51.58325 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -121481,46 +99241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160322159", - "info": { - "identifier": 160322159, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160322159", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160322159/96668_244194305042025_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "06/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209115, - 51.487617 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -121601,46 +99321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160323833", - "info": { - "identifier": 160323833, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160323833", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160323833/96668_244317706042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.093361, - 51.371845 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -121824,7 +99504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "JC Living", @@ -121841,46 +99521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.8, - "qmprice": 26.6, - "rooms": 3, - "total_price": 2947.0, - "url": "https://www.rightmove.co.uk/properties/160329221", - "info": { - "identifier": 160329221, - "sqm_ocr": 110.8, - "price": 2947.0, - "price_per_sqm": 26.597472924187727, - "url": "https://www.rightmove.co.uk/properties/160329221", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/114k/113191/160329221/113191_33795688_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.029005, - 51.52106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -122201,86 +99841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160333625", - "info": { - "identifier": 160333625, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160333625", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Sherwoods International Properties Limited", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253421/160333625/253421_103405000799_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189484, - 51.485554 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160334489", - "info": { - "identifier": 160334489, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160334489", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160334489/96668_240411402032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115437, - 51.4521 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -122681,46 +100241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.61, - "qmprice": 33.91, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/160340642", - "info": { - "identifier": 160340642, - "sqm_ocr": 73.61, - "price": 2496.0, - "price_per_sqm": 33.90843635375629, - "url": "https://www.rightmove.co.uk/properties/160340642", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140183/160340642/140183_CSG250161_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.202118, - 51.548912 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -122801,46 +100321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160343228", - "info": { - "identifier": 160343228, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160343228", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156527/160343228/156527_P276444_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09303, - 51.47698 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -122921,46 +100401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.1, - "qmprice": 37.97, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160344002", - "info": { - "identifier": 160344002, - "sqm_ocr": 71.1, - "price": 2700.0, - "price_per_sqm": 37.9746835443038, - "url": "https://www.rightmove.co.uk/properties/160344002", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/160344002/99425_102708035972_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16647, - 51.52357 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -123121,126 +100561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/160345313", - "info": { - "identifier": 160345313, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160345313", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43310/160345313/43310_CWL250150_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.017595, - 51.50975 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.16, - "qmprice": 43.18, - "rooms": 3, - "total_price": 3202.0, - "url": "https://www.rightmove.co.uk/properties/160345403", - "info": { - "identifier": 160345403, - "sqm_ocr": 74.16, - "price": 3202.0, - "price_per_sqm": 43.17691477885653, - "url": "https://www.rightmove.co.uk/properties/160345403", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Utile Dulci", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136451/160345403/136451_FLOR22_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06629, - 51.52681 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.16, - "qmprice": 43.18, - "rooms": 3, - "total_price": 3202.0, - "url": "https://www.rightmove.co.uk/properties/160345481", - "info": { - "identifier": 160345481, - "sqm_ocr": 74.16, - "price": 3202.0, - "price_per_sqm": 43.17691477885653, - "url": "https://www.rightmove.co.uk/properties/160345481", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Utile Dulci", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/137k/136451/160345481/136451_22FLOR_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06629, - 51.52681 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -123321,86 +100641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.19, - "qmprice": 52.09, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160347443", - "info": { - "identifier": 160347443, - "sqm_ocr": 67.19, - "price": 3500.0, - "price_per_sqm": 52.09108498288436, - "url": "https://www.rightmove.co.uk/properties/160347443", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6073/160347443/6073_33796896_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.096887, - 51.526844 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2295.0, - "url": "https://www.rightmove.co.uk/properties/160347794", - "info": { - "identifier": 160347794, - "sqm_ocr": null, - "price": 2295.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160347794", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77583/160347794/77583_FTE210090_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.328508, - 51.432613 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -123921,46 +101161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2175.0, - "url": "https://www.rightmove.co.uk/properties/160357541", - "info": { - "identifier": 160357541, - "sqm_ocr": null, - "price": 2175.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160357541", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Masons Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11773/160357541/11773_MAS1002172_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05147, - 51.61057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -124104,7 +101304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "C James & Co", @@ -124161,46 +101361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.1, - "qmprice": 34.67, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160359662", - "info": { - "identifier": 160359662, - "sqm_ocr": 72.1, - "price": 2500.0, - "price_per_sqm": 34.674063800277395, - "url": "https://www.rightmove.co.uk/properties/160359662", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84875/160359662/84875_33797724_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.13038, - 51.461243 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -124601,46 +101761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.0, - "qmprice": 34.21, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160363208", - "info": { - "identifier": 160363208, - "sqm_ocr": 76.0, - "price": 2600.0, - "price_per_sqm": 34.21052631578947, - "url": "https://www.rightmove.co.uk/properties/160363208", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209807/160363208/209807_CSC231311_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01514, - 51.509 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -124761,46 +101881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/160365269", - "info": { - "identifier": 160365269, - "sqm_ocr": null, - "price": 2550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160365269", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48798/160365269/48798_YLG110063_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.337947, - 51.44652 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -125081,46 +102161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/160367510", - "info": { - "identifier": 160367510, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160367510", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Mortemore Mackay", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29709/160367510/29709_33798318_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102859, - 51.629093 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -125321,86 +102361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160369628", - "info": { - "identifier": 160369628, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160369628", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/160369628/102784_12644830_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02826, - 51.5004 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.9, - "qmprice": 37.56, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160369742", - "info": { - "identifier": 160369742, - "sqm_ocr": 63.9, - "price": 2400.0, - "price_per_sqm": 37.55868544600939, - "url": "https://www.rightmove.co.uk/properties/160369742", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Westways", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44562/160369742/44562_101306004279_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.187398, - 51.51105 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -125561,46 +102521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.3, - "qmprice": 41.97, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160371968", - "info": { - "identifier": 160371968, - "sqm_ocr": 95.3, - "price": 4000.0, - "price_per_sqm": 41.972717733473246, - "url": "https://www.rightmove.co.uk/properties/160371968", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/160371968/16050_1321758_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06366, - 51.52273 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -125761,46 +102681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3045.0, - "url": "https://www.rightmove.co.uk/properties/160372670", - "info": { - "identifier": 160372670, - "sqm_ocr": null, - "price": 3045.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160372670", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160372670/96668_244424707042025_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.174931, - 51.46242 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -125841,46 +102721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2795.0, - "url": "https://www.rightmove.co.uk/properties/160374560", - "info": { - "identifier": 160374560, - "sqm_ocr": null, - "price": 2795.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160374560", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 27, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160374560/96668_241199509032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.072599, - 51.49936 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -126201,86 +103041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/160382705", - "info": { - "identifier": 160382705, - "sqm_ocr": null, - "price": 3445.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160382705", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 11, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49012/160382705/49012_ISL160134_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12099, - 51.53308 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.0, - "qmprice": 39.39, - "rooms": 2, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/160383578", - "info": { - "identifier": 160383578, - "sqm_ocr": 77.0, - "price": 3033.0, - "price_per_sqm": 39.38961038961039, - "url": "https://www.rightmove.co.uk/properties/160383578", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Garrett Whitelock", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105305/160383578/105305_101341001020_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09647, - 51.5015 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -126361,46 +103121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.0, - "qmprice": 21.81, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/160384004", - "info": { - "identifier": 160384004, - "sqm_ocr": 94.0, - "price": 2050.0, - "price_per_sqm": 21.80851063829787, - "url": "https://www.rightmove.co.uk/properties/160384004", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Frost Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73898/160384004/73898_11625186_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.121044, - 51.340034 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -126561,46 +103281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.2, - "qmprice": 33.72, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160386821", - "info": { - "identifier": 160386821, - "sqm_ocr": 68.2, - "price": 2300.0, - "price_per_sqm": 33.72434017595308, - "url": "https://www.rightmove.co.uk/properties/160386821", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118051/160386821/118051_33678861_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.047111, - 51.474632 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -126801,46 +103481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160391684", - "info": { - "identifier": 160391684, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160391684", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 54, - "status": null, - "last_seen": 9, - "agency": "Galaxy Real Estate", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/220k/219908/160391684/219908_3970_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.355231, - 51.5199 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -126881,46 +103521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160392212", - "info": { - "identifier": 160392212, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160392212", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "I Am The Agent", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90269/160392212/90269_19058_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.002985, - 51.48817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -127001,46 +103601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.0, - "qmprice": 37.23, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160394267", - "info": { - "identifier": 160394267, - "sqm_ocr": 94.0, - "price": 3500.0, - "price_per_sqm": 37.234042553191486, - "url": "https://www.rightmove.co.uk/properties/160394267", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/160394267/99425_102708042358_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17847, - 51.53365 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -127121,46 +103681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160395347", - "info": { - "identifier": 160395347, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160395347", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "MoveZone Property", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287483/160395347/287483_33799265_IMG_18_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.122914, - 51.37446 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -127521,46 +104041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.6, - "qmprice": 32.8, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160396460", - "info": { - "identifier": 160396460, - "sqm_ocr": 68.6, - "price": 2250.0, - "price_per_sqm": 32.798833819241985, - "url": "https://www.rightmove.co.uk/properties/160396460", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Groves Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74977/160396460/74977_3805_GROV_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27553, - 51.406807 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -127761,46 +104241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.0, - "qmprice": 28.89, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160399919", - "info": { - "identifier": 160399919, - "sqm_ocr": 90.0, - "price": 2600.0, - "price_per_sqm": 28.88888888888889, - "url": "https://www.rightmove.co.uk/properties/160399919", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66771/160399919/66771_1320197_IMG_00_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.131477, - 51.475773 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -127841,46 +104281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/160400222", - "info": { - "identifier": 160400222, - "sqm_ocr": null, - "price": 3358.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160400222", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hanover", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74440/160400222/74440_HNV250414_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.174449, - 51.54218 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -128041,46 +104441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2639.0, - "url": "https://www.rightmove.co.uk/properties/160401446", - "info": { - "identifier": 160401446, - "sqm_ocr": null, - "price": 2639.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160401446", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/160401446/259979_EVER-OTI4Zjg4OTQtZTZmMy00NDM3LWFmNzQtNGYxYTAxNmFiN2IyLTI=_IMG_40_0000_max_656x437.png", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -128104,7 +104464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "CHARMILL RESIDENTIAL", @@ -128161,46 +104521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.4, - "qmprice": 34.44, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160404620", - "info": { - "identifier": 160404620, - "sqm_ocr": 78.4, - "price": 2700.0, - "price_per_sqm": 34.43877551020408, - "url": "https://www.rightmove.co.uk/properties/160404620", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 54, - "status": null, - "last_seen": 9, - "agency": "The Letting Experts", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7354/160404620/7354_RX569909_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.231501, - 51.50304 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -128304,7 +104624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 27, + "updated_days": 28, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -128521,46 +104841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160407440", - "info": { - "identifier": 160407440, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160407440", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Austin Homes London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105559/160407440/105559_70653c49-1e0b-454e-9329-a1dbabd46080_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094129, - 51.51996 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -128641,206 +104921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.0, - "qmprice": 39.0, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160411304", - "info": { - "identifier": 160411304, - "sqm_ocr": 100.0, - "price": 3900.0, - "price_per_sqm": 39.0, - "url": "https://www.rightmove.co.uk/properties/160411304", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Latymers Estate Agents", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74302/160411304/74302_LATYM_000144_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.218637, - 51.49375 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.0, - "qmprice": 25.94, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160411550", - "info": { - "identifier": 160411550, - "sqm_ocr": 106.0, - "price": 2750.0, - "price_per_sqm": 25.943396226415093, - "url": "https://www.rightmove.co.uk/properties/160411550", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Conran Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17516/160411550/17516_CHA250100_L_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.045325, - 51.471622 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.82, - "qmprice": 40.78, - "rooms": 2, - "total_price": 2847.0, - "url": "https://www.rightmove.co.uk/properties/160412033", - "info": { - "identifier": 160412033, - "sqm_ocr": 69.82, - "price": 2847.0, - "price_per_sqm": 40.7762818676597, - "url": "https://www.rightmove.co.uk/properties/160412033", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140183/160412033/140183_MBL190021_L_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.181528, - 51.54518 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.6, - "qmprice": 72.76, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160412294", - "info": { - "identifier": 160412294, - "sqm_ocr": 53.6, - "price": 3900.0, - "price_per_sqm": 72.76119402985074, - "url": "https://www.rightmove.co.uk/properties/160412294", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Andrew Nunn & Associates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87794/160412294/87794_33796496_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.263713, - 51.50358 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.4, - "qmprice": 25.11, - "rooms": 4, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/160413227", - "info": { - "identifier": 160413227, - "sqm_ocr": 99.4, - "price": 2496.0, - "price_per_sqm": 25.110663983903418, - "url": "https://www.rightmove.co.uk/properties/160413227", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3355/160413227/3355_33801187_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.089198, - 51.58544 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -128881,166 +104961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3482.0, - "url": "https://www.rightmove.co.uk/properties/160414460", - "info": { - "identifier": 160414460, - "sqm_ocr": null, - "price": 3482.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160414460", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Native Communities", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272588/160414460/272588_2b1mrf_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.07097, - 51.51502 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160414577", - "info": { - "identifier": 160414577, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160414577", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 52, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51171/160414577/51171_000225581_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02869, - 51.52305 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.2, - "qmprice": 31.79, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160415027", - "info": { - "identifier": 160415027, - "sqm_ocr": 69.2, - "price": 2200.0, - "price_per_sqm": 31.791907514450866, - "url": "https://www.rightmove.co.uk/properties/160415027", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84797/160415027/84797_33801319_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.362252, - 51.41353 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.3, - "qmprice": 34.25, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160415399", - "info": { - "identifier": 160415399, - "sqm_ocr": 80.3, - "price": 2750.0, - "price_per_sqm": 34.24657534246575, - "url": "https://www.rightmove.co.uk/properties/160415399", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3716/160415399/3716_BAL240152_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.171528, - 51.47076 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -129104,7 +105024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 53, + "updated_days": 54, "status": null, "last_seen": 0, "agency": "Capital Heights Estate Agents", @@ -129121,86 +105041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160416881", - "info": { - "identifier": 160416881, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160416881", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160416881/222842_TCT230010_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.010096, - 51.500694 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160417043", - "info": { - "identifier": 160417043, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160417043", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160417043/222842_TCH231548_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.021934, - 51.500877 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -129464,7 +105304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 46, + "updated_days": 47, "status": null, "last_seen": 0, "agency": "Goldschmidt & Howland", @@ -129481,126 +105321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160421087", - "info": { - "identifier": 160421087, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160421087", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Freder", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/270k/269027/160421087/269027_RL0463_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.038206, - 51.491035 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.78, - "qmprice": 50.46, - "rooms": 2, - "total_price": 3874.0, - "url": "https://www.rightmove.co.uk/properties/160421705", - "info": { - "identifier": 160421705, - "sqm_ocr": 76.78, - "price": 3874.0, - "price_per_sqm": 50.45584787705131, - "url": "https://www.rightmove.co.uk/properties/160421705", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160421705/96668_244523808042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.199087, - 51.49172 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/160422062", - "info": { - "identifier": 160422062, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160422062", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160422062/222842_TCH231044_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.121294, - 51.553703 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -129641,46 +105361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.14, - "qmprice": 46.25, - "rooms": 2, - "total_price": 2643.0, - "url": "https://www.rightmove.co.uk/properties/160422857", - "info": { - "identifier": 160422857, - "sqm_ocr": 57.14, - "price": 2643.0, - "price_per_sqm": 46.25481274063703, - "url": "https://www.rightmove.co.uk/properties/160422857", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/149k/148892/160422857/148892_PHL210070_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.198566, - 51.530487 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -129841,46 +105521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/160424687", - "info": { - "identifier": 160424687, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160424687", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Oakwood Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67323/160424687/67323_28926072_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.47503, - 51.50814 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -130041,126 +105681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160427306", - "info": { - "identifier": 160427306, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160427306", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 53, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/160427306/78933_33802102_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094789, - 51.52871 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 30.74, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/160427519", - "info": { - "identifier": 160427519, - "sqm_ocr": 74.0, - "price": 2275.0, - "price_per_sqm": 30.743243243243242, - "url": "https://www.rightmove.co.uk/properties/160427519", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Una Living", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87553/160427519/87553_101435001895_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28255, - 51.53018 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.8, - "qmprice": 28.16, - "rooms": 3, - "total_price": 2951.0, - "url": "https://www.rightmove.co.uk/properties/160427711", - "info": { - "identifier": 160427711, - "sqm_ocr": 104.8, - "price": 2951.0, - "price_per_sqm": 28.158396946564885, - "url": "https://www.rightmove.co.uk/properties/160427711", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Douglas and Gordon", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264326/160427711/264326_Y79015_2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14079, - 51.425056 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -130441,46 +105961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160429136", - "info": { - "identifier": 160429136, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160429136", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Malixons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38340/160429136/38340_d73bacaa-ce89-4563-aad2-d35750cb35aa_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16977, - 51.427326 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -130761,86 +106241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/160437773", - "info": { - "identifier": 160437773, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160437773", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stones Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/107k/106225/160437773/106225_BEP250063_L_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.153152, - 51.54433 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.6, - "qmprice": 53.72, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160438178", - "info": { - "identifier": 160438178, - "sqm_ocr": 72.6, - "price": 3900.0, - "price_per_sqm": 53.719008264462815, - "url": "https://www.rightmove.co.uk/properties/160438178", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/160438178/143171_33802611_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.130355, - 51.48196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -130881,46 +106281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2380.0, - "url": "https://www.rightmove.co.uk/properties/160439372", - "info": { - "identifier": 160439372, - "sqm_ocr": null, - "price": 2380.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160439372", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "The Property Company", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76256/160439372/76256_HEA250008_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08841, - 51.540447 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -131001,46 +106361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2249.0, - "url": "https://www.rightmove.co.uk/properties/160443344", - "info": { - "identifier": 160443344, - "sqm_ocr": null, - "price": 2249.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160443344", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Parkes Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/206k/205670/160443344/205670_PEA250084_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.229569, - 51.58725 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -131361,46 +106681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.7, - "qmprice": 39.77, - "rooms": 2, - "total_price": 3050.0, - "url": "https://www.rightmove.co.uk/properties/160449800", - "info": { - "identifier": 160449800, - "sqm_ocr": 76.7, - "price": 3050.0, - "price_per_sqm": 39.765319426336376, - "url": "https://www.rightmove.co.uk/properties/160449800", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/160449800/249341_BPR1425_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14794, - 51.47666 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -131481,86 +106761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160450286", - "info": { - "identifier": 160450286, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160450286", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Davis & Gibbs Ltd", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213929/160450286/213929_20127264_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12387, - 51.467415 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 29.89, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160451135", - "info": { - "identifier": 160451135, - "sqm_ocr": 87.0, - "price": 2600.0, - "price_per_sqm": 29.885057471264368, - "url": "https://www.rightmove.co.uk/properties/160451135", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Bishop", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74392/160451135/74392_359_KBIS_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036626, - 51.548874 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -131721,46 +106921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.0, - "qmprice": 44.39, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/160453421", - "info": { - "identifier": 160453421, - "sqm_ocr": 61.0, - "price": 2708.0, - "price_per_sqm": 44.39344262295082, - "url": "https://www.rightmove.co.uk/properties/160453421", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "LDG", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50021/160453421/50021_LDG220158_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.141532, - 51.52257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -131841,46 +107001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.2, - "qmprice": 50.59, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/160454057", - "info": { - "identifier": 160454057, - "sqm_ocr": 68.2, - "price": 3450.0, - "price_per_sqm": 50.58651026392962, - "url": "https://www.rightmove.co.uk/properties/160454057", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/150k/149153/160454057/149153_1318664_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.191687, - 51.362225 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -132001,46 +107121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.4, - "qmprice": 17.04, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160456397", - "info": { - "identifier": 160456397, - "sqm_ocr": 117.4, - "price": 2000.0, - "price_per_sqm": 17.035775127768314, - "url": "https://www.rightmove.co.uk/properties/160456397", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OC Homes", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71060/160456397/71060_33803799_IMG_19_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.085937, - 51.65124 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -132321,46 +107401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160460192", - "info": { - "identifier": 160460192, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160460192", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Birchills", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115933/160460192/115933_46655730-9651-44d7-a8cb-f6513e462aa2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.231792, - 51.59975 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -132681,46 +107721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.1, - "qmprice": 47.23, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160467119", - "info": { - "identifier": 160467119, - "sqm_ocr": 74.1, - "price": 3500.0, - "price_per_sqm": 47.23346828609987, - "url": "https://www.rightmove.co.uk/properties/160467119", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Relo Redac Strattons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98240/160467119/98240_2586254_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.131692, - 51.4923 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -133241,86 +108241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160474358", - "info": { - "identifier": 160474358, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160474358", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Pedder", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17108/160474358/17108_33804616_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070382, - 51.41626 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160474628", - "info": { - "identifier": 160474628, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160474628", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Simon Clarke", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32535/160474628/32535_33804842_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.149725, - 51.61082 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -133681,46 +108601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.7, - "qmprice": 43.51, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160479299", - "info": { - "identifier": 160479299, - "sqm_ocr": 74.7, - "price": 3250.0, - "price_per_sqm": 43.50736278447122, - "url": "https://www.rightmove.co.uk/properties/160479299", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62293/160479299/62293_33805110_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.166368, - 51.52406 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -133761,46 +108641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.3, - "qmprice": 36.15, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/160479341", - "info": { - "identifier": 160479341, - "sqm_ocr": 73.3, - "price": 2650.0, - "price_per_sqm": 36.15279672578445, - "url": "https://www.rightmove.co.uk/properties/160479341", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66768/160479341/66768_1321995_IMG_02_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.074472, - 51.475758 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -133921,46 +108761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2903.0, - "url": "https://www.rightmove.co.uk/properties/160479533", - "info": { - "identifier": 160479533, - "sqm_ocr": null, - "price": 2903.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160479533", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Newington estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/121k/120463/160479533/120463_33805122_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183159, - 51.531506 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -134281,126 +109081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.2, - "qmprice": 56.53, - "rooms": 2, - "total_price": 2951.0, - "url": "https://www.rightmove.co.uk/properties/160481735", - "info": { - "identifier": 160481735, - "sqm_ocr": 52.2, - "price": 2951.0, - "price_per_sqm": 56.53256704980843, - "url": "https://www.rightmove.co.uk/properties/160481735", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22353/160481735/22353_NHL150040_L_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.186927, - 51.517567 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/160481795", - "info": { - "identifier": 160481795, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160481795", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Aston Square", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274703/160481795/274703_GRW001100_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.21331, - 51.58634 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.0, - "qmprice": 39.78, - "rooms": 3, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160483370", - "info": { - "identifier": 160483370, - "sqm_ocr": 93.0, - "price": 3700.0, - "price_per_sqm": 39.784946236559136, - "url": "https://www.rightmove.co.uk/properties/160483370", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77511/160483370/77511_SXX140890_L_IMG_23_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.083379, - 51.5274 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -134801,46 +109481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3796.0, - "url": "https://www.rightmove.co.uk/properties/160489610", - "info": { - "identifier": 160489610, - "sqm_ocr": null, - "price": 3796.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160489610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157817/160489610/157817_2706229_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02226, - 51.50171 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -134921,46 +109561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.86, - "qmprice": 37.38, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160491185", - "info": { - "identifier": 160491185, - "sqm_ocr": 58.86, - "price": 2200.0, - "price_per_sqm": 37.37682636765206, - "url": "https://www.rightmove.co.uk/properties/160491185", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51286/160491185/51286_CLL250100_L_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.269576, - 51.492764 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -135001,46 +109601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160492223", - "info": { - "identifier": 160492223, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160492223", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Let UK Home", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272819/160492223/272819_33805725_IMG_17_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222489, - 51.51159 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -135081,46 +109641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160494203", - "info": { - "identifier": 160494203, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160494203", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Stones Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/107k/106225/160494203/106225_BEP250007_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.247338, - 51.583427 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -135161,126 +109681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.6, - "qmprice": 55.95, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160495100", - "info": { - "identifier": 160495100, - "sqm_ocr": 53.6, - "price": 2999.0, - "price_per_sqm": 55.951492537313435, - "url": "https://www.rightmove.co.uk/properties/160495100", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84794/160495100/84794_33806012_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.210735, - 51.47592 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.4, - "qmprice": 35.01, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160495472", - "info": { - "identifier": 160495472, - "sqm_ocr": 71.4, - "price": 2500.0, - "price_per_sqm": 35.01400560224089, - "url": "https://www.rightmove.co.uk/properties/160495472", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": 991.0, - "service_charge": 2662.37, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Romans & Partners", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264404/160495472/264404_RX570526_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.248632, - 51.512436 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.9, - "qmprice": 54.63, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160495844", - "info": { - "identifier": 160495844, - "sqm_ocr": 54.9, - "price": 2999.0, - "price_per_sqm": 54.626593806921676, - "url": "https://www.rightmove.co.uk/properties/160495844", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 52, - "status": null, - "last_seen": 9, - "agency": "Fletchers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50719/160495844/50719_33806078_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.205036, - 51.509617 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -135321,46 +109721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.8, - "qmprice": 30.41, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160497848", - "info": { - "identifier": 160497848, - "sqm_ocr": 88.8, - "price": 2700.0, - "price_per_sqm": 30.405405405405407, - "url": "https://www.rightmove.co.uk/properties/160497848", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78410/160497848/78410_33806211_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.153381, - 51.463814 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -135521,46 +109881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.2, - "qmprice": 29.38, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/160500293", - "info": { - "identifier": 160500293, - "sqm_ocr": 90.2, - "price": 2650.0, - "price_per_sqm": 29.379157427937916, - "url": "https://www.rightmove.co.uk/properties/160500293", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230516/160500293/230516_KEL250033_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.103672, - 51.479748 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -135961,86 +110281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.97, - "qmprice": 50.03, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160503107", - "info": { - "identifier": 160503107, - "sqm_ocr": 49.97, - "price": 2500.0, - "price_per_sqm": 50.03001801080649, - "url": "https://www.rightmove.co.uk/properties/160503107", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15945/160503107/15945_1322256_IMG_02_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.205273, - 51.515312 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/160503113", - "info": { - "identifier": 160503113, - "sqm_ocr": null, - "price": 2550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160503113", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Greenstone Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/89k/88567/160503113/88567_33806569_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.190506, - 51.54572 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -136201,46 +110441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.5, - "qmprice": 34.88, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160505189", - "info": { - "identifier": 160505189, - "sqm_ocr": 64.5, - "price": 2250.0, - "price_per_sqm": 34.883720930232556, - "url": "https://www.rightmove.co.uk/properties/160505189", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Camerons Stiff & Co", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34175/160505189/34175_33806701_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.229221, - 51.54577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -136441,46 +110641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 123.18, - "qmprice": 32.47, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160510757", - "info": { - "identifier": 160510757, - "sqm_ocr": 123.18, - "price": 4000.0, - "price_per_sqm": 32.4728040266277, - "url": "https://www.rightmove.co.uk/properties/160510757", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Charles Henry Peppiatt Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78489/160510757/78489_10306_AGRN_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.218546, - 51.55408 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -136521,46 +110681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2375.0, - "url": "https://www.rightmove.co.uk/properties/160512554", - "info": { - "identifier": 160512554, - "sqm_ocr": null, - "price": 2375.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160512554", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22275/160512554/22275_CSZ240287_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.225439, - 51.50568 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -136681,86 +110801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.7, - "qmprice": 39.35, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160513340", - "info": { - "identifier": 160513340, - "sqm_ocr": 73.7, - "price": 2900.0, - "price_per_sqm": 39.348710990502035, - "url": "https://www.rightmove.co.uk/properties/160513340", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96392/160513340/96392_SVL250151_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183846, - 51.531563 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160514327", - "info": { - "identifier": 160514327, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160514327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Relo Redac Strattons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99758/160514327/99758_2585822_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.29986, - 51.51056 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -136801,46 +110841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160515479", - "info": { - "identifier": 160515479, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160515479", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 43, - "status": null, - "last_seen": 9, - "agency": "James Alexander", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287633/160515479/287633_33807308_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.127156, - 51.41247 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -137064,7 +111064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Dexters", @@ -137121,46 +111121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.79, - "qmprice": 34.16, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160517921", - "info": { - "identifier": 160517921, - "sqm_ocr": 87.79, - "price": 2999.0, - "price_per_sqm": 34.16106618065839, - "url": "https://www.rightmove.co.uk/properties/160517921", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22029/160517921/22029_HPL190025_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.208077, - 51.49848 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -137761,46 +111721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 130.3, - "qmprice": 26.86, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160523930", - "info": { - "identifier": 160523930, - "sqm_ocr": 130.3, - "price": 3500.0, - "price_per_sqm": 26.861089792785876, - "url": "https://www.rightmove.co.uk/properties/160523930", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Jackson-Stops", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52887/160523930/52887_33807870_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.20729, - 51.445232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -138121,46 +112041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160526672", - "info": { - "identifier": 160526672, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160526672", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66768/160526672/66768_1322285_IMG_06_0011_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.069108, - 51.469097 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -138241,46 +112121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.25, - "qmprice": 36.31, - "rooms": 2, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/160528487", - "info": { - "identifier": 160528487, - "sqm_ocr": 92.25, - "price": 3350.0, - "price_per_sqm": 36.31436314363144, - "url": "https://www.rightmove.co.uk/properties/160528487", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100855/160528487/100855_NDL210069_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.141132, - 51.456882 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -138321,46 +112161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.9, - "qmprice": 42.9, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160528793", - "info": { - "identifier": 160528793, - "sqm_ocr": 69.9, - "price": 2999.0, - "price_per_sqm": 42.90414878397711, - "url": "https://www.rightmove.co.uk/properties/160528793", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 51, - "status": null, - "last_seen": 9, - "agency": "Jackson-Stops", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77695/160528793/77695_33808229_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.138437, - 51.48754 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -138401,46 +112201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/160529267", - "info": { - "identifier": 160529267, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160529267", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 51, - "status": null, - "last_seen": 9, - "agency": "Hub Of Homes", - "council_tax_band": "A", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/282k/281309/160529267/281309_26069_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.028633, - 51.53618 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -138641,46 +112401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.8, - "qmprice": 37.25, - "rooms": 2, - "total_price": 2488.0, - "url": "https://www.rightmove.co.uk/properties/160531130", - "info": { - "identifier": 160531130, - "sqm_ocr": 66.8, - "price": 2488.0, - "price_per_sqm": 37.24550898203593, - "url": "https://www.rightmove.co.uk/properties/160531130", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15966/160531130/15966_1321461_IMG_02_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.182653, - 51.462284 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -138961,46 +112681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.0, - "qmprice": 55.6, - "rooms": 2, - "total_price": 2947.0, - "url": "https://www.rightmove.co.uk/properties/160531541", - "info": { - "identifier": 160531541, - "sqm_ocr": 53.0, - "price": 2947.0, - "price_per_sqm": 55.60377358490566, - "url": "https://www.rightmove.co.uk/properties/160531541", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71140/160531541/71140_33808410_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.125694, - 51.525753 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -139041,46 +112721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/160532177", - "info": { - "identifier": 160532177, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160532177", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160532177/96668_244778010042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.031697, - 51.49067 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -139121,46 +112761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.42, - "qmprice": 40.85, - "rooms": 3, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160532660", - "info": { - "identifier": 160532660, - "sqm_ocr": 73.42, - "price": 2999.0, - "price_per_sqm": 40.847180604739854, - "url": "https://www.rightmove.co.uk/properties/160532660", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Chard", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/142k/141944/160532660/141944_33808449_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.220729, - 51.481346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -139281,46 +112881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.9, - "qmprice": 30.17, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160533182", - "info": { - "identifier": 160533182, - "sqm_ocr": 77.9, - "price": 2350.0, - "price_per_sqm": 30.16688061617458, - "url": "https://www.rightmove.co.uk/properties/160533182", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/150k/149153/160533182/149153_1322368_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.195522, - 51.361973 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -139441,46 +113001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.2, - "qmprice": 25.78, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160533884", - "info": { - "identifier": 160533884, - "sqm_ocr": 89.2, - "price": 2300.0, - "price_per_sqm": 25.7847533632287, - "url": "https://www.rightmove.co.uk/properties/160533884", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Sandra Davidson Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13342/160533884/13342_33808517_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.04941, - 51.58153 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -139561,46 +113081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.6, - "qmprice": 28.89, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160534097", - "info": { - "identifier": 160534097, - "sqm_ocr": 79.6, - "price": 2300.0, - "price_per_sqm": 28.894472361809047, - "url": "https://www.rightmove.co.uk/properties/160534097", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Folio London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97670/160534097/97670_SHE210127_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.006589, - 51.535168 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -140001,46 +113481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160545131", - "info": { - "identifier": 160545131, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160545131", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/160545131/26207_IUL130006_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.106919, - 51.526802 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -140121,46 +113561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.9, - "qmprice": 29.77, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160550417", - "info": { - "identifier": 160550417, - "sqm_ocr": 73.9, - "price": 2200.0, - "price_per_sqm": 29.769959404600808, - "url": "https://www.rightmove.co.uk/properties/160550417", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238841/160550417/238841_P298836_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.05982, - 51.49418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -140361,46 +113761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2549.0, - "url": "https://www.rightmove.co.uk/properties/160557656", - "info": { - "identifier": 160557656, - "sqm_ocr": null, - "price": 2549.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160557656", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160557656/96668_239581722022025_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.065768, - 51.494064 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -140504,7 +113864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 30, + "updated_days": 31, "status": null, "last_seen": 0, "agency": "Dexters", @@ -140521,46 +113881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.59, - "qmprice": 28.25, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160560551", - "info": { - "identifier": 160560551, - "sqm_ocr": 95.59, - "price": 2700.0, - "price_per_sqm": 28.245632388325138, - "url": "https://www.rightmove.co.uk/properties/160560551", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72234/160560551/72234_RWL160086_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.012972, - 51.511505 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -140881,46 +114201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2899.0, - "url": "https://www.rightmove.co.uk/properties/160568600", - "info": { - "identifier": 160568600, - "sqm_ocr": null, - "price": 2899.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160568600", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50969/160568600/50969_P2365E3911_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01744, - 51.49974 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141001,46 +114281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.68, - "qmprice": 23.58, - "rooms": 4, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160571060", - "info": { - "identifier": 160571060, - "sqm_ocr": 99.68, - "price": 2350.0, - "price_per_sqm": 23.575441412520064, - "url": "https://www.rightmove.co.uk/properties/160571060", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "eXp UK", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238277/160571060/238277_L106625_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.093477, - 51.364258 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141081,166 +114321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.72, - "qmprice": 36.44, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/160571588", - "info": { - "identifier": 160571588, - "sqm_ocr": 72.72, - "price": 2650.0, - "price_per_sqm": 36.44114411441144, - "url": "https://www.rightmove.co.uk/properties/160571588", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Tates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32769/160571588/32769_33809814_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.215528, - 51.492744 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.5, - "qmprice": 24.28, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160571939", - "info": { - "identifier": 160571939, - "sqm_ocr": 86.5, - "price": 2100.0, - "price_per_sqm": 24.277456647398843, - "url": "https://www.rightmove.co.uk/properties/160571939", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Jennings & Barrett", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44856/160571939/44856_33809796_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.080981, - 51.49675 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.81, - "qmprice": 39.23, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/160571990", - "info": { - "identifier": 160571990, - "sqm_ocr": 71.81, - "price": 2817.0, - "price_per_sqm": 39.228519704776495, - "url": "https://www.rightmove.co.uk/properties/160571990", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "LCP Private Office", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/93k/92953/160571990/92953_68PWM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15146, - 51.47671 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.2, - "qmprice": 31.65, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160573922", - "info": { - "identifier": 160573922, - "sqm_ocr": 63.2, - "price": 2000.0, - "price_per_sqm": 31.645569620253163, - "url": "https://www.rightmove.co.uk/properties/160573922", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12814/160573922/12814_EAM230091_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3163, - 51.5248 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141281,46 +114361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.34, - "qmprice": 47.23, - "rooms": 4, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160574543", - "info": { - "identifier": 160574543, - "sqm_ocr": 78.34, - "price": 3700.0, - "price_per_sqm": 47.230022976767934, - "url": "https://www.rightmove.co.uk/properties/160574543", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51286/160574543/51286_CLL250116_L_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.227973, - 51.508724 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141361,46 +114401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160575791", - "info": { - "identifier": 160575791, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160575791", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/160575791/222287_n1kerBS5_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06268, - 51.56697 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141561,46 +114561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2795.0, - "url": "https://www.rightmove.co.uk/properties/160578203", - "info": { - "identifier": 160578203, - "sqm_ocr": null, - "price": 2795.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160578203", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160578203/96668_212265215062024_IMG_24_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.101873, - 51.57514 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141761,46 +114721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.2, - "qmprice": 33.25, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160580729", - "info": { - "identifier": 160580729, - "sqm_ocr": 78.2, - "price": 2600.0, - "price_per_sqm": 33.248081841432224, - "url": "https://www.rightmove.co.uk/properties/160580729", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15981/160580729/15981_1322081_IMG_02_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.15912, - 51.447178 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141881,46 +114801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.5, - "qmprice": 29.3, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160582205", - "info": { - "identifier": 160582205, - "sqm_ocr": 78.5, - "price": 2300.0, - "price_per_sqm": 29.29936305732484, - "url": "https://www.rightmove.co.uk/properties/160582205", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50074/160582205/50074_P298879_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21431, - 51.52413 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -141944,7 +114824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Balgores", @@ -142121,46 +115001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/160584242", - "info": { - "identifier": 160584242, - "sqm_ocr": null, - "price": 3150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160584242", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Frestons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259079/160584242/259079_RL5945_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.148055, - 51.53738 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -142201,46 +115041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.4, - "qmprice": 33.94, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/160585355", - "info": { - "identifier": 160585355, - "sqm_ocr": 60.4, - "price": 2050.0, - "price_per_sqm": 33.94039735099338, - "url": "https://www.rightmove.co.uk/properties/160585355", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137360/160585355/137360_1322471_IMG_01_0010_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.034433, - 51.414993 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -142561,46 +115361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160590560", - "info": { - "identifier": 160590560, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160590560", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Joseph Scott", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17295/160590560/17295_12635234_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.263109, - 51.602776 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -142801,86 +115561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.4, - "qmprice": 40.92, - "rooms": 2, - "total_price": 2799.0, - "url": "https://www.rightmove.co.uk/properties/160594127", - "info": { - "identifier": 160594127, - "sqm_ocr": 68.4, - "price": 2799.0, - "price_per_sqm": 40.921052631578945, - "url": "https://www.rightmove.co.uk/properties/160594127", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/249k/248528/160594127/248528_33811296_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.293828, - 51.488476 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 29.17, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160594727", - "info": { - "identifier": 160594727, - "sqm_ocr": 72.0, - "price": 2100.0, - "price_per_sqm": 29.166666666666668, - "url": "https://www.rightmove.co.uk/properties/160594727", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martyn Gerrard", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13096/160594727/13096_EAF090181_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167347, - 51.59104 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -142921,46 +115601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.2, - "qmprice": 44.17, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160597925", - "info": { - "identifier": 160597925, - "sqm_ocr": 53.2, - "price": 2350.0, - "price_per_sqm": 44.17293233082707, - "url": "https://www.rightmove.co.uk/properties/160597925", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111056/160597925/111056_1322533_IMG_01_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.062761, - 51.506996 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -143001,46 +115641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3745.0, - "url": "https://www.rightmove.co.uk/properties/160599719", - "info": { - "identifier": 160599719, - "sqm_ocr": null, - "price": 3745.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160599719", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79624/160599719/79624_0615_FJL061501047_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.106173, - 51.540092 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -143624,7 +116224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 44, + "updated_days": 45, "status": null, "last_seen": 0, "agency": "Nobledom", @@ -143681,46 +116281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.3, - "qmprice": 30.21, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160622591", - "info": { - "identifier": 160622591, - "sqm_ocr": 99.3, - "price": 3000.0, - "price_per_sqm": 30.211480362537767, - "url": "https://www.rightmove.co.uk/properties/160622591", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84878/160622591/84878_33812441_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212462, - 51.41909 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -143841,46 +116401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160626257", - "info": { - "identifier": 160626257, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160626257", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160626257/96668_214585006072024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.242533, - 51.50934 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -145161,46 +117681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160648436", - "info": { - "identifier": 160648436, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160648436", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Alex Marks", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90731/160648436/90731_ALEXM_002437_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.218166, - 51.553894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -145481,46 +117961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.0, - "qmprice": 25.0, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160651205", - "info": { - "identifier": 160651205, - "sqm_ocr": 84.0, - "price": 2100.0, - "price_per_sqm": 25.0, - "url": "https://www.rightmove.co.uk/properties/160651205", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Carter & Willow", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/60k/59646/160651205/59646_CW060137_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.11403, - 51.53872 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -145561,126 +118001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160651430", - "info": { - "identifier": 160651430, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160651430", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "James Edward", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/165k/164045/160651430/164045_31343347_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.218546, - 51.55408 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.1, - "qmprice": 34.17, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160652750", - "info": { - "identifier": 160652750, - "sqm_ocr": 76.1, - "price": 2600.0, - "price_per_sqm": 34.16557161629435, - "url": "https://www.rightmove.co.uk/properties/160652750", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 48, - "status": null, - "last_seen": 9, - "agency": "The Online Letting Agents Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82831/160652750/82831_6766_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.027578, - 51.501385 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160653119", - "info": { - "identifier": 160653119, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160653119", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44645/160653119/44645_PTL160070_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.212434, - 51.478497 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -145921,46 +118241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.0, - "qmprice": 44.23, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160656026", - "info": { - "identifier": 160656026, - "sqm_ocr": 52.0, - "price": 2300.0, - "price_per_sqm": 44.23076923076923, - "url": "https://www.rightmove.co.uk/properties/160656026", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Wards - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7955/160656026/7955_P80429_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06943, - 51.47099 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -146001,46 +118281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160656662", - "info": { - "identifier": 160656662, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160656662", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Canary Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85774/160656662/85774_000020438_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03794, - 51.50095 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -146081,46 +118321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160656962", - "info": { - "identifier": 160656962, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160656962", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Newton Huxley", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/220k/219128/160656962/219128_9a2816eb-c691-40ff-a996-a028eb1463f6_IMG_03_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.196969, - 51.433533 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -146361,86 +118561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.3, - "qmprice": 26.96, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160660319", - "info": { - "identifier": 160660319, - "sqm_ocr": 85.3, - "price": 2300.0, - "price_per_sqm": 26.963657678780773, - "url": "https://www.rightmove.co.uk/properties/160660319", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Gibson Lane", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22316/160660319/22316_32855611_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.305213, - 51.431545 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160660592", - "info": { - "identifier": 160660592, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160660592", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83134/160660592/83134_000899122_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06188, - 51.57805 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -146681,46 +118801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.2, - "qmprice": 41.49, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160664360", - "info": { - "identifier": 160664360, - "sqm_ocr": 48.2, - "price": 2000.0, - "price_per_sqm": 41.49377593360995, - "url": "https://www.rightmove.co.uk/properties/160664360", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160664360/96668_245091514042025_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209024, - 51.54321 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -146841,46 +118921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160666403", - "info": { - "identifier": 160666403, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160666403", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Sharpes Estates Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/6k/5353/160666403/5353_CQX-39770378_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.121238, - 51.4739 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -146921,46 +118961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.82, - "qmprice": 29.73, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160667168", - "info": { - "identifier": 160667168, - "sqm_ocr": 90.82, - "price": 2700.0, - "price_per_sqm": 29.729134551860827, - "url": "https://www.rightmove.co.uk/properties/160667168", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25214/160667168/25214_33814846_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.077642, - 51.499466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147001,46 +119001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.2, - "qmprice": 33.69, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160667252", - "info": { - "identifier": 160667252, - "sqm_ocr": 74.2, - "price": 2500.0, - "price_per_sqm": 33.692722371967655, - "url": "https://www.rightmove.co.uk/properties/160667252", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/160667252/87187_71053_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.025778, - 51.499786 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147121,46 +119081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160668443", - "info": { - "identifier": 160668443, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160668443", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/160668443/87187_71055_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.025216, - 51.500828 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147201,46 +119121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.4, - "qmprice": 37.46, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160669313", - "info": { - "identifier": 160669313, - "sqm_ocr": 69.4, - "price": 2600.0, - "price_per_sqm": 37.46397694524495, - "url": "https://www.rightmove.co.uk/properties/160669313", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Oakhill", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140510/160669313/140510_WES230117_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222992, - 51.565083 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147424,7 +119304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Freehold", - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Dexters", @@ -147561,46 +119441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.84, - "qmprice": 33.3, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/160672379", - "info": { - "identifier": 160672379, - "sqm_ocr": 74.84, - "price": 2492.0, - "price_per_sqm": 33.297701763762696, - "url": "https://www.rightmove.co.uk/properties/160672379", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15945/160672379/15945_1322737_IMG_10_0006_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.211117, - 51.508125 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147641,46 +119481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160672856", - "info": { - "identifier": 160672856, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160672856", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160672856/222842_TCH231096_L_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.150957, - 51.554226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147801,46 +119601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 124.9, - "qmprice": 31.63, - "rooms": 3, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/160673168", - "info": { - "identifier": 160673168, - "sqm_ocr": 124.9, - "price": 3950.0, - "price_per_sqm": 31.625300240192153, - "url": "https://www.rightmove.co.uk/properties/160673168", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43814/160673168/43814_P298787_IMG_22_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07142, - 51.501 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -147904,7 +119664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 31, + "updated_days": 32, "status": null, "last_seen": 0, "agency": "Tony Alan Estates", @@ -148264,7 +120024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 26, + "updated_days": 27, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -148281,126 +120041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3679.0, - "url": "https://www.rightmove.co.uk/properties/160678415", - "info": { - "identifier": 160678415, - "sqm_ocr": null, - "price": 3679.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160678415", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160678415/96668_245116714042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.067339, - 51.50498 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160679522", - "info": { - "identifier": 160679522, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160679522", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160679522/222842_TCH231691_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.152472, - 51.553276 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 43.0, - "qmprice": 46.51, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160679612", - "info": { - "identifier": 160679612, - "sqm_ocr": 43.0, - "price": 2000.0, - "price_per_sqm": 46.51162790697674, - "url": "https://www.rightmove.co.uk/properties/160679612", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Snellers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84848/160679612/84848_33815685_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.328047, - 51.449394 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -148721,46 +120361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160681637", - "info": { - "identifier": 160681637, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160681637", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Oaktree West London", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237683/160681637/237683_OWL240021_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.289609, - 51.517513 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -148801,46 +120401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.4, - "qmprice": 56.82, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160681925", - "info": { - "identifier": 160681925, - "sqm_ocr": 48.4, - "price": 2750.0, - "price_per_sqm": 56.81818181818182, - "url": "https://www.rightmove.co.uk/properties/160681925", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41340/160681925/41340_06720823_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197927, - 51.51672 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -149441,46 +121001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160686764", - "info": { - "identifier": 160686764, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160686764", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160686764/96668_245164314042025_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.088401, - 51.482655 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -149841,46 +121361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.5, - "qmprice": 56.64, - "rooms": 2, - "total_price": 2747.0, - "url": "https://www.rightmove.co.uk/properties/160699904", - "info": { - "identifier": 160699904, - "sqm_ocr": 48.5, - "price": 2747.0, - "price_per_sqm": 56.63917525773196, - "url": "https://www.rightmove.co.uk/properties/160699904", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OB Private", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283739/160699904/283739_NHG241245_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197776, - 51.51648 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -149921,46 +121401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/160700171", - "info": { - "identifier": 160700171, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160700171", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/160700171/222287_2jwtmrDV_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16255, - 51.43106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -150201,46 +121641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/160701872", - "info": { - "identifier": 160701872, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160701872", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/160701872/32793_35004_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21889, - 51.51385 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -150481,46 +121881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160705097", - "info": { - "identifier": 160705097, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160705097", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78395/160705097/78395_33789357_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.038753, - 51.518227 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -151361,46 +122721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.3, - "qmprice": 27.52, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160711136", - "info": { - "identifier": 160711136, - "sqm_ocr": 76.3, - "price": 2100.0, - "price_per_sqm": 27.522935779816514, - "url": "https://www.rightmove.co.uk/properties/160711136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Galaxy Real Estate", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/220k/219908/160711136/219908_4047_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375069, - 51.5057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -151761,46 +123081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160718096", - "info": { - "identifier": 160718096, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160718096", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Connells Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95882/160718096/95882_P5191F4520_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.33063, - 51.59148 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -151841,46 +123121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/160719596", - "info": { - "identifier": 160719596, - "sqm_ocr": null, - "price": 2496.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160719596", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40512/160719596/40512_33818044_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.084745, - 51.497547 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -151921,46 +123161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.6, - "qmprice": 33.48, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/160719953", - "info": { - "identifier": 160719953, - "sqm_ocr": 68.6, - "price": 2297.0, - "price_per_sqm": 33.483965014577265, - "url": "https://www.rightmove.co.uk/properties/160719953", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Keating Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6280/160719953/6280_33818069_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.124861, - 51.460457 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -152201,46 +123401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160721000", - "info": { - "identifier": 160721000, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160721000", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Fuller Gilbert & Co", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3883/160721000/3883_32978485_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.177719, - 51.464237 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -152264,7 +123424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 46, + "updated_days": 47, "status": null, "last_seen": 0, "agency": "Relo Redac Strattons", @@ -152441,46 +123601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 50.2, - "qmprice": 47.81, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160725551", - "info": { - "identifier": 160725551, - "sqm_ocr": 50.2, - "price": 2400.0, - "price_per_sqm": 47.808764940239044, - "url": "https://www.rightmove.co.uk/properties/160725551", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39872/160725551/39872_100783015048_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18087, - 51.48054 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -152561,86 +123681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.1, - "qmprice": 29.38, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160728275", - "info": { - "identifier": 160728275, - "sqm_ocr": 85.1, - "price": 2500.0, - "price_per_sqm": 29.377203290246772, - "url": "https://www.rightmove.co.uk/properties/160728275", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247493/160728275/247493_P466203_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12866, - 51.46848 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.54, - "qmprice": 59.59, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160728362", - "info": { - "identifier": 160728362, - "sqm_ocr": 54.54, - "price": 3250.0, - "price_per_sqm": 59.58929226255959, - "url": "https://www.rightmove.co.uk/properties/160728362", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Winchester White", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247910/160728362/247910_67fe26a09e701_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18701, - 51.50137 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -152761,46 +123801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.01, - "qmprice": 52.36, - "rooms": 2, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/160729958", - "info": { - "identifier": 160729958, - "sqm_ocr": 60.01, - "price": 3142.0, - "price_per_sqm": 52.35794034327612, - "url": "https://www.rightmove.co.uk/properties/160729958", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51319/160729958/51319_MCL160001_L_IMG_03_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.152566, - 51.513485 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -153081,46 +124081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.5, - "qmprice": 60.31, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/160731476", - "info": { - "identifier": 160731476, - "sqm_ocr": 48.5, - "price": 2925.0, - "price_per_sqm": 60.30927835051546, - "url": "https://www.rightmove.co.uk/properties/160731476", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76585/160731476/76585_1322951_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.138501, - 51.522163 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -153281,46 +124241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/160732301", - "info": { - "identifier": 160732301, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160732301", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48994/160732301/48994_CNL250105_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.108574, - 51.50182 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -153361,46 +124281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160732601", - "info": { - "identifier": 160732601, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160732601", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160732601/96668_218495409082024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.160756, - 51.58226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -153881,46 +124761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.3, - "qmprice": 38.27, - "rooms": 4, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/160738271", - "info": { - "identifier": 160738271, - "sqm_ocr": 82.3, - "price": 3150.0, - "price_per_sqm": 38.274605103280685, - "url": "https://www.rightmove.co.uk/properties/160738271", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Lawsons & Daughters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42473/160738271/42473_12319848_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.236925, - 51.50737 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -153961,86 +124801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.9, - "qmprice": 52.99, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160739564", - "info": { - "identifier": 160739564, - "sqm_ocr": 51.9, - "price": 2750.0, - "price_per_sqm": 52.98651252408478, - "url": "https://www.rightmove.co.uk/properties/160739564", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/160739564/222287_shvHQ1NQ_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06268, - 51.56697 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160739885", - "info": { - "identifier": 160739885, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160739885", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/160739885/222842_TCH230443_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222294, - 51.522297 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -154081,46 +124841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/160741598", - "info": { - "identifier": 160741598, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160741598", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160741598/96668_245270115042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.231444, - 51.48676 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -154521,46 +125241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2349.0, - "url": "https://www.rightmove.co.uk/properties/160751105", - "info": { - "identifier": 160751105, - "sqm_ocr": null, - "price": 2349.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160751105", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Share of Freehold", - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/114k/113191/160751105/113191_33819846_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.026766, - 51.51916 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -154681,46 +125361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.2, - "qmprice": 39.27, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/160751819", - "info": { - "identifier": 160751819, - "sqm_ocr": 52.2, - "price": 2050.0, - "price_per_sqm": 39.27203065134099, - "url": "https://www.rightmove.co.uk/properties/160751819", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/160751819/15948_1321117_IMG_03_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.225794, - 51.488613 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -154881,46 +125521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 144.69, - "qmprice": 27.64, - "rooms": 2, - "total_price": 3999.0, - "url": "https://www.rightmove.co.uk/properties/160753631", - "info": { - "identifier": 160753631, - "sqm_ocr": 144.69, - "price": 3999.0, - "price_per_sqm": 27.638399336512546, - "url": "https://www.rightmove.co.uk/properties/160753631", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "RiverHomes", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11121/160753631/11121_33723265_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020881, - 51.507053 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -154961,46 +125561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160753736", - "info": { - "identifier": 160753736, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160753736", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7189/160753736/7189_33820017_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.042821, - 51.44763 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -155081,46 +125641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160754303", - "info": { - "identifier": 160754303, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160754303", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Leonard Leese", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35405/160754303/35405_33820060_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.086712, - 51.497334 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -155401,126 +125921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3553.0, - "url": "https://www.rightmove.co.uk/properties/160758929", - "info": { - "identifier": 160758929, - "sqm_ocr": null, - "price": 3553.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160758929", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/160758929/213815_642481_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.007491, - 51.501286 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160759133", - "info": { - "identifier": 160759133, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160759133", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Andre Joseph Estates Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74973/160759133/74973_701128_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.126559, - 51.42493 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2895.0, - "url": "https://www.rightmove.co.uk/properties/160759154", - "info": { - "identifier": 160759154, - "sqm_ocr": null, - "price": 2895.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160759154", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57558/160759154/57558_57558_p0192943_AMEL0014_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008613, - 51.545925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -155561,86 +125961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.77, - "qmprice": 72.26, - "rooms": 2, - "total_price": 3813.0, - "url": "https://www.rightmove.co.uk/properties/160760174", - "info": { - "identifier": 160760174, - "sqm_ocr": 52.77, - "price": 3813.0, - "price_per_sqm": 72.25696418419557, - "url": "https://www.rightmove.co.uk/properties/160760174", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/160760174/70038_5030_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.213261, - 51.482773 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.77, - "qmprice": 49.27, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160760192", - "info": { - "identifier": 160760192, - "sqm_ocr": 52.77, - "price": 2600.0, - "price_per_sqm": 49.27041879855979, - "url": "https://www.rightmove.co.uk/properties/160760192", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/160760192/70038_5031_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.213261, - 51.482773 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -155761,46 +126081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.0, - "qmprice": 35.58, - "rooms": 3, - "total_price": 2384.0, - "url": "https://www.rightmove.co.uk/properties/160761896", - "info": { - "identifier": 160761896, - "sqm_ocr": 67.0, - "price": 2384.0, - "price_per_sqm": 35.582089552238806, - "url": "https://www.rightmove.co.uk/properties/160761896", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111056/160761896/111056_1322901_IMG_01_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.051877, - 51.510284 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -155921,46 +126201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/160762190", - "info": { - "identifier": 160762190, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160762190", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "View Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43275/160762190/43275_4171697_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137798, - 51.523018 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -156041,46 +126281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/160762946", - "info": { - "identifier": 160762946, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160762946", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160762946/96668_237919707022025_IMG_16_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.084552, - 51.578106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -156321,86 +126521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160765346", - "info": { - "identifier": 160765346, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160765346", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257180/160765346/257180_RPT120263_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095629, - 51.402008 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.4, - "qmprice": 40.06, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160765937", - "info": { - "identifier": 160765937, - "sqm_ocr": 62.4, - "price": 2500.0, - "price_per_sqm": 40.06410256410256, - "url": "https://www.rightmove.co.uk/properties/160765937", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Douglas and Gordon", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264326/160765937/264326_Y80365_1_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.170676, - 51.478886 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -156761,86 +126881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/160768505", - "info": { - "identifier": 160768505, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160768505", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "JBrown", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/240k/239306/160768505/239306_6632_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14951, - 51.48692 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.2, - "qmprice": 66.42, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/160769819", - "info": { - "identifier": 160769819, - "sqm_ocr": 52.2, - "price": 3467.0, - "price_per_sqm": 66.4176245210728, - "url": "https://www.rightmove.co.uk/properties/160769819", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/160769819/15948_1323116_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.225794, - 51.488613 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -157081,126 +127121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/160772162", - "info": { - "identifier": 160772162, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160772162", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124141/160772162/124141_33821190_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.279449, - 51.482292 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.9, - "qmprice": 31.55, - "rooms": 2, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/160772171", - "info": { - "identifier": 160772171, - "sqm_ocr": 75.9, - "price": 2395.0, - "price_per_sqm": 31.554677206851117, - "url": "https://www.rightmove.co.uk/properties/160772171", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124141/160772171/124141_33821191_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.258366, - 51.469208 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.5, - "qmprice": 26.99, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160772636", - "info": { - "identifier": 160772636, - "sqm_ocr": 81.5, - "price": 2200.0, - "price_per_sqm": 26.993865030674847, - "url": "https://www.rightmove.co.uk/properties/160772636", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Reeds Rains", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46503/160772636/46503_PLA140117_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02052, - 51.520226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -157321,166 +127241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 122.88, - "qmprice": 32.55, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160774088", - "info": { - "identifier": 160774088, - "sqm_ocr": 122.88, - "price": 4000.0, - "price_per_sqm": 32.552083333333336, - "url": "https://www.rightmove.co.uk/properties/160774088", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 46, - "status": null, - "last_seen": 9, - "agency": "Atlas Property Letting & Services Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124174/160774088/124174_929_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.29364, - 51.50741 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160774181", - "info": { - "identifier": 160774181, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160774181", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93929/160774181/93929_100533000710_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.17471, - 51.5743 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/160774415", - "info": { - "identifier": 160774415, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160774415", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Felicity J Lord", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79624/160774415/79624_0615_FJL061501048_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186176, - 51.518055 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.56, - "qmprice": 30.51, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160774436", - "info": { - "identifier": 160774436, - "sqm_ocr": 65.56, - "price": 2000.0, - "price_per_sqm": 30.50640634533252, - "url": "https://www.rightmove.co.uk/properties/160774436", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Homelink Lettings & Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13040/160774436/13040_33821351_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.109782, - 51.616447 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -157961,46 +127721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.6, - "qmprice": 32.13, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160777433", - "info": { - "identifier": 160777433, - "sqm_ocr": 85.6, - "price": 2750.0, - "price_per_sqm": 32.126168224299064, - "url": "https://www.rightmove.co.uk/properties/160777433", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Orlando Reid", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/87k/86327/160777433/86327_33821562_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.101177, - 51.469032 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -158081,46 +127801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.0, - "qmprice": 37.87, - "rooms": 3, - "total_price": 2575.0, - "url": "https://www.rightmove.co.uk/properties/160779104", - "info": { - "identifier": 160779104, - "sqm_ocr": 68.0, - "price": 2575.0, - "price_per_sqm": 37.86764705882353, - "url": "https://www.rightmove.co.uk/properties/160779104", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Northview Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287924/160779104/287924_328_IMG_00_0006_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11366, - 51.57012 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -158304,7 +127984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 21, + "updated_days": 22, "status": null, "last_seen": 0, "agency": "Dexters", @@ -158561,86 +128241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.0, - "qmprice": 30.52, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/160783586", - "info": { - "identifier": 160783586, - "sqm_ocr": 77.0, - "price": 2350.0, - "price_per_sqm": 30.51948051948052, - "url": "https://www.rightmove.co.uk/properties/160783586", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12698/160783586/12698_WHL250009_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28289, - 51.46712 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 29.55, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160783967", - "info": { - "identifier": 160783967, - "sqm_ocr": 88.0, - "price": 2600.0, - "price_per_sqm": 29.545454545454547, - "url": "https://www.rightmove.co.uk/properties/160783967", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Humphrey & CO Property Services", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79533/160783967/79533_33821997_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.028351, - 51.578518 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -159161,46 +128761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/160788416", - "info": { - "identifier": 160788416, - "sqm_ocr": null, - "price": 2097.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160788416", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/147k/146498/160788416/146498_33822257_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.088065, - 51.48761 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -159384,7 +128944,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 14, + "updated_days": 15, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -159561,86 +129121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.9, - "qmprice": 32.73, - "rooms": 3, - "total_price": 2648.0, - "url": "https://www.rightmove.co.uk/properties/160791308", - "info": { - "identifier": 160791308, - "sqm_ocr": 80.9, - "price": 2648.0, - "price_per_sqm": 32.731767614338686, - "url": "https://www.rightmove.co.uk/properties/160791308", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202016/160791308/202016_33822406_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.327933, - 51.50739 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/160791320", - "info": { - "identifier": 160791320, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160791320", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/160791320/78933_33822409_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096787, - 51.492928 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -159721,46 +129201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/160793312", - "info": { - "identifier": 160793312, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160793312", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6870/160793312/6870_ADD250108_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.053, - 51.38888 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -159801,46 +129241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3135.0, - "url": "https://www.rightmove.co.uk/properties/160795538", - "info": { - "identifier": 160795538, - "sqm_ocr": null, - "price": 3135.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160795538", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160795538/96668_245431516042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.042424, - 51.51165 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -159881,46 +129281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160801748", - "info": { - "identifier": 160801748, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160801748", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Nathan K Real Estate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270254/160801748/270254_33822789_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115843, - 51.53209 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -160361,46 +129721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/160806044", - "info": { - "identifier": 160806044, - "sqm_ocr": null, - "price": 3792.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160806044", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 45, - "status": null, - "last_seen": 9, - "agency": "Property Inside London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270212/160806044/270212_Flat4_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11562, - 51.52267 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -160481,46 +129801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 40.28, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160809608", - "info": { - "identifier": 160809608, - "sqm_ocr": 72.0, - "price": 2900.0, - "price_per_sqm": 40.27777777777778, - "url": "https://www.rightmove.co.uk/properties/160809608", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "PMP International", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240842/160809608/240842_33823231_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.181181, - 51.53258 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -161361,46 +130641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/160816811", - "info": { - "identifier": 160816811, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160816811", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66539/160816811/66539_33713110_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129011, - 51.493942 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -161481,86 +130721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.4, - "qmprice": 28.82, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160817840", - "info": { - "identifier": 160817840, - "sqm_ocr": 69.4, - "price": 2000.0, - "price_per_sqm": 28.81844380403458, - "url": "https://www.rightmove.co.uk/properties/160817840", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52415/160817840/52415_33802034_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.12656, - 51.42493 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160818782", - "info": { - "identifier": 160818782, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160818782", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Antony Roberts", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36579/160818782/36579_KEW120098_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.289104, - 51.485424 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -161681,46 +130841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 113.7, - "qmprice": 21.99, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160821536", - "info": { - "identifier": 160821536, - "sqm_ocr": 113.7, - "price": 2500.0, - "price_per_sqm": 21.98768689533861, - "url": "https://www.rightmove.co.uk/properties/160821536", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14614/160821536/14614_BLA190101_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.009696, - 51.459347 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -161881,46 +131001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160824440", - "info": { - "identifier": 160824440, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160824440", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": 0.0, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Moreland", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6263/160824440/6263_MRL_MRL_LFSYCL_637_831415125_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19734, - 51.560482 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -162201,46 +131281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 105.44, - "qmprice": 36.99, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/160827029", - "info": { - "identifier": 160827029, - "sqm_ocr": 105.44, - "price": 3900.0, - "price_per_sqm": 36.98786039453718, - "url": "https://www.rightmove.co.uk/properties/160827029", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44537/160827029/44537_KYC250141_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.109044, - 51.494373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -162344,7 +131384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "Noble Residential", @@ -162401,86 +131441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.2, - "qmprice": 32.48, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/160829309", - "info": { - "identifier": 160829309, - "sqm_ocr": 66.2, - "price": 2150.0, - "price_per_sqm": 32.477341389728096, - "url": "https://www.rightmove.co.uk/properties/160829309", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Christopher Edwards", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55185/160829309/55185_28963878_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.353311, - 51.569576 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.69, - "qmprice": 45.81, - "rooms": 2, - "total_price": 2643.0, - "url": "https://www.rightmove.co.uk/properties/160829735", - "info": { - "identifier": 160829735, - "sqm_ocr": 57.69, - "price": 2643.0, - "price_per_sqm": 45.813832553302134, - "url": "https://www.rightmove.co.uk/properties/160829735", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54732/160829735/54732_STL250034_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.166321, - 51.534893 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -162681,46 +131641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.1, - "qmprice": 23.09, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/160830872", - "info": { - "identifier": 160830872, - "sqm_ocr": 108.1, - "price": 2496.0, - "price_per_sqm": 23.08973172987974, - "url": "https://www.rightmove.co.uk/properties/160830872", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84791/160830872/84791_33824677_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.296469, - 51.50696 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -162881,46 +131801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.1, - "qmprice": 49.92, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/160831313", - "info": { - "identifier": 160831313, - "sqm_ocr": 62.1, - "price": 3100.0, - "price_per_sqm": 49.9194847020934, - "url": "https://www.rightmove.co.uk/properties/160831313", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Ealing", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91315/160831313/91315_000020458_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30768, - 51.51364 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -163001,46 +131881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.1, - "qmprice": 40.66, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/160832231", - "info": { - "identifier": 160832231, - "sqm_ocr": 70.1, - "price": 2850.0, - "price_per_sqm": 40.65620542082739, - "url": "https://www.rightmove.co.uk/properties/160832231", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Parkheath", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72719/160832231/72719_33747404_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.168184, - 51.55035 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -163081,46 +131921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160832957", - "info": { - "identifier": 160832957, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160832957", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160832957/96668_244099204042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.232273, - 51.38311 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -163321,46 +132121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160837271", - "info": { - "identifier": 160837271, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160837271", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107902/160837271/107902_SBA970029_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.114698, - 51.505302 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -163521,46 +132281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160839137", - "info": { - "identifier": 160839137, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160839137", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 44, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16226/160839137/16226_NHL250003_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184053, - 51.496918 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -163801,86 +132521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/160840802", - "info": { - "identifier": 160840802, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160840802", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65872/160840802/65872_CWQ012599431_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.026685, - 51.496037 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 44.2, - "qmprice": 49.71, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/160840898", - "info": { - "identifier": 160840898, - "sqm_ocr": 44.2, - "price": 2197.0, - "price_per_sqm": 49.705882352941174, - "url": "https://www.rightmove.co.uk/properties/160840898", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84791/160840898/84791_33824678_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.30781, - 51.505524 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -164001,46 +132641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.52, - "qmprice": 26.13, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160842527", - "info": { - "identifier": 160842527, - "sqm_ocr": 99.52, - "price": 2600.0, - "price_per_sqm": 26.125401929260452, - "url": "https://www.rightmove.co.uk/properties/160842527", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Robert Irving Burns", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75301/160842527/75301_RIB250026_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13406, - 51.49122 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -164161,46 +132761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3852.0, - "url": "https://www.rightmove.co.uk/properties/160844843", - "info": { - "identifier": 160844843, - "sqm_ocr": null, - "price": 3852.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160844843", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Native Communities", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272588/160844843/272588_apt2bed1mrf_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.07097, - 51.51502 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -164304,7 +132864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 16, + "updated_days": 17, "status": null, "last_seen": 0, "agency": "Dexters", @@ -166041,126 +134601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2165.0, - "url": "https://www.rightmove.co.uk/properties/160858235", - "info": { - "identifier": 160858235, - "sqm_ocr": null, - "price": 2165.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160858235", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 44, - "status": null, - "last_seen": 9, - "agency": "Vonder", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79578/160858235/79578_16S_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.31384, - 51.48711 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.99, - "qmprice": 34.25, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160858391", - "info": { - "identifier": 160858391, - "sqm_ocr": 72.99, - "price": 2500.0, - "price_per_sqm": 34.251267296889985, - "url": "https://www.rightmove.co.uk/properties/160858391", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160858391/96668_245516317042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.027401, - 51.49797 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160860119", - "info": { - "identifier": 160860119, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160860119", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77583/160860119/77583_YLT240129_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.348187, - 51.428963 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -166481,46 +134921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/160875632", - "info": { - "identifier": 160875632, - "sqm_ocr": null, - "price": 2197.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160875632", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/160875632/39741_33826704_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.204197, - 51.528164 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -166544,7 +134944,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 32, + "updated_days": 33, "status": null, "last_seen": 0, "agency": "Dexters", @@ -166641,46 +135041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160876517", - "info": { - "identifier": 160876517, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160876517", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/160876517/270209_S1822-0004_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03589, - 51.50341 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -166881,86 +135241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160878893", - "info": { - "identifier": 160878893, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160878893", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84818/160878893/84818_33826863_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.346787, - 51.458 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2095.0, - "url": "https://www.rightmove.co.uk/properties/160878992", - "info": { - "identifier": 160878992, - "sqm_ocr": null, - "price": 2095.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160878992", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 44, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/234k/233087/160878992/233087_S1010-0064_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.072616, - 51.53316 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167001,46 +135281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160882091", - "info": { - "identifier": 160882091, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160882091", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160882091/96668_245373416042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.217003, - 51.502293 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167281,86 +135521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 119.0, - "qmprice": 23.53, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/160890116", - "info": { - "identifier": 160890116, - "sqm_ocr": 119.0, - "price": 2800.0, - "price_per_sqm": 23.529411764705884, - "url": "https://www.rightmove.co.uk/properties/160890116", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160890116/96668_244241305042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.033815, - 51.39445 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160893116", - "info": { - "identifier": 160893116, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160893116", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160893116/96668_245605218042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.014515, - 51.46401 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167401,86 +135561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 31.82, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/160899377", - "info": { - "identifier": 160899377, - "sqm_ocr": 88.0, - "price": 2800.0, - "price_per_sqm": 31.818181818181817, - "url": "https://www.rightmove.co.uk/properties/160899377", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Madison Brook", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49239/160899377/49239_33827317_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.035092, - 51.50217 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.0, - "qmprice": 35.0, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/160900226", - "info": { - "identifier": 160900226, - "sqm_ocr": 70.0, - "price": 2450.0, - "price_per_sqm": 35.0, - "url": "https://www.rightmove.co.uk/properties/160900226", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160900226/96668_245623319042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070477, - 51.498005 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167561,46 +135641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.3, - "qmprice": 41.99, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160902707", - "info": { - "identifier": 160902707, - "sqm_ocr": 64.3, - "price": 2700.0, - "price_per_sqm": 41.990668740279936, - "url": "https://www.rightmove.co.uk/properties/160902707", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65785/160902707/65785_33827559_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.139011, - 51.444084 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167721,46 +135761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.59, - "qmprice": 28.76, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/160907588", - "info": { - "identifier": 160907588, - "sqm_ocr": 102.59, - "price": 2950.0, - "price_per_sqm": 28.755239302076223, - "url": "https://www.rightmove.co.uk/properties/160907588", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 43, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82844/160907588/82844_P3826E1519_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14138, - 51.4247 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167801,46 +135801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/160910102", - "info": { - "identifier": 160910102, - "sqm_ocr": null, - "price": 3950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160910102", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160910102/96668_236850329012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.147685, - 51.496216 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -167881,206 +135841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/160910357", - "info": { - "identifier": 160910357, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160910357", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160910357/96668_243491630032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102408, - 51.60096 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/160918247", - "info": { - "identifier": 160918247, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160918247", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Ernest Brooks International", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264878/160918247/264878_CAN250501_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222505, - 51.51196 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160918397", - "info": { - "identifier": 160918397, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160918397", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Ernest Brooks International", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264878/160918397/264878_CAN250503_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.018767, - 51.500824 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.61, - "qmprice": 39.93, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160918412", - "info": { - "identifier": 160918412, - "sqm_ocr": 62.61, - "price": 2500.0, - "price_per_sqm": 39.929723686312094, - "url": "https://www.rightmove.co.uk/properties/160918412", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "A", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51286/160918412/51286_CLL210072_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.227381, - 51.502068 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/160921184", - "info": { - "identifier": 160921184, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160921184", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160921184/96668_245673419042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105215, - 51.55518 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -168201,126 +135961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160921940", - "info": { - "identifier": 160921940, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160921940", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160921940/96668_242964625032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203489, - 51.49575 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/160922960", - "info": { - "identifier": 160922960, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160922960", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160922960/96668_244264206042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096816, - 51.494305 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160922984", - "info": { - "identifier": 160922984, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160922984", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160922984/96668_221774007092024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165059, - 51.517284 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -168401,46 +136041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160926404", - "info": { - "identifier": 160926404, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160926404", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160926404/96668_245714420042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.090112, - 51.544548 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -168481,46 +136081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160929506", - "info": { - "identifier": 160929506, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160929506", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160929506/96668_104252527022021_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.400861, - 51.468357 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -168641,46 +136201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160932974", - "info": { - "identifier": 160932974, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160932974", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Kings Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/230k/229754/160932974/229754_103592000773_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18058, - 51.45886 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -169081,46 +136601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160937639", - "info": { - "identifier": 160937639, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160937639", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160937639/96668_245410416042025_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.373067, - 51.46582 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -169401,46 +136881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/160938416", - "info": { - "identifier": 160938416, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160938416", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160938416/96668_245791621042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.141065, - 51.46551 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -169481,86 +136921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 33.33, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160941461", - "info": { - "identifier": 160941461, - "sqm_ocr": 66.0, - "price": 2200.0, - "price_per_sqm": 33.333333333333336, - "url": "https://www.rightmove.co.uk/properties/160941461", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Squires Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12569/160941461/12569_33828292_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189944, - 51.604977 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160942244", - "info": { - "identifier": 160942244, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160942244", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Taylor Gibbs", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66943/160942244/66943_7020_TAYG_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130461, - 51.55493 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170121,46 +137481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/160947926", - "info": { - "identifier": 160947926, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160947926", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co, Docklands & City", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47285/160947926/47285_DCL240211_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.054937, - 51.499992 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170321,46 +137641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.22, - "qmprice": 29.99, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/160948790", - "info": { - "identifier": 160948790, - "sqm_ocr": 83.22, - "price": 2496.0, - "price_per_sqm": 29.992790194664746, - "url": "https://www.rightmove.co.uk/properties/160948790", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Robertson Smith & Kempson", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6954/160948790/6954_33828736_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.27119, - 51.50097 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170481,46 +137761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.6, - "qmprice": 40.21, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160950902", - "info": { - "identifier": 160950902, - "sqm_ocr": 74.6, - "price": 3000.0, - "price_per_sqm": 40.21447721179625, - "url": "https://www.rightmove.co.uk/properties/160950902", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15981/160950902/15981_1323453_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.148707, - 51.451347 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170601,86 +137841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/160951394", - "info": { - "identifier": 160951394, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160951394", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/160951394/213815_691275_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.021506, - 51.49738 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/160951424", - "info": { - "identifier": 160951424, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160951424", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/160951424/213815_652174_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.021506, - 51.49738 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170761,46 +137921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.9, - "qmprice": 25.32, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160952066", - "info": { - "identifier": 160952066, - "sqm_ocr": 86.9, - "price": 2200.0, - "price_per_sqm": 25.31645569620253, - "url": "https://www.rightmove.co.uk/properties/160952066", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Keller Williams Oxygen", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/244k/243590/160952066/243590_RX569903_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.325573, - 51.595345 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170881,46 +138001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160952405", - "info": { - "identifier": 160952405, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160952405", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Sutherland Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102775/160952405/102775_3651_ALPH_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.323624, - 51.521656 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -170961,126 +138041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/160952483", - "info": { - "identifier": 160952483, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160952483", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "The Property Company", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76256/160952483/76256_LET140024_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.156345, - 51.589764 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160952486", - "info": { - "identifier": 160952486, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160952486", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Rentd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230333/160952486/230333_ZsCTCbW6VK2w4aqXbT1f_IMG_22_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.14616, - 51.556778 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/160952918", - "info": { - "identifier": 160952918, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160952918", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Eden Harper", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67498/160952918/67498_33828991_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.151375, - 51.469147 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -171161,46 +138121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160953743", - "info": { - "identifier": 160953743, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160953743", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Cottage Fields", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65535/160953743/65535_9c8ee5ed-2de1-4ad0-894b-7b252ca28f6e_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.092798, - 51.663055 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -171241,46 +138161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.7, - "qmprice": 30.3, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/160954193", - "info": { - "identifier": 160954193, - "sqm_ocr": 95.7, - "price": 2900.0, - "price_per_sqm": 30.3030303030303, - "url": "https://www.rightmove.co.uk/properties/160954193", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72234/160954193/72234_RWL180089_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.016291, - 51.508698 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -171344,7 +138224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 39, + "updated_days": 40, "status": null, "last_seen": 0, "agency": "Barnard Marcus Lettings", @@ -171361,126 +138241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.62, - "qmprice": 44.2, - "rooms": 2, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/160954751", - "info": { - "identifier": 160954751, - "sqm_ocr": 68.62, - "price": 3033.0, - "price_per_sqm": 44.19994170795686, - "url": "https://www.rightmove.co.uk/properties/160954751", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 12, - "status": null, - "last_seen": 11, - "agency": "Greater London Properties", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/154k/153329/160954751/153329_GRT_BLM_LFSYCL_253_401327368_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120375, - 51.534813 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.8, - "qmprice": 42.76, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160954754", - "info": { - "identifier": 160954754, - "sqm_ocr": 60.8, - "price": 2600.0, - "price_per_sqm": 42.76315789473684, - "url": "https://www.rightmove.co.uk/properties/160954754", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22293/160954754/22293_BNL240022_L_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.226922, - 51.469696 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.2, - "qmprice": 45.57, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160955003", - "info": { - "identifier": 160955003, - "sqm_ocr": 81.2, - "price": 3700.0, - "price_per_sqm": 45.566502463054185, - "url": "https://www.rightmove.co.uk/properties/160955003", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Let UK Home", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272819/160955003/272819_33829115_IMG_19_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.226799, - 51.51047 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -171881,46 +138641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160957082", - "info": { - "identifier": 160957082, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160957082", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Redwood Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34445/160957082/34445_3754_REDW_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06795, - 51.494606 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -172881,46 +139601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160962932", - "info": { - "identifier": 160962932, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160962932", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 40, - "status": null, - "last_seen": 9, - "agency": "Birchills", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115933/160962932/115933_253ee6dc-f273-4b56-8101-a64783812587_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008662, - 51.633198 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -173281,46 +139961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2095.0, - "url": "https://www.rightmove.co.uk/properties/160966100", - "info": { - "identifier": 160966100, - "sqm_ocr": null, - "price": 2095.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160966100", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Chris Anthony Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/123k/122383/160966100/122383_1395_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.055997, - 51.5207 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -173401,46 +140041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160967864", - "info": { - "identifier": 160967864, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160967864", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266111/160967864/266111_RPT130404_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.141744, - 51.48555 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -173561,46 +140161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/160968332", - "info": { - "identifier": 160968332, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160968332", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160968332/96668_245877222042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.014078, - 51.47651 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -173721,126 +140281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.0, - "qmprice": 29.41, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/160969307", - "info": { - "identifier": 160969307, - "sqm_ocr": 68.0, - "price": 2000.0, - "price_per_sqm": 29.41176470588235, - "url": "https://www.rightmove.co.uk/properties/160969307", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83924/160969307/83924_33830136_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.083709, - 51.47705 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 126.8, - "qmprice": 29.18, - "rooms": 4, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/160969649", - "info": { - "identifier": 160969649, - "sqm_ocr": 126.8, - "price": 3700.0, - "price_per_sqm": 29.179810725552052, - "url": "https://www.rightmove.co.uk/properties/160969649", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15951/160969649/15951_1320598_IMG_01_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.262119, - 51.515087 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.91, - "qmprice": 47.49, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/160969919", - "info": { - "identifier": 160969919, - "sqm_ocr": 57.91, - "price": 2750.0, - "price_per_sqm": 47.48748057330341, - "url": "https://www.rightmove.co.uk/properties/160969919", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15945/160969919/15945_1323503_IMG_01_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.213573, - 51.501682 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -174081,46 +140521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 107.6, - "qmprice": 32.06, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/160971221", - "info": { - "identifier": 160971221, - "sqm_ocr": 107.6, - "price": 3450.0, - "price_per_sqm": 32.06319702602231, - "url": "https://www.rightmove.co.uk/properties/160971221", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94232/160971221/94232_P298557_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30985, - 51.41206 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -174361,46 +140761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/160976087", - "info": { - "identifier": 160976087, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160976087", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160976087/96668_245905322042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.112366, - 51.489014 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -174641,46 +141001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160979585", - "info": { - "identifier": 160979585, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160979585", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22233/160979585/22233_CLA150286_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.146787, - 51.46623 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -174721,86 +141041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.4, - "qmprice": 39.81, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/160981283", - "info": { - "identifier": 160981283, - "sqm_ocr": 85.4, - "price": 3400.0, - "price_per_sqm": 39.812646370023415, - "url": "https://www.rightmove.co.uk/properties/160981283", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69659/160981283/69659_FES130001_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.261122, - 51.469547 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.94, - "qmprice": 34.69, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/160981376", - "info": { - "identifier": 160981376, - "sqm_ocr": 74.94, - "price": 2600.0, - "price_per_sqm": 34.69442220443021, - "url": "https://www.rightmove.co.uk/properties/160981376", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/164k/163859/160981376/163859_2541589_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03047, - 51.50085 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -174921,46 +141161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/160984067", - "info": { - "identifier": 160984067, - "sqm_ocr": null, - "price": 3650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160984067", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/160984067/32793_30736_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21894, - 51.51988 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -175081,46 +141281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.47, - "qmprice": 38.23, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/160986083", - "info": { - "identifier": 160986083, - "sqm_ocr": 57.47, - "price": 2197.0, - "price_per_sqm": 38.228641030102665, - "url": "https://www.rightmove.co.uk/properties/160986083", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Fletchers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84866/160986083/84866_33229746_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.260685, - 51.48727 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -175641,86 +141801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160988531", - "info": { - "identifier": 160988531, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160988531", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Statuum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237224/160988531/237224_747_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.041784, - 51.5485 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.51, - "qmprice": 36.08, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/160988564", - "info": { - "identifier": 160988564, - "sqm_ocr": 66.51, - "price": 2400.0, - "price_per_sqm": 36.08479927830401, - "url": "https://www.rightmove.co.uk/properties/160988564", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82844/160988564/82844_P1586L3117_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14427, - 51.42781 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -175761,46 +141841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/160988960", - "info": { - "identifier": 160988960, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160988960", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 35, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160988960/96668_245851922042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.017119, - 51.4918 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -175961,46 +142001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 113.1, - "qmprice": 35.37, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/160989293", - "info": { - "identifier": 160989293, - "sqm_ocr": 113.1, - "price": 4000.0, - "price_per_sqm": 35.36693191865606, - "url": "https://www.rightmove.co.uk/properties/160989293", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66768/160989293/66768_1323408_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.073967, - 51.46826 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176041,46 +142041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/160989752", - "info": { - "identifier": 160989752, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160989752", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/160989752/78933_33831252_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.303404, - 51.4085 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176121,46 +142081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.7, - "qmprice": 38.5, - "rooms": 3, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/160989845", - "info": { - "identifier": 160989845, - "sqm_ocr": 98.7, - "price": 3800.0, - "price_per_sqm": 38.50050658561297, - "url": "https://www.rightmove.co.uk/properties/160989845", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204995/160989845/204995_WLL240017_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.237444, - 51.554512 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176201,86 +142121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.23, - "qmprice": 43.96, - "rooms": 2, - "total_price": 2340.0, - "url": "https://www.rightmove.co.uk/properties/160990010", - "info": { - "identifier": 160990010, - "sqm_ocr": 53.23, - "price": 2340.0, - "price_per_sqm": 43.960172834867556, - "url": "https://www.rightmove.co.uk/properties/160990010", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/160990010/70038_5079_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "28/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209915, - 51.46951 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.6, - "qmprice": 39.31, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160990133", - "info": { - "identifier": 160990133, - "sqm_ocr": 63.6, - "price": 2500.0, - "price_per_sqm": 39.30817610062893, - "url": "https://www.rightmove.co.uk/properties/160990133", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49922/160990133/49922_CEL240066_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022585, - 51.492855 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176401,46 +142241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/160991651", - "info": { - "identifier": 160991651, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160991651", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Urban Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69212/160991651/69212_0045370_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19112, - 51.5708 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176481,46 +142281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/160992419", - "info": { - "identifier": 160992419, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160992419", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160992419/96668_143570811072022_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.250844, - 51.507545 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176681,46 +142441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/160995074", - "info": { - "identifier": 160995074, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/160995074", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/160995074/96668_245868022042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.037169, - 51.660355 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176801,46 +142521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.0, - "qmprice": 44.9, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/160997930", - "info": { - "identifier": 160997930, - "sqm_ocr": 49.0, - "price": 2200.0, - "price_per_sqm": 44.89795918367347, - "url": "https://www.rightmove.co.uk/properties/160997930", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210110/160997930/210110_P298598_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19967, - 51.52993 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -176961,46 +142641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.7, - "qmprice": 26.37, - "rooms": 3, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/160999100", - "info": { - "identifier": 160999100, - "sqm_ocr": 96.7, - "price": 2550.0, - "price_per_sqm": 26.37021716649431, - "url": "https://www.rightmove.co.uk/properties/160999100", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Snellers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84845/160999100/84845_32539164_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34265, - 51.43193 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -177041,86 +142681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.6, - "qmprice": 27.59, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161000180", - "info": { - "identifier": 161000180, - "sqm_ocr": 90.6, - "price": 2500.0, - "price_per_sqm": 27.593818984547465, - "url": "https://www.rightmove.co.uk/properties/161000180", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Cameron Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17627/161000180/17627_33831709_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.474002, - 51.510952 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161000768", - "info": { - "identifier": 161000768, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161000768", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Roundtree Real Estate", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46965/161000768/46965_57675_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21123, - 51.57318 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -177161,46 +142721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.49, - "qmprice": 47.63, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161001083", - "info": { - "identifier": 161001083, - "sqm_ocr": 52.49, - "price": 2500.0, - "price_per_sqm": 47.62811964183654, - "url": "https://www.rightmove.co.uk/properties/161001083", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46013/161001083/46013_KGL230068_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129036, - 51.57138 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -177281,86 +142801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.9, - "qmprice": 36.28, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161001479", - "info": { - "identifier": 161001479, - "sqm_ocr": 68.9, - "price": 2500.0, - "price_per_sqm": 36.284470246734394, - "url": "https://www.rightmove.co.uk/properties/161001479", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/109k/108938/161001479/108938_1323591_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.049233, - 51.562706 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.8, - "qmprice": 24.78, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161001506", - "info": { - "identifier": 161001506, - "sqm_ocr": 92.8, - "price": 2300.0, - "price_per_sqm": 24.78448275862069, - "url": "https://www.rightmove.co.uk/properties/161001506", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253856/161001506/253856_1322171_IMG_02_0007_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.111556, - 51.392567 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -177441,46 +142881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161002112", - "info": { - "identifier": 161002112, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161002112", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 39, - "status": null, - "last_seen": 9, - "agency": "Birchills", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115933/161002112/115933_410ef669-17ec-4be6-bf91-8f4c20447339_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.062297, - 51.586674 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -177841,46 +143241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.65, - "qmprice": 48.21, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/161004407", - "info": { - "identifier": 161004407, - "sqm_ocr": 47.65, - "price": 2297.0, - "price_per_sqm": 48.20566631689402, - "url": "https://www.rightmove.co.uk/properties/161004407", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Chard", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/142k/141944/161004407/141944_33831991_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.191965, - 51.476418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -178041,46 +143401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161006060", - "info": { - "identifier": 161006060, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161006060", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/161006060/222842_TCH231737_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075334, - 51.51791 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -178361,126 +143681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.4, - "qmprice": 42.27, - "rooms": 2, - "total_price": 2384.0, - "url": "https://www.rightmove.co.uk/properties/161007014", - "info": { - "identifier": 161007014, - "sqm_ocr": 56.4, - "price": 2384.0, - "price_per_sqm": 42.269503546099294, - "url": "https://www.rightmove.co.uk/properties/161007014", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15957/161007014/15957_1322422_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.162431, - 51.55248 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161007146", - "info": { - "identifier": 161007146, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161007146", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Gascoigne-Pees Lettings", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/6k/5145/161007146/5145_000512162_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.26242, - 51.38493 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.7, - "qmprice": 34.87, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161007284", - "info": { - "identifier": 161007284, - "sqm_ocr": 71.7, - "price": 2500.0, - "price_per_sqm": 34.867503486750344, - "url": "https://www.rightmove.co.uk/properties/161007284", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94220/161007284/94220_P299304_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.26166, - 51.52223 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -178641,46 +143841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161009354", - "info": { - "identifier": 161009354, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161009354", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161009354/96668_241438711032025_IMG_17_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098852, - 51.580223 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -178961,46 +144121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.0, - "qmprice": 67.25, - "rooms": 3, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/161011271", - "info": { - "identifier": 161011271, - "sqm_ocr": 52.0, - "price": 3497.0, - "price_per_sqm": 67.25, - "url": "https://www.rightmove.co.uk/properties/161011271", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63025/161011271/63025_FCL200322_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.136482, - 51.524185 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -179081,86 +144201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.4, - "qmprice": 49.05, - "rooms": 2, - "total_price": 3649.0, - "url": "https://www.rightmove.co.uk/properties/161011832", - "info": { - "identifier": 161011832, - "sqm_ocr": 74.4, - "price": 3649.0, - "price_per_sqm": 49.04569892473118, - "url": "https://www.rightmove.co.uk/properties/161011832", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156875/161011832/156875_33832475_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.136392, - 51.51921 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161011889", - "info": { - "identifier": 161011889, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161011889", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Coopers", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83027/161011889/83027_33832480_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.030524, - 51.4998 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -179841,46 +144881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.9, - "qmprice": 31.75, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161015858", - "info": { - "identifier": 161015858, - "sqm_ocr": 81.9, - "price": 2600.0, - "price_per_sqm": 31.746031746031743, - "url": "https://www.rightmove.co.uk/properties/161015858", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 10, - "agency": "Cavendish Parker", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63309/161015858/63309_33832725_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.104539, - 51.558304 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -180081,46 +145081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 120.9, - "qmprice": 32.26, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161016917", - "info": { - "identifier": 161016917, - "sqm_ocr": 120.9, - "price": 3900.0, - "price_per_sqm": 32.25806451612903, - "url": "https://www.rightmove.co.uk/properties/161016917", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98531/161016917/98531_1321135_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.25228, - 51.513107 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -180281,86 +145241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 33.33, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161018639", - "info": { - "identifier": 161018639, - "sqm_ocr": 66.0, - "price": 2200.0, - "price_per_sqm": 33.333333333333336, - "url": "https://www.rightmove.co.uk/properties/161018639", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111050/161018639/111050_1323668_IMG_00_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.170369, - 51.424244 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161018792", - "info": { - "identifier": 161018792, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161018792", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14614/161018792/14614_BLA200315_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.003318, - 51.46289 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -180521,46 +145401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.0, - "qmprice": 33.56, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161022260", - "info": { - "identifier": 161022260, - "sqm_ocr": 73.0, - "price": 2450.0, - "price_per_sqm": 33.56164383561644, - "url": "https://www.rightmove.co.uk/properties/161022260", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57272/161022260/57272_1323620_IMG_01_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.305143, - 51.37652 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -180841,46 +145681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 42.01, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/161024216", - "info": { - "identifier": 161024216, - "sqm_ocr": 82.0, - "price": 3445.0, - "price_per_sqm": 42.01219512195122, - "url": "https://www.rightmove.co.uk/properties/161024216", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/247k/246071/161024216/246071_MDV220140_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.182056, - 51.525936 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -181161,46 +145961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/161026304", - "info": { - "identifier": 161026304, - "sqm_ocr": null, - "price": 2990.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161026304", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161026304/213815_596499_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.056678, - 51.511253 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -181321,86 +146081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 122.9, - "qmprice": 18.31, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161027360", - "info": { - "identifier": 161027360, - "sqm_ocr": 122.9, - "price": 2250.0, - "price_per_sqm": 18.307567127746132, - "url": "https://www.rightmove.co.uk/properties/161027360", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alan de Maid", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3276/161027360/3276_000116909_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.06842, - 51.36255 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161027402", - "info": { - "identifier": 161027402, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161027402", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11427/161027402/11427_0405_HRT062200379_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.123642, - 51.476578 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -181624,7 +146304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Fisks Ltd", @@ -181761,46 +146441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161029403", - "info": { - "identifier": 161029403, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161029403", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/161029403/96542_ROCH_001640_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13617, - 51.538223 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -181841,46 +146481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.32, - "qmprice": 49.77, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161030054", - "info": { - "identifier": 161030054, - "sqm_ocr": 70.32, - "price": 3500.0, - "price_per_sqm": 49.772468714448244, - "url": "https://www.rightmove.co.uk/properties/161030054", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54730/161030054/54730_HEO250007_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.204243, - 51.496517 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -182401,46 +147001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.2, - "qmprice": 24.22, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161035073", - "info": { - "identifier": 161035073, - "sqm_ocr": 103.2, - "price": 2500.0, - "price_per_sqm": 24.224806201550386, - "url": "https://www.rightmove.co.uk/properties/161035073", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Daniels", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49744/161035073/49744_33833903_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.280211, - 51.588276 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -182801,46 +147361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161037191", - "info": { - "identifier": 161037191, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161037191", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161037191/78933_33834050_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.003064, - 51.48991 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -183121,46 +147641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.0, - "qmprice": 23.08, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161040512", - "info": { - "identifier": 161040512, - "sqm_ocr": 91.0, - "price": 2100.0, - "price_per_sqm": 23.076923076923077, - "url": "https://www.rightmove.co.uk/properties/161040512", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Hazell Holland", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288632/161040512/288632_33654494_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.169879, - 51.48009 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -183264,7 +147744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Battersea & Nine Elms Estates", @@ -183441,46 +147921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2820.0, - "url": "https://www.rightmove.co.uk/properties/161041958", - "info": { - "identifier": 161041958, - "sqm_ocr": null, - "price": 2820.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161041958", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57558/161041958/57558_57558_p0192980_CARI0011_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008613, - 51.545925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -184121,46 +148561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161044559", - "info": { - "identifier": 161044559, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161044559", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Ak247 Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261134/161044559/261134_59dartery_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08939, - 51.57081 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -184201,86 +148601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161046035", - "info": { - "identifier": 161046035, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161046035", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161046035/96668_246039223042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16355, - 51.421444 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161046050", - "info": { - "identifier": 161046050, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161046050", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161046050/96668_245796121042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.017845, - 51.51557 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -184361,46 +148681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.3, - "qmprice": 48.94, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161046851", - "info": { - "identifier": 161046851, - "sqm_ocr": 61.3, - "price": 3000.0, - "price_per_sqm": 48.939641109298535, - "url": "https://www.rightmove.co.uk/properties/161046851", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/161046851/222287_E0HOjef9_IMG_01_0000_max_656x437.png", - "let_date_available": "25/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08381, - 51.53196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -184441,46 +148721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161049404", - "info": { - "identifier": 161049404, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161049404", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co, Docklands & City", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47285/161049404/47285_DCL240117_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022038, - 51.474476 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -185041,126 +149281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/161055539", - "info": { - "identifier": 161055539, - "sqm_ocr": null, - "price": 3683.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161055539", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Jonathan Arron Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69315/161055539/69315_JOW220232_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.144222, - 51.521366 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 134.0, - "qmprice": 29.81, - "rooms": 3, - "total_price": 3995.0, - "url": "https://www.rightmove.co.uk/properties/161055587", - "info": { - "identifier": 161055587, - "sqm_ocr": 134.0, - "price": 3995.0, - "price_per_sqm": 29.813432835820894, - "url": "https://www.rightmove.co.uk/properties/161055587", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84815/161055587/84815_33788828_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.309401, - 51.418674 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 134.0, - "qmprice": 29.81, - "rooms": 3, - "total_price": 3995.0, - "url": "https://www.rightmove.co.uk/properties/161055596", - "info": { - "identifier": 161055596, - "sqm_ocr": 134.0, - "price": 3995.0, - "price_per_sqm": 29.813432835820894, - "url": "https://www.rightmove.co.uk/properties/161055596", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Waterview", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84869/161055596/84869_33788829_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.309401, - 51.418674 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -185241,46 +149361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161057063", - "info": { - "identifier": 161057063, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161057063", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Keys Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34266/161057063/34266_33835005_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.279114, - 51.39836 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -185344,7 +149424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 14, + "updated_days": 15, "status": null, "last_seen": 0, "agency": "Dexters", @@ -185401,46 +149481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2895.0, - "url": "https://www.rightmove.co.uk/properties/161058062", - "info": { - "identifier": 161058062, - "sqm_ocr": null, - "price": 2895.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161058062", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57558/161058062/57558_57558_p0192949_MARA0014_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008613, - 51.545925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -185681,86 +149721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161059886", - "info": { - "identifier": 161059886, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161059886", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "London Property Guru", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97850/161059886/97850_RX574238_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.116245, - 51.534264 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.0, - "qmprice": 35.07, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161061137", - "info": { - "identifier": 161061137, - "sqm_ocr": 67.0, - "price": 2350.0, - "price_per_sqm": 35.07462686567164, - "url": "https://www.rightmove.co.uk/properties/161061137", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73120/161061137/73120_1305707_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.105029, - 51.513546 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -185801,46 +149761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.0, - "qmprice": 59.7, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161061146", - "info": { - "identifier": 161061146, - "sqm_ocr": 67.0, - "price": 4000.0, - "price_per_sqm": 59.701492537313435, - "url": "https://www.rightmove.co.uk/properties/161061146", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73120/161061146/73120_1306757_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.105029, - 51.513546 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -186161,46 +150081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.4, - "qmprice": 35.64, - "rooms": 2, - "total_price": 2295.0, - "url": "https://www.rightmove.co.uk/properties/161062004", - "info": { - "identifier": 161062004, - "sqm_ocr": 64.4, - "price": 2295.0, - "price_per_sqm": 35.63664596273291, - "url": "https://www.rightmove.co.uk/properties/161062004", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84809/161062004/84809_33835351_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.324379, - 51.454323 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -186481,46 +150361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161065625", - "info": { - "identifier": 161065625, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161065625", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161065625/96668_246104124042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.025955, - 51.49235 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -186641,86 +150481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 44.54, - "qmprice": 65.67, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/161066066", - "info": { - "identifier": 161066066, - "sqm_ocr": 44.54, - "price": 2925.0, - "price_per_sqm": 65.67130669061518, - "url": "https://www.rightmove.co.uk/properties/161066066", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15960/161066066/15960_1323837_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.180229, - 51.532955 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.2, - "qmprice": 26.39, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161066072", - "info": { - "identifier": 161066072, - "sqm_ocr": 104.2, - "price": 2750.0, - "price_per_sqm": 26.3915547024952, - "url": "https://www.rightmove.co.uk/properties/161066072", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Anthony Charles", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/38k/37755/161066072/37755_102706001781_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.12453, - 51.64619 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -186801,46 +150561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 39.2, - "rooms": 4, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/161066273", - "info": { - "identifier": 161066273, - "sqm_ocr": 88.0, - "price": 3450.0, - "price_per_sqm": 39.20454545454545, - "url": "https://www.rightmove.co.uk/properties/161066273", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15981/161066273/15981_1322852_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.139799, - 51.44745 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -187081,46 +150801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.2, - "qmprice": 36.54, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161067980", - "info": { - "identifier": 161067980, - "sqm_ocr": 60.2, - "price": 2200.0, - "price_per_sqm": 36.54485049833887, - "url": "https://www.rightmove.co.uk/properties/161067980", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161067980/96668_246119324042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10982, - 51.49502 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -187161,46 +150841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 44.7, - "qmprice": 67.11, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161068007", - "info": { - "identifier": 161068007, - "sqm_ocr": 44.7, - "price": 3000.0, - "price_per_sqm": 67.11409395973153, - "url": "https://www.rightmove.co.uk/properties/161068007", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161068007/96668_245347616042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.335893, - 51.51777 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -187321,46 +150961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 46.17, - "qmprice": 48.34, - "rooms": 2, - "total_price": 2232.0, - "url": "https://www.rightmove.co.uk/properties/161068937", - "info": { - "identifier": 161068937, - "sqm_ocr": 46.17, - "price": 2232.0, - "price_per_sqm": 48.343079922027286, - "url": "https://www.rightmove.co.uk/properties/161068937", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50966/161068937/50966_P3262I5708_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22113, - 51.50067 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -187401,46 +151001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.0, - "qmprice": 25.88, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161069327", - "info": { - "identifier": 161069327, - "sqm_ocr": 85.0, - "price": 2200.0, - "price_per_sqm": 25.88235294117647, - "url": "https://www.rightmove.co.uk/properties/161069327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Woolwich", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260435/161069327/260435_000007077b_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.08043, - 51.49742 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -187601,46 +151161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.5, - "qmprice": 29.94, - "rooms": 4, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161070410", - "info": { - "identifier": 161070410, - "sqm_ocr": 78.5, - "price": 2350.0, - "price_per_sqm": 29.936305732484076, - "url": "https://www.rightmove.co.uk/properties/161070410", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Gibson Lane", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22316/161070410/22316_33835956_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.250352, - 51.453438 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -187681,86 +151201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.1, - "qmprice": 33.46, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/161070779", - "info": { - "identifier": 161070779, - "sqm_ocr": 109.1, - "price": 3650.0, - "price_per_sqm": 33.45554537121907, - "url": "https://www.rightmove.co.uk/properties/161070779", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Wayne & Silver", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91636/161070779/91636_33835996_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.162568, - 51.54919 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161071103", - "info": { - "identifier": 161071103, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161071103", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3305/161071103/3305_000905072_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09339, - 51.37142 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -188081,46 +151521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.8, - "qmprice": 26.99, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161072774", - "info": { - "identifier": 161072774, - "sqm_ocr": 77.8, - "price": 2100.0, - "price_per_sqm": 26.99228791773779, - "url": "https://www.rightmove.co.uk/properties/161072774", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Look Property Services Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/9k/8286/161072774/8286_9622946_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02971, - 51.53306 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -188344,7 +151744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Benham & Reeves - Surrey Quays", @@ -188361,46 +151761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161075600", - "info": { - "identifier": 161075600, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161075600", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Anisten Homes", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50556/161075600/50556_102614000950_IMG_26_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.18819, - 51.56353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -188441,86 +151801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161076407", - "info": { - "identifier": 161076407, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161076407", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161076407/96668_243502530032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167371, - 51.427963 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161076521", - "info": { - "identifier": 161076521, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161076521", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161076521/96668_245513217042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.028875, - 51.4584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -188641,46 +151921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161077943", - "info": { - "identifier": 161077943, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161077943", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50951/161077943/50951_P2705E4923_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06664, - 51.47772 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -188921,46 +152161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.9, - "qmprice": 33.16, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/161080193", - "info": { - "identifier": 161080193, - "sqm_ocr": 76.9, - "price": 2550.0, - "price_per_sqm": 33.159947984395316, - "url": "https://www.rightmove.co.uk/properties/161080193", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38250/161080193/38250_KET250077_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.121434, - 51.556858 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -189161,46 +152361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.52, - "qmprice": 35.94, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161080460", - "info": { - "identifier": 161080460, - "sqm_ocr": 76.52, - "price": 2750.0, - "price_per_sqm": 35.938316779926815, - "url": "https://www.rightmove.co.uk/properties/161080460", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Orlando Reid", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/87k/86327/161080460/86327_33836585_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126176, - 51.447826 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -189361,86 +152521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.3, - "qmprice": 50.54, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161081303", - "info": { - "identifier": 161081303, - "sqm_ocr": 64.3, - "price": 3250.0, - "price_per_sqm": 50.5443234836703, - "url": "https://www.rightmove.co.uk/properties/161081303", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/161081303/143171_33836650_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.135137, - 51.47968 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.2, - "qmprice": 29.91, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161081354", - "info": { - "identifier": 161081354, - "sqm_ocr": 70.2, - "price": 2100.0, - "price_per_sqm": 29.914529914529915, - "url": "https://www.rightmove.co.uk/properties/161081354", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/46k/45437/161081354/45437_HHI130206_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10708, - 51.44407 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -189601,46 +152681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.4, - "qmprice": 40.32, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161083289", - "info": { - "identifier": 161083289, - "sqm_ocr": 74.4, - "price": 3000.0, - "price_per_sqm": 40.32258064516129, - "url": "https://www.rightmove.co.uk/properties/161083289", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44645/161083289/44645_FWL210063_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210792, - 51.48084 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -189681,46 +152721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 134.0, - "qmprice": 29.85, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161083958", - "info": { - "identifier": 161083958, - "sqm_ocr": 134.0, - "price": 4000.0, - "price_per_sqm": 29.850746268656717, - "url": "https://www.rightmove.co.uk/properties/161083958", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157394/161083958/157394_PHL230058_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.174964, - 51.545174 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -189761,46 +152761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.7, - "qmprice": 31.02, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161084825", - "info": { - "identifier": 161084825, - "sqm_ocr": 67.7, - "price": 2100.0, - "price_per_sqm": 31.019202363367796, - "url": "https://www.rightmove.co.uk/properties/161084825", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "John Payne", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48285/161084825/48285_P276650_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02089, - 51.48343 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -189904,7 +152864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 26, + "updated_days": 27, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -189944,7 +152904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 37, + "updated_days": 38, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -189961,86 +152921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161087849", - "info": { - "identifier": 161087849, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161087849", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Cranbrook Lettings & Sales", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/237k/236963/161087849/236963_cranbrook_73569984_IMG_02_0001_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.073447, - 51.57883 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.6, - "qmprice": 30.4, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161088134", - "info": { - "identifier": 161088134, - "sqm_ocr": 80.6, - "price": 2450.0, - "price_per_sqm": 30.397022332506207, - "url": "https://www.rightmove.co.uk/properties/161088134", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Groves Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74977/161088134/74977_3244_GROV_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.297913, - 51.375248 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -190321,46 +153201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161092277", - "info": { - "identifier": 161092277, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161092277", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Homelink Lettings & Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13040/161092277/13040_32446713_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.177952, - 51.530415 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -190681,46 +153521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.2, - "qmprice": 44.08, - "rooms": 3, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/161095067", - "info": { - "identifier": 161095067, - "sqm_ocr": 86.2, - "price": 3800.0, - "price_per_sqm": 44.08352668213457, - "url": "https://www.rightmove.co.uk/properties/161095067", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161095067/96668_246165324042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137817, - 51.53672 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -190841,46 +153641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2475.0, - "url": "https://www.rightmove.co.uk/properties/161095685", - "info": { - "identifier": 161095685, - "sqm_ocr": null, - "price": 2475.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161095685", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/109k/108343/161095685/108343_CSZ230072_L_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.267563, - 51.50807 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -191201,46 +153961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.6, - "qmprice": 52.84, - "rooms": 2, - "total_price": 3995.0, - "url": "https://www.rightmove.co.uk/properties/161097032", - "info": { - "identifier": 161097032, - "sqm_ocr": 75.6, - "price": 3995.0, - "price_per_sqm": 52.84391534391535, - "url": "https://www.rightmove.co.uk/properties/161097032", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96154/161097032/96154_MBL170032_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.136334, - 51.51712 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -191281,46 +154001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161097566", - "info": { - "identifier": 161097566, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161097566", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161097566/96668_160134817012023_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.229684, - 51.50659 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -191521,86 +154201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.0, - "qmprice": 43.75, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161099333", - "info": { - "identifier": 161099333, - "sqm_ocr": 80.0, - "price": 3500.0, - "price_per_sqm": 43.75, - "url": "https://www.rightmove.co.uk/properties/161099333", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Hurford Salvi Carr", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14543/161099333/14543_CIT190053_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.095529, - 51.521286 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.0, - "qmprice": 37.7, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161099483", - "info": { - "identifier": 161099483, - "sqm_ocr": 61.0, - "price": 2300.0, - "price_per_sqm": 37.704918032786885, - "url": "https://www.rightmove.co.uk/properties/161099483", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Burghleys Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50608/161099483/50608_BUR1002554_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.140355, - 51.559185 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -191681,46 +154281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161101073", - "info": { - "identifier": 161101073, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161101073", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Leafy Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274385/161101073/274385_ARU-782870_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197058, - 51.526993 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -191761,46 +154321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161104073", - "info": { - "identifier": 161104073, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161104073", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257180/161104073/257180_THO250108_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.123243, - 51.396915 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -192321,86 +154841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.2, - "qmprice": 36.21, - "rooms": 2, - "total_price": 2180.0, - "url": "https://www.rightmove.co.uk/properties/161110310", - "info": { - "identifier": 161110310, - "sqm_ocr": 60.2, - "price": 2180.0, - "price_per_sqm": 36.21262458471761, - "url": "https://www.rightmove.co.uk/properties/161110310", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/161110310/39741_33838375_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.203145, - 51.530872 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.52, - "qmprice": 33.33, - "rooms": 2, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/161110313", - "info": { - "identifier": 161110313, - "sqm_ocr": 100.52, - "price": 3350.0, - "price_per_sqm": 33.3267011539992, - "url": "https://www.rightmove.co.uk/properties/161110313", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/161110313/39741_33838376_IMG_03_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.185864, - 51.530594 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -192521,46 +154961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161111723", - "info": { - "identifier": 161111723, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161111723", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Andre Joseph Estates Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74973/161111723/74973_516177_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105173, - 51.50315 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -192681,46 +155081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161112485", - "info": { - "identifier": 161112485, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161112485", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "David Astburys", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247697/161112485/247697_102708000208_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.13657, - 51.54989 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -192961,126 +155321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.22, - "qmprice": 44.39, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161114051", - "info": { - "identifier": 161114051, - "sqm_ocr": 73.22, - "price": 3250.0, - "price_per_sqm": 44.386779568423925, - "url": "https://www.rightmove.co.uk/properties/161114051", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77514/161114051/77514_CWE160206_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1401, - 51.527 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161114435", - "info": { - "identifier": 161114435, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161114435", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Legacy Property Consultants Ltd", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/139k/138659/161114435/138659_103650003424_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22287, - 51.54862 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.03, - "qmprice": 36.57, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161116103", - "info": { - "identifier": 161116103, - "sqm_ocr": 82.03, - "price": 3000.0, - "price_per_sqm": 36.571985858832136, - "url": "https://www.rightmove.co.uk/properties/161116103", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161116103/26207_IUL250171_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.088012, - 51.55076 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -193161,46 +155401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.0, - "qmprice": 64.81, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161116838", - "info": { - "identifier": 161116838, - "sqm_ocr": 54.0, - "price": 3500.0, - "price_per_sqm": 64.81481481481481, - "url": "https://www.rightmove.co.uk/properties/161116838", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/143k/142382/161116838/142382_ALQ012580113_IMG_00_0004_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.069607, - 51.5143 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -193401,46 +155601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 44.83, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161118089", - "info": { - "identifier": 161118089, - "sqm_ocr": 87.0, - "price": 3900.0, - "price_per_sqm": 44.827586206896555, - "url": "https://www.rightmove.co.uk/properties/161118089", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "CityZEN", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29861/161118089/29861_33838913_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.132376, - 51.481228 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -193801,46 +155961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161121731", - "info": { - "identifier": 161121731, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161121731", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40512/161121731/40512_33839105_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.114939, - 51.505676 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -194121,46 +156241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 36.67, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161122904", - "info": { - "identifier": 161122904, - "sqm_ocr": 75.0, - "price": 2750.0, - "price_per_sqm": 36.666666666666664, - "url": "https://www.rightmove.co.uk/properties/161122904", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/122k/121234/161122904/121234_FLQ012588372_IMG_00_0009_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129958, - 51.46402 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -194241,46 +156321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 141.6, - "qmprice": 27.9, - "rooms": 3, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/161124008", - "info": { - "identifier": 161124008, - "sqm_ocr": 141.6, - "price": 3950.0, - "price_per_sqm": 27.895480225988702, - "url": "https://www.rightmove.co.uk/properties/161124008", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49030/161124008/49030_CLI654001_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.201591, - 51.435246 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -194401,126 +156441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161124359", - "info": { - "identifier": 161124359, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161124359", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161124359/96668_245910522042025_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.011483, - 51.531754 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.7, - "qmprice": 52.63, - "rooms": 2, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/161124680", - "info": { - "identifier": 161124680, - "sqm_ocr": 59.7, - "price": 3142.0, - "price_per_sqm": 52.629815745393635, - "url": "https://www.rightmove.co.uk/properties/161124680", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Winchester White", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247910/161124680/247910_66e46285a6a37_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18711, - 51.487522 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161125013", - "info": { - "identifier": 161125013, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161125013", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Capital Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43142/161125013/43142_CPT_CPT_LFSYCL_387_542238691_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.088957, - 51.453564 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -194641,86 +156561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.6, - "qmprice": 21.3, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161128067", - "info": { - "identifier": 161128067, - "sqm_ocr": 98.6, - "price": 2100.0, - "price_per_sqm": 21.29817444219067, - "url": "https://www.rightmove.co.uk/properties/161128067", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "The Online Letting Agents Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82831/161128067/82831_5752_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.188095, - 51.414047 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.6, - "qmprice": 25.9, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161128523", - "info": { - "identifier": 161128523, - "sqm_ocr": 94.6, - "price": 2450.0, - "price_per_sqm": 25.8985200845666, - "url": "https://www.rightmove.co.uk/properties/161128523", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 37, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84812/161128523/84812_33839477_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.308137, - 51.391724 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -195041,46 +156881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161129123", - "info": { - "identifier": 161129123, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161129123", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/161129123/87187_71288_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097072, - 51.530254 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -195161,46 +156961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/161129684", - "info": { - "identifier": 161129684, - "sqm_ocr": null, - "price": 3950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161129684", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65920/161129684/65920_WMQ012552461_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.202295, - 51.435196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -195321,46 +157081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161132672", - "info": { - "identifier": 161132672, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161132672", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/161132672/99425_102708039946_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14093, - 51.53477 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -195521,46 +157241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2947.0, - "url": "https://www.rightmove.co.uk/properties/161135321", - "info": { - "identifier": 161135321, - "sqm_ocr": null, - "price": 2947.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161135321", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161135321/213815_556678_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.052539, - 51.511013 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -195761,46 +157441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.2, - "qmprice": 40.59, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161138408", - "info": { - "identifier": 161138408, - "sqm_ocr": 54.2, - "price": 2200.0, - "price_per_sqm": 40.59040590405904, - "url": "https://www.rightmove.co.uk/properties/161138408", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124141/161138408/124141_33840096_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.288729, - 51.471333 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196041,86 +157681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161140169", - "info": { - "identifier": 161140169, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161140169", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Ellis & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/20k/19269/161140169/19269_BET250047_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.048306, - 51.521015 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161140472", - "info": { - "identifier": 161140472, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161140472", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/161140472/222842_TCH230313_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125108, - 51.482574 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196161,46 +157721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.1, - "qmprice": 34.2, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161140640", - "info": { - "identifier": 161140640, - "sqm_ocr": 73.1, - "price": 2500.0, - "price_per_sqm": 34.19972640218879, - "url": "https://www.rightmove.co.uk/properties/161140640", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Network Agencies", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53310/161140640/53310_grandparade312_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09874, - 51.57842 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196241,46 +157761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2220.0, - "url": "https://www.rightmove.co.uk/properties/161141780", - "info": { - "identifier": 161141780, - "sqm_ocr": null, - "price": 2220.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161141780", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Addison Townsend", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/270k/269054/161141780/269054_addison_1066042954_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.163933, - 51.58776 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196441,46 +157921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.3, - "qmprice": 31.13, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161143436", - "info": { - "identifier": 161143436, - "sqm_ocr": 80.3, - "price": 2500.0, - "price_per_sqm": 31.133250311332503, - "url": "https://www.rightmove.co.uk/properties/161143436", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84827/161143436/84827_33808286_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.205965, - 51.489517 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196521,46 +157961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.99, - "qmprice": 37.04, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161144408", - "info": { - "identifier": 161144408, - "sqm_ocr": 53.99, - "price": 2000.0, - "price_per_sqm": 37.04389701796629, - "url": "https://www.rightmove.co.uk/properties/161144408", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25055/161144408/25055_BOW210464_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.032424, - 51.520927 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196601,46 +158001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.7, - "qmprice": 38.05, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161144816", - "info": { - "identifier": 161144816, - "sqm_ocr": 65.7, - "price": 2500.0, - "price_per_sqm": 38.051750380517504, - "url": "https://www.rightmove.co.uk/properties/161144816", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77508/161144816/77508_SXX100363_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.083528, - 51.497536 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196801,46 +158161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161145599", - "info": { - "identifier": 161145599, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161145599", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Newington estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/121k/120463/161145599/120463_33840590_IMG_00_0000_max_656x437.png", - "let_date_available": "22/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.157525, - 51.517097 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -196881,46 +158201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.2, - "qmprice": 28.67, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161145674", - "info": { - "identifier": 161145674, - "sqm_ocr": 87.2, - "price": 2500.0, - "price_per_sqm": 28.6697247706422, - "url": "https://www.rightmove.co.uk/properties/161145674", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Tatlers", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/156k/155624/161145674/155624_MUH250109_L_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125087, - 51.600742 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -197024,7 +158304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Dexters", @@ -197281,46 +158561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.6, - "qmprice": 37.69, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/161147336", - "info": { - "identifier": 161147336, - "sqm_ocr": 77.6, - "price": 2925.0, - "price_per_sqm": 37.69329896907217, - "url": "https://www.rightmove.co.uk/properties/161147336", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 10, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71134/161147336/71134_33840733_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.095674, - 51.521336 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -197721,46 +158961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2253.0, - "url": "https://www.rightmove.co.uk/properties/161150726", - "info": { - "identifier": 161150726, - "sqm_ocr": null, - "price": 2253.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161150726", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161150726/213815_693057_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.071829, - 51.506523 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -198024,7 +159224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Waterview", @@ -198081,46 +159281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161151473", - "info": { - "identifier": 161151473, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161151473", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Stonebridge Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/215k/214412/161151473/214412_1383_STOB_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.079445, - 51.567944 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -198201,46 +159361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.5, - "qmprice": 42.64, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161151773", - "info": { - "identifier": 161151773, - "sqm_ocr": 64.5, - "price": 2750.0, - "price_per_sqm": 42.63565891472868, - "url": "https://www.rightmove.co.uk/properties/161151773", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "David Andrew", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93623/161151773/93623_be271c0e-a969-4b80-969a-c314ee4e8e0b_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120176, - 51.57039 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -198304,7 +159424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -198561,46 +159681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/161155493", - "info": { - "identifier": 161155493, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161155493", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161155493/96668_239522222022025_IMG_19_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102793, - 51.559586 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -198641,46 +159721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161155940", - "info": { - "identifier": 161155940, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161155940", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161155940/96668_246328525042025_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.195187, - 51.39645 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -198721,46 +159761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161156222", - "info": { - "identifier": 161156222, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161156222", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Oak Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267236/161156222/267236_RL0717_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.074, - 51.61914 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -198801,86 +159801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161161286", - "info": { - "identifier": 161161286, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161161286", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161161286/96668_246333226042025_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.169073, - 51.41589 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.8, - "qmprice": 37.41, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161161979", - "info": { - "identifier": 161161979, - "sqm_ocr": 58.8, - "price": 2200.0, - "price_per_sqm": 37.41496598639456, - "url": "https://www.rightmove.co.uk/properties/161161979", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Gibson Lane", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22316/161161979/22316_33841364_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.291318, - 51.417477 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -199001,46 +159921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161165837", - "info": { - "identifier": 161165837, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161165837", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77583/161165837/77583_YLT250004_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.328459, - 51.432674 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -199081,126 +159961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161166260", - "info": { - "identifier": 161166260, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161166260", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Citiland Homes", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/283k/282164/161166260/282164_568AMERE3_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.03277, - 51.52527 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 126.1, - "qmprice": 19.43, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161166482", - "info": { - "identifier": 161166482, - "sqm_ocr": 126.1, - "price": 2450.0, - "price_per_sqm": 19.42902458366376, - "url": "https://www.rightmove.co.uk/properties/161166482", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Robertson Phillips", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9862/161166482/9862_12186456_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.391695, - 51.578735 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161167067", - "info": { - "identifier": 161167067, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161167067", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181634/161167067/181634_ADD250194_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.086643, - 51.40036 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -199281,86 +160041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161167973", - "info": { - "identifier": 161167973, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161167973", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57096/161167973/57096_KQP180249_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2026" - } - }, - "geometry": { - "coordinates": [ - -0.21648, - 51.53539 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.4, - "qmprice": 38.58, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161168081", - "info": { - "identifier": 161168081, - "sqm_ocr": 67.4, - "price": 2600.0, - "price_per_sqm": 38.57566765578635, - "url": "https://www.rightmove.co.uk/properties/161168081", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Una Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87553/161168081/87553_101435001902_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17723, - 51.43111 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -199481,166 +160161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.52, - "qmprice": 41.59, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161170220", - "info": { - "identifier": 161170220, - "sqm_ocr": 62.52, - "price": 2600.0, - "price_per_sqm": 41.586692258477285, - "url": "https://www.rightmove.co.uk/properties/161170220", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/146k/145463/161170220/145463_JAC170243_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184527, - 51.4643 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.9, - "qmprice": 27.55, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161170229", - "info": { - "identifier": 161170229, - "sqm_ocr": 108.9, - "price": 3000.0, - "price_per_sqm": 27.548209366391184, - "url": "https://www.rightmove.co.uk/properties/161170229", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 36, - "status": null, - "last_seen": 9, - "agency": "Relocators", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277085/161170229/277085_12658847_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.157167, - 51.583843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.0, - "qmprice": 43.1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161170253", - "info": { - "identifier": 161170253, - "sqm_ocr": 58.0, - "price": 2500.0, - "price_per_sqm": 43.10344827586207, - "url": "https://www.rightmove.co.uk/properties/161170253", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50683/161170253/50683_P276663_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07417, - 51.50069 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161170343", - "info": { - "identifier": 161170343, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161170343", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Woodlands", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115159/161170343/115159_L13243_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.322237, - 51.48017 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -199841,46 +160361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161171186", - "info": { - "identifier": 161171186, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161171186", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "James Kei London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79893/161171186/79893_RL0121_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.146612, - 51.599136 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -199961,166 +160441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.6, - "qmprice": 24.83, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161171945", - "info": { - "identifier": 161171945, - "sqm_ocr": 90.6, - "price": 2250.0, - "price_per_sqm": 24.834437086092716, - "url": "https://www.rightmove.co.uk/properties/161171945", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/166k/165956/161171945/165956_33841886_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.172963, - 51.650986 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.7, - "qmprice": 51.17, - "rooms": 2, - "total_price": 3311.0, - "url": "https://www.rightmove.co.uk/properties/161172272", - "info": { - "identifier": 161172272, - "sqm_ocr": 64.7, - "price": 3311.0, - "price_per_sqm": 51.174652241112824, - "url": "https://www.rightmove.co.uk/properties/161172272", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/161172272/48101_1324135_IMG_02_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.031833, - 51.511658 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.7, - "qmprice": 34.16, - "rooms": 2, - "total_price": 2210.0, - "url": "https://www.rightmove.co.uk/properties/161172278", - "info": { - "identifier": 161172278, - "sqm_ocr": 64.7, - "price": 2210.0, - "price_per_sqm": 34.15765069551777, - "url": "https://www.rightmove.co.uk/properties/161172278", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/161172278/48101_1324134_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.031833, - 51.511658 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161172515", - "info": { - "identifier": 161172515, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161172515", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "The Personal Agent Lettings and Management Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/197k/196808/161172515/196808_2707_TPAG_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.231244, - 51.374496 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -200161,126 +160481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161177732", - "info": { - "identifier": 161177732, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161177732", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Hub Of Homes", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/282k/281309/161177732/281309_25432_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.16883, - 51.54316 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161179286", - "info": { - "identifier": 161179286, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161179286", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161179286/96668_200223327022024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08328, - 51.39537 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 31.75, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161179415", - "info": { - "identifier": 161179415, - "sqm_ocr": 63.0, - "price": 2000.0, - "price_per_sqm": 31.746031746031747, - "url": "https://www.rightmove.co.uk/properties/161179415", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Highcastle Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/199k/198884/161179415/198884_RL0025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.036604, - 51.534798 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -200361,86 +160561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 33.68, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/161180936", - "info": { - "identifier": 161180936, - "sqm_ocr": 74.0, - "price": 2492.0, - "price_per_sqm": 33.67567567567568, - "url": "https://www.rightmove.co.uk/properties/161180936", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "CHAMPS PROPERTY", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287132/161180936/287132_champs_52141435_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.26161, - 51.522266 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/161182520", - "info": { - "identifier": 161182520, - "sqm_ocr": null, - "price": 2817.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161182520", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161182520/213815_611881_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.018692, - 51.49827 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -200521,46 +160641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/161185193", - "info": { - "identifier": 161185193, - "sqm_ocr": null, - "price": 2925.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161185193", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Allsop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284159/161185193/284159_813A_IMG_00_0003_max_656x437.png", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.28034, - 51.55829 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -200681,46 +160761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 50.4, - "qmprice": 40.67, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161188367", - "info": { - "identifier": 161188367, - "sqm_ocr": 50.4, - "price": 2050.0, - "price_per_sqm": 40.67460317460318, - "url": "https://www.rightmove.co.uk/properties/161188367", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Akelius Residential Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102505/161188367/102505_40038-2A_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05317, - 51.54368 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -200761,46 +160801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.2, - "qmprice": 41.41, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161190038", - "info": { - "identifier": 161190038, - "sqm_ocr": 65.2, - "price": 2700.0, - "price_per_sqm": 41.41104294478527, - "url": "https://www.rightmove.co.uk/properties/161190038", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161190038/96668_246257425042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.192508, - 51.48311 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -201201,126 +161201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.0, - "qmprice": 48.39, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161194967", - "info": { - "identifier": 161194967, - "sqm_ocr": 62.0, - "price": 3000.0, - "price_per_sqm": 48.38709677419355, - "url": "https://www.rightmove.co.uk/properties/161194967", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 10, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77493/161194967/77493_CLL230075_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097849, - 51.520596 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2102.0, - "url": "https://www.rightmove.co.uk/properties/161195399", - "info": { - "identifier": 161195399, - "sqm_ocr": null, - "price": 2102.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161195399", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Houghton Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32546/161195399/32546_5785918_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.177258, - 51.52072 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.14, - "qmprice": 39.91, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161195402", - "info": { - "identifier": 161195402, - "sqm_ocr": 75.14, - "price": 2999.0, - "price_per_sqm": 39.91216396060687, - "url": "https://www.rightmove.co.uk/properties/161195402", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50713/161195402/50713_33842296_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.198155, - 51.509106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -201521,86 +161401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 137.31, - "qmprice": 23.3, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161198687", - "info": { - "identifier": 161198687, - "sqm_ocr": 137.31, - "price": 3200.0, - "price_per_sqm": 23.30493044934819, - "url": "https://www.rightmove.co.uk/properties/161198687", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26204/161198687/26204_33842515_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.226676, - 51.397556 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 107.1, - "qmprice": 32.68, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161199137", - "info": { - "identifier": 161199137, - "sqm_ocr": 107.1, - "price": 3500.0, - "price_per_sqm": 32.67973856209151, - "url": "https://www.rightmove.co.uk/properties/161199137", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "H", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96392/161199137/96392_HEA748956_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.190871, - 51.536102 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -201681,46 +161481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 31.99, - "rooms": 2, - "total_price": 2399.0, - "url": "https://www.rightmove.co.uk/properties/161200274", - "info": { - "identifier": 161200274, - "sqm_ocr": 75.0, - "price": 2399.0, - "price_per_sqm": 31.986666666666668, - "url": "https://www.rightmove.co.uk/properties/161200274", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Wembley", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260423/161200274/260423_000020464_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30557, - 51.55093 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -201801,46 +161561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161201699", - "info": { - "identifier": 161201699, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161201699", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161201699/96668_246442527042025_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.064076, - 51.591335 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -201961,46 +161681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.6, - "qmprice": 39.25, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161202326", - "info": { - "identifier": 161202326, - "sqm_ocr": 58.6, - "price": 2300.0, - "price_per_sqm": 39.24914675767918, - "url": "https://www.rightmove.co.uk/properties/161202326", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/139k/138215/161202326/138215_100783018628_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19021, - 51.46297 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -202041,86 +161721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161203256", - "info": { - "identifier": 161203256, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161203256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Real Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36827/161203256/36827_32029580_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.207323, - 51.610645 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2599.0, - "url": "https://www.rightmove.co.uk/properties/161203634", - "info": { - "identifier": 161203634, - "sqm_ocr": null, - "price": 2599.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161203634", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Hampstead", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32760/161203634/32760_000012319_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19391, - 51.54791 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -202281,46 +161881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.7, - "qmprice": 30.68, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161204642", - "info": { - "identifier": 161204642, - "sqm_ocr": 71.7, - "price": 2200.0, - "price_per_sqm": 30.683403068340304, - "url": "https://www.rightmove.co.uk/properties/161204642", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52448/161204642/52448_33842870_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.195444, - 51.456566 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -202401,46 +161961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.6, - "qmprice": 36.26, - "rooms": 2, - "total_price": 2995.0, - "url": "https://www.rightmove.co.uk/properties/161205320", - "info": { - "identifier": 161205320, - "sqm_ocr": 82.6, - "price": 2995.0, - "price_per_sqm": 36.2590799031477, - "url": "https://www.rightmove.co.uk/properties/161205320", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54730/161205320/54730_WLL250159_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.198247, - 51.509 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -202504,7 +162024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 16, + "updated_days": 17, "status": null, "last_seen": 0, "agency": "The Property Shop", @@ -202641,86 +162161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.4, - "qmprice": 27.21, - "rooms": 4, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/161206307", - "info": { - "identifier": 161206307, - "sqm_ocr": 108.4, - "price": 2950.0, - "price_per_sqm": 27.214022140221402, - "url": "https://www.rightmove.co.uk/properties/161206307", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CHK Mountford Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/9k/8902/161206307/8902_SUL250237_L_IMG_21_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.291677, - 51.37696 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161206676", - "info": { - "identifier": 161206676, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161206676", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Visum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35298/161206676/35298_51741_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097091, - 51.486584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -202761,46 +162201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.2, - "qmprice": 35.57, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161206997", - "info": { - "identifier": 161206997, - "sqm_ocr": 101.2, - "price": 3600.0, - "price_per_sqm": 35.573122529644266, - "url": "https://www.rightmove.co.uk/properties/161206997", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martyn Gerrard", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40491/161206997/40491_CRL250038_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.122027, - 51.548134 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -203041,46 +162441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161208446", - "info": { - "identifier": 161208446, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161208446", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "David Astburys Ltd", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176261/161208446/176261_102708042446_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.09909, - 51.58041 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -203321,86 +162681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.0, - "qmprice": 30.42, - "rooms": 4, - "total_price": 2525.0, - "url": "https://www.rightmove.co.uk/properties/161209550", - "info": { - "identifier": 161209550, - "sqm_ocr": 83.0, - "price": 2525.0, - "price_per_sqm": 30.42168674698795, - "url": "https://www.rightmove.co.uk/properties/161209550", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Gibson Lane", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22316/161209550/22316_33198935_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "23/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.252576, - 51.453644 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.4, - "qmprice": 32.21, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161209826", - "info": { - "identifier": 161209826, - "sqm_ocr": 71.4, - "price": 2300.0, - "price_per_sqm": 32.212885154061624, - "url": "https://www.rightmove.co.uk/properties/161209826", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Christopher Edwards", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55185/161209826/55185_28996356_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.370929, - 51.591103 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -203464,7 +162744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "The Stow Brothers", @@ -203481,46 +162761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2799.0, - "url": "https://www.rightmove.co.uk/properties/161209997", - "info": { - "identifier": 161209997, - "sqm_ocr": null, - "price": 2799.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161209997", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "parkinsonfarr", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29643/161209997/29643_967_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.23435, - 51.55006 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -203681,46 +162921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.7, - "qmprice": 21.65, - "rooms": 3, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161210816", - "info": { - "identifier": 161210816, - "sqm_ocr": 94.7, - "price": 2050.0, - "price_per_sqm": 21.647307286166843, - "url": "https://www.rightmove.co.uk/properties/161210816", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161210816/96668_246496128042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.202813, - 51.37086 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -203761,86 +162961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2210.0, - "url": "https://www.rightmove.co.uk/properties/161211275", - "info": { - "identifier": 161211275, - "sqm_ocr": null, - "price": 2210.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161211275", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161211275/213815_163660_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.053049, - 51.521908 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161211305", - "info": { - "identifier": 161211305, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161211305", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Romans", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156068/161211305/156068_UXC160076_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "16/06/2026" - } - }, - "geometry": { - "coordinates": [ - -0.457598, - 51.524395 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -204121,46 +163241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.4, - "qmprice": 46.5, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/161212325", - "info": { - "identifier": 161212325, - "sqm_ocr": 49.4, - "price": 2297.0, - "price_per_sqm": 46.497975708502025, - "url": "https://www.rightmove.co.uk/properties/161212325", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "tlc Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18984/161212325/18984_ELL240037_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191949, - 51.476425 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -204281,46 +163361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.72, - "qmprice": 38.95, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161212982", - "info": { - "identifier": 161212982, - "sqm_ocr": 84.72, - "price": 3300.0, - "price_per_sqm": 38.95184135977337, - "url": "https://www.rightmove.co.uk/properties/161212982", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52785/161212982/52785_BEA130068_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.092085, - 51.55198 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -204521,46 +163561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2545.0, - "url": "https://www.rightmove.co.uk/properties/161213732", - "info": { - "identifier": 161213732, - "sqm_ocr": null, - "price": 2545.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161213732", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/266k/265673/161213732/265673_S1618-0073_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27592, - 51.50724 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -204681,46 +163681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.4, - "qmprice": 30.44, - "rooms": 2, - "total_price": 2295.0, - "url": "https://www.rightmove.co.uk/properties/161214815", - "info": { - "identifier": 161214815, - "sqm_ocr": 75.4, - "price": 2295.0, - "price_per_sqm": 30.437665782493365, - "url": "https://www.rightmove.co.uk/properties/161214815", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Snellers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58464/161214815/58464_32627448_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.306219, - 51.41495 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -205001,46 +163961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.47, - "qmprice": 55.37, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161215787", - "info": { - "identifier": 161215787, - "sqm_ocr": 51.47, - "price": 2850.0, - "price_per_sqm": 55.37206139498737, - "url": "https://www.rightmove.co.uk/properties/161215787", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69292/161215787/69292_P214554_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13977, - 51.52432 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -205184,7 +164104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Romans", @@ -205361,46 +164281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.2, - "qmprice": 34.8, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/161218274", - "info": { - "identifier": 161218274, - "sqm_ocr": 109.2, - "price": 3800.0, - "price_per_sqm": 34.798534798534796, - "url": "https://www.rightmove.co.uk/properties/161218274", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26204/161218274/26204_33843813_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.192124, - 51.4235 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -205481,46 +164361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.7, - "qmprice": 33.74, - "rooms": 2, - "total_price": 2149.0, - "url": "https://www.rightmove.co.uk/properties/161219354", - "info": { - "identifier": 161219354, - "sqm_ocr": 63.7, - "price": 2149.0, - "price_per_sqm": 33.73626373626374, - "url": "https://www.rightmove.co.uk/properties/161219354", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124951/161219354/124951_P1560H2714_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30175, - 51.48307 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -205641,46 +164481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161220203", - "info": { - "identifier": 161220203, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161220203", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Andrew Pearce", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17418/161220203/17418_100415010736_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.4041, - 51.56292 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -205841,166 +164641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/161220833", - "info": { - "identifier": 161220833, - "sqm_ocr": null, - "price": 2535.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161220833", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/266k/265673/161220833/265673_S1618-0080_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27592, - 51.50724 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3590.0, - "url": "https://www.rightmove.co.uk/properties/161222075", - "info": { - "identifier": 161222075, - "sqm_ocr": null, - "price": 3590.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161222075", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161222075/96668_245446417042025_IMG_06_0002_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.110068, - 51.535408 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161222408", - "info": { - "identifier": 161222408, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161222408", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161222408/96668_231415103122024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.054688, - 51.561687 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.6, - "qmprice": 33.3, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161222696", - "info": { - "identifier": 161222696, - "sqm_ocr": 97.6, - "price": 3250.0, - "price_per_sqm": 33.299180327868854, - "url": "https://www.rightmove.co.uk/properties/161222696", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Hemmingfords", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201083/161222696/201083_32565147_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089794, - 51.538372 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -206041,46 +164681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161222936", - "info": { - "identifier": 161222936, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161222936", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 34, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/161222936/32793_24625_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16832, - 51.58897 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -206481,86 +165081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.96, - "qmprice": 48.22, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161227055", - "info": { - "identifier": 161227055, - "sqm_ocr": 54.96, - "price": 2650.0, - "price_per_sqm": 48.21688500727802, - "url": "https://www.rightmove.co.uk/properties/161227055", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Winchester White", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247910/161227055/247910_67f9231a208a0_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.208521, - 51.49643 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 22.99, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161227238", - "info": { - "identifier": 161227238, - "sqm_ocr": 87.0, - "price": 2000.0, - "price_per_sqm": 22.988505747126435, - "url": "https://www.rightmove.co.uk/properties/161227238", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hello Neighbour", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221711/161227238/221711_3427_EAF_182001_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.010189, - 51.517372 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -206904,7 +165424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 4, + "updated_days": 5, "status": null, "last_seen": 0, "agency": "Prime Land Property", @@ -207081,46 +165601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161230073", - "info": { - "identifier": 161230073, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161230073", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44870/161230073/44870_33844642_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.247333, - 51.583515 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -207201,46 +165681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.4, - "qmprice": 38.14, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161230517", - "info": { - "identifier": 161230517, - "sqm_ocr": 94.4, - "price": 3600.0, - "price_per_sqm": 38.13559322033898, - "url": "https://www.rightmove.co.uk/properties/161230517", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49003/161230517/49003_FUL240044_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.202416, - 51.478127 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -207841,46 +166281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161234522", - "info": { - "identifier": 161234522, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161234522", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161234522/96668_246494128042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.298283, - 51.413204 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -207921,86 +166321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161234630", - "info": { - "identifier": 161234630, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161234630", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161234630/96668_246534428042025_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.173709, - 51.468403 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161234648", - "info": { - "identifier": 161234648, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161234648", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161234648/96668_246529128042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.005515, - 51.523617 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -208041,46 +166361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.0, - "qmprice": 32.47, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161235305", - "info": { - "identifier": 161235305, - "sqm_ocr": 77.0, - "price": 2500.0, - "price_per_sqm": 32.467532467532465, - "url": "https://www.rightmove.co.uk/properties/161235305", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Perfect Pillars", - "council_tax_band": "A", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272333/161235305/272333_33844931_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.152793, - 51.47366 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -208201,46 +166481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.0, - "qmprice": 35.21, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161236598", - "info": { - "identifier": 161236598, - "sqm_ocr": 71.0, - "price": 2500.0, - "price_per_sqm": 35.2112676056338, - "url": "https://www.rightmove.co.uk/properties/161236598", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82857/161236598/82857_1324261_IMG_02_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.017139, - 51.5188 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -208321,46 +166561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.8, - "qmprice": 38.94, - "rooms": 2, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/161236787", - "info": { - "identifier": 161236787, - "sqm_ocr": 89.8, - "price": 3497.0, - "price_per_sqm": 38.942093541202674, - "url": "https://www.rightmove.co.uk/properties/161236787", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "H", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65902/161236787/65902_SJQ012520604_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1809, - 51.53422 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -208441,46 +166641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 36.36, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161237108", - "info": { - "identifier": 161237108, - "sqm_ocr": 66.0, - "price": 2400.0, - "price_per_sqm": 36.36363636363637, - "url": "https://www.rightmove.co.uk/properties/161237108", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie together with Thorgills", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/243k/242945/161237108/242945_BRE230023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2947, - 51.4876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -209081,126 +167241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161239415", - "info": { - "identifier": 161239415, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161239415", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161239415/96668_242338419032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098669, - 51.48176 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161239547", - "info": { - "identifier": 161239547, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161239547", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161239547/96668_241571112032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.100832, - 51.492886 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2095.0, - "url": "https://www.rightmove.co.uk/properties/161239604", - "info": { - "identifier": 161239604, - "sqm_ocr": null, - "price": 2095.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161239604", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161239604/96668_246570328042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.161922, - 51.476048 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -209241,46 +167281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161240330", - "info": { - "identifier": 161240330, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161240330", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161240330/96668_204707108042024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.308221, - 51.556667 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -209401,46 +167401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161241653", - "info": { - "identifier": 161241653, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161241653", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/161241653/252785_33845616_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.340393, - 51.580376 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -209584,7 +167544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Balgores", @@ -209601,86 +167561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161242649", - "info": { - "identifier": 161242649, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161242649", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161242649/96668_246613328042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.015342, - 51.450546 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.0, - "qmprice": 47.19, - "rooms": 2, - "total_price": 2548.0, - "url": "https://www.rightmove.co.uk/properties/161242922", - "info": { - "identifier": 161242922, - "sqm_ocr": 54.0, - "price": 2548.0, - "price_per_sqm": 47.18518518518518, - "url": "https://www.rightmove.co.uk/properties/161242922", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54732/161242922/54732_CLI184648_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.175965, - 51.528805 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -209761,46 +167641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161246804", - "info": { - "identifier": 161246804, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161246804", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "CHAMPS PROPERTY", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287132/161246804/287132_champs_235036196_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22001, - 51.57121 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -209841,46 +167681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.92, - "qmprice": 32.79, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161248610", - "info": { - "identifier": 161248610, - "sqm_ocr": 86.92, - "price": 2850.0, - "price_per_sqm": 32.788771283939255, - "url": "https://www.rightmove.co.uk/properties/161248610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Rampton Baseley", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89369/161248610/89369_BAL250067_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.164362, - 51.474373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -210321,46 +168121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.5, - "qmprice": 41.74, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161251373", - "info": { - "identifier": 161251373, - "sqm_ocr": 57.5, - "price": 2400.0, - "price_per_sqm": 41.73913043478261, - "url": "https://www.rightmove.co.uk/properties/161251373", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15951/161251373/15951_1324114_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.279245, - 51.50268 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -210441,46 +168201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161252342", - "info": { - "identifier": 161252342, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161252342", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Capital Estate Agents", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49739/161252342/49739_CPT_CPT_LFSYCL_393_548413685_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.002114, - 51.392082 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -210521,46 +168241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161252396", - "info": { - "identifier": 161252396, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161252396", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257069/161252396/257069_33846052_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.012624, - 51.48022 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -210761,46 +168441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161254649", - "info": { - "identifier": 161254649, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161254649", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161254649/96668_246512728042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.067812, - 51.47205 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -210881,46 +168521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.2, - "qmprice": 31.57, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161255225", - "info": { - "identifier": 161255225, - "sqm_ocr": 79.2, - "price": 2500.0, - "price_per_sqm": 31.565656565656564, - "url": "https://www.rightmove.co.uk/properties/161255225", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Hemmingfords", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201083/161255225/201083_33846230_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120361, - 51.607765 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -211041,46 +168641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.5, - "qmprice": 47.07, - "rooms": 2, - "total_price": 3554.0, - "url": "https://www.rightmove.co.uk/properties/161256257", - "info": { - "identifier": 161256257, - "sqm_ocr": 75.5, - "price": 3554.0, - "price_per_sqm": 47.0728476821192, - "url": "https://www.rightmove.co.uk/properties/161256257", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84889/161256257/84889_1324330_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.132594, - 51.495285 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -211161,46 +168721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.48, - "qmprice": 36.95, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/161257442", - "info": { - "identifier": 161257442, - "sqm_ocr": 101.48, - "price": 3750.0, - "price_per_sqm": 36.95309420575483, - "url": "https://www.rightmove.co.uk/properties/161257442", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/161257442/222842_TCH230318_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12071, - 51.54031 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -211241,86 +168761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161258015", - "info": { - "identifier": 161258015, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161258015", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Jackson-Stops", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52887/161258015/52887_33846393_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.170991, - 51.41705 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161258267", - "info": { - "identifier": 161258267, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161258267", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/161258267/222842_TCH210160_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.072111, - 51.513294 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -211441,46 +168881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 107.0, - "qmprice": 30.37, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161259308", - "info": { - "identifier": 161259308, - "sqm_ocr": 107.0, - "price": 3250.0, - "price_per_sqm": 30.373831775700936, - "url": "https://www.rightmove.co.uk/properties/161259308", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "Tuffin & Wren", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63391/161259308/63391_575618_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.317887, - 51.501705 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -211801,86 +169201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161262146", - "info": { - "identifier": 161262146, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161262146", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Stoneshaw Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42177/161262146/42177_df583f44-15e1-480b-be3b-3a28acf558a6_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.143315, - 51.548714 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.8, - "qmprice": 34.19, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161262512", - "info": { - "identifier": 161262512, - "sqm_ocr": 65.8, - "price": 2250.0, - "price_per_sqm": 34.19452887537994, - "url": "https://www.rightmove.co.uk/properties/161262512", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115507/161262512/115507_P332083_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17654, - 51.47364 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -211904,7 +169224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Shaws Kensington", @@ -211921,46 +169241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161262848", - "info": { - "identifier": 161262848, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161262848", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51171/161262848/51171_000906794_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00865, - 51.56928 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -212041,46 +169321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 39.77, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161263046", - "info": { - "identifier": 161263046, - "sqm_ocr": 88.0, - "price": 3500.0, - "price_per_sqm": 39.77272727272727, - "url": "https://www.rightmove.co.uk/properties/161263046", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77511/161263046/77511_SDL250054_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.082603, - 51.525764 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -212121,46 +169361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2002.0, - "url": "https://www.rightmove.co.uk/properties/161264030", - "info": { - "identifier": 161264030, - "sqm_ocr": null, - "price": 2002.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161264030", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50966/161264030/50966_P4078D1918_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22654, - 51.51739 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -212281,86 +169481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161264237", - "info": { - "identifier": 161264237, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161264237", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161264237/96668_246474527042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.012136, - 51.496735 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161264429", - "info": { - "identifier": 161264429, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161264429", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161264429/96668_246630429042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.117002, - 51.61226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -212401,46 +169521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161264636", - "info": { - "identifier": 161264636, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161264636", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14614/161264636/14614_BLA230298_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00961, - 51.45333 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -212761,46 +169841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.4, - "qmprice": 38.82, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161266592", - "info": { - "identifier": 161266592, - "sqm_ocr": 64.4, - "price": 2500.0, - "price_per_sqm": 38.81987577639751, - "url": "https://www.rightmove.co.uk/properties/161266592", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/167k/166331/161266592/166331_1324026_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.300727, - 51.55493 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -212961,46 +170001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.05, - "qmprice": 47.23, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161269772", - "info": { - "identifier": 161269772, - "sqm_ocr": 55.05, - "price": 2600.0, - "price_per_sqm": 47.22979109900091, - "url": "https://www.rightmove.co.uk/properties/161269772", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Willmotts", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99575/161269772/99575_WILL2000A1D_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.213452, - 51.48229 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -213521,46 +170521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161274401", - "info": { - "identifier": 161274401, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161274401", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 33, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161274401/96668_244330206042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.251751, - 51.595078 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -213761,46 +170721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/161277281", - "info": { - "identifier": 161277281, - "sqm_ocr": null, - "price": 2496.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161277281", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Absolute Living", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91853/161277281/91853_33847594_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.175702, - 51.420948 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214001,86 +170921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3986.0, - "url": "https://www.rightmove.co.uk/properties/161278823", - "info": { - "identifier": 161278823, - "sqm_ocr": null, - "price": 3986.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161278823", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Wellington Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288956/161278823/288956_33830402_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222957, - 51.48227 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161279372", - "info": { - "identifier": 161279372, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161279372", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Brian Cox & Company", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156206/161279372/156206_12660036_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34672, - 51.59351 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214144,7 +170984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 13, + "updated_days": 14, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -214161,126 +171001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.29, - "qmprice": 38.81, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161279696", - "info": { - "identifier": 161279696, - "sqm_ocr": 77.29, - "price": 3000.0, - "price_per_sqm": 38.814853150472246, - "url": "https://www.rightmove.co.uk/properties/161279696", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "ea2", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10387/161279696/10387_33847674_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.052492, - 51.516632 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2149.0, - "url": "https://www.rightmove.co.uk/properties/161279825", - "info": { - "identifier": 161279825, - "sqm_ocr": null, - "price": 2149.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161279825", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40512/161279825/40512_33847681_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.099248, - 51.496166 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 48.78, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161279915", - "info": { - "identifier": 161279915, - "sqm_ocr": 82.0, - "price": 4000.0, - "price_per_sqm": 48.78048780487805, - "url": "https://www.rightmove.co.uk/properties/161279915", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Huttons & Partners", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257087/161279915/257087_HLO-12302032_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.079674, - 51.49876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214481,46 +171201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2860.0, - "url": "https://www.rightmove.co.uk/properties/161282708", - "info": { - "identifier": 161282708, - "sqm_ocr": null, - "price": 2860.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161282708", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161282708/213815_175106_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.01955, - 51.50155 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214561,46 +171241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161282807", - "info": { - "identifier": 161282807, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161282807", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Avery Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267890/161282807/267890_102759000768_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05249, - 51.53261 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214641,46 +171281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161283587", - "info": { - "identifier": 161283587, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161283587", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "GG House", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/280k/279596/161283587/279596_145_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3279, - 51.47679 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214841,46 +171441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.2, - "qmprice": 42.82, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/161284292", - "info": { - "identifier": 161284292, - "sqm_ocr": 58.2, - "price": 2492.0, - "price_per_sqm": 42.81786941580756, - "url": "https://www.rightmove.co.uk/properties/161284292", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22029/161284292/22029_HPL090030_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.21174, - 51.5059 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214921,46 +171481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2940.0, - "url": "https://www.rightmove.co.uk/properties/161284922", - "info": { - "identifier": 161284922, - "sqm_ocr": null, - "price": 2940.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161284922", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57558/161284922/57558_57558_p0193153_INSI006B_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008765, - 51.54761 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -214984,7 +171504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 32, + "updated_days": 33, "status": null, "last_seen": 0, "agency": "Dexters", @@ -215121,46 +171641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161286170", - "info": { - "identifier": 161286170, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161286170", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50930/161286170/50930_P0683F4611_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35512, - 51.50892 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -215521,46 +172001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/161288543", - "info": { - "identifier": 161288543, - "sqm_ocr": null, - "price": 3358.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161288543", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 11, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/161288543/96542_ROCH_000448_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.140009, - 51.55996 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -215721,46 +172161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161289461", - "info": { - "identifier": 161289461, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161289461", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161289461/96668_221004301092024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.287737, - 51.57036 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -216161,126 +172561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3411.0, - "url": "https://www.rightmove.co.uk/properties/161292998", - "info": { - "identifier": 161292998, - "sqm_ocr": null, - "price": 3411.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161292998", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/161292998/259979_EVER-2599792y10qYfT4DdB9KS4tWLNex7NeTFN83AUVfNui9SnQbS5yk8LRdMEGsQS_IMG_38_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161293028", - "info": { - "identifier": 161293028, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161293028", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Parris Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10240/161293028/10240_33848495_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.126077, - 51.465813 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3210.0, - "url": "https://www.rightmove.co.uk/properties/161293100", - "info": { - "identifier": 161293100, - "sqm_ocr": null, - "price": 3210.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161293100", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80829/161293100/80829_TDL250017_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.320697, - 51.42894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -216321,46 +172601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161293295", - "info": { - "identifier": 161293295, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161293295", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Your Move", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/32k/31377/161293295/31377_NHE250173_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.144619, - 51.49132 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -216641,86 +172881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.9, - "qmprice": 25.22, - "rooms": 2, - "total_price": 2595.0, - "url": "https://www.rightmove.co.uk/properties/161294027", - "info": { - "identifier": 161294027, - "sqm_ocr": 102.9, - "price": 2595.0, - "price_per_sqm": 25.21865889212828, - "url": "https://www.rightmove.co.uk/properties/161294027", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84809/161294027/84809_33204883_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.329003, - 51.46712 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161294159", - "info": { - "identifier": 161294159, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161294159", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/161294159/99425_102708042521_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19805, - 51.59645 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -216961,46 +173121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161299043", - "info": { - "identifier": 161299043, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161299043", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161299043/96668_240596603032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.241317, - 51.48196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -217121,46 +173241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161302283", - "info": { - "identifier": 161302283, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161302283", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161302283/96668_246076823042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.370316, - 51.570595 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -217201,46 +173281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2899.0, - "url": "https://www.rightmove.co.uk/properties/161302412", - "info": { - "identifier": 161302412, - "sqm_ocr": null, - "price": 2899.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161302412", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "MoveHome", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78299/161302412/78299_Pen888_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11457, - 51.53075 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -217384,7 +173424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Savills Lettings", @@ -218001,46 +174041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161311292", - "info": { - "identifier": 161311292, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161311292", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Cedar Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79883/161311292/79883_1726_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16107, - 51.52519 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -218121,46 +174121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161312198", - "info": { - "identifier": 161312198, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161312198", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14614/161312198/14614_BLA150581_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.003691, - 51.464867 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -218201,46 +174161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/161312780", - "info": { - "identifier": 161312780, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161312780", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48798/161312780/48798_YLG170709_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.328361, - 51.446358 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -218521,46 +174441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.63, - "qmprice": 37.66, - "rooms": 4, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161315927", - "info": { - "identifier": 161315927, - "sqm_ocr": 79.63, - "price": 2999.0, - "price_per_sqm": 37.66168529448701, - "url": "https://www.rightmove.co.uk/properties/161315927", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Uni Living London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249692/161315927/249692_RL4615_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14774, - 51.544647 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -218601,46 +174481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161316293", - "info": { - "identifier": 161316293, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161316293", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3305/161316293/3305_000312693_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09361, - 51.36953 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -218704,7 +174544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Truepenny's Property Consultants", @@ -218801,46 +174641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161317328", - "info": { - "identifier": 161317328, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161317328", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161317328/96668_242435120032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.090966, - 51.48532 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -218921,46 +174721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.0, - "qmprice": 42.95, - "rooms": 2, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/161317451", - "info": { - "identifier": 161317451, - "sqm_ocr": 78.0, - "price": 3350.0, - "price_per_sqm": 42.94871794871795, - "url": "https://www.rightmove.co.uk/properties/161317451", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161317451/96668_242768623032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105705, - 51.51975 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -219321,46 +175081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161318885", - "info": { - "identifier": 161318885, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161318885", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161318885/78933_33765254_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.283567, - 51.540955 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -219401,46 +175121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 157.7, - "qmprice": 24.41, - "rooms": 4, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/161319476", - "info": { - "identifier": 161319476, - "sqm_ocr": 157.7, - "price": 3850.0, - "price_per_sqm": 24.413443246670894, - "url": "https://www.rightmove.co.uk/properties/161319476", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 32, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84815/161319476/84815_33849737_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34898, - 51.431618 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -219561,46 +175241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 122.74, - "qmprice": 21.18, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161319644", - "info": { - "identifier": 161319644, - "sqm_ocr": 122.74, - "price": 2600.0, - "price_per_sqm": 21.182988430829397, - "url": "https://www.rightmove.co.uk/properties/161319644", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "JLL", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212357/161319644/212357_P160534_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01218, - 51.46503 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -219641,46 +175281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.0, - "qmprice": 48.39, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161319770", - "info": { - "identifier": 161319770, - "sqm_ocr": 62.0, - "price": 3000.0, - "price_per_sqm": 48.38709677419355, - "url": "https://www.rightmove.co.uk/properties/161319770", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/161319770/77197_VCT_VCT_LFSYCL_465_633151174_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13446, - 51.53709 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -220161,46 +175761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.1, - "qmprice": 34.16, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161323553", - "info": { - "identifier": 161323553, - "sqm_ocr": 117.1, - "price": 4000.0, - "price_per_sqm": 34.158838599487616, - "url": "https://www.rightmove.co.uk/properties/161323553", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Romans & Partners", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264404/161323553/264404_RX576631_IMG_25_0001_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.007395, - 51.54098 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -220241,46 +175801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161323826", - "info": { - "identifier": 161323826, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161323826", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AP Living London", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/236k/235805/161323826/235805_33850000_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.387836, - 51.506794 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -220641,46 +176161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3999.0, - "url": "https://www.rightmove.co.uk/properties/161326139", - "info": { - "identifier": 161326139, - "sqm_ocr": null, - "price": 3999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161326139", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161326139/96668_243795401042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.166827, - 51.46175 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -220841,46 +176321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.55, - "qmprice": 36.65, - "rooms": 2, - "total_price": 3575.0, - "url": "https://www.rightmove.co.uk/properties/161330066", - "info": { - "identifier": 161330066, - "sqm_ocr": 97.55, - "price": 3575.0, - "price_per_sqm": 36.64787288569964, - "url": "https://www.rightmove.co.uk/properties/161330066", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Habitat", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96380/161330066/96380_RL6041_IMG_10_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.17361, - 51.555202 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -220921,126 +176361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161330591", - "info": { - "identifier": 161330591, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161330591", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Price Wallace", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102454/161330591/102454_HERCU402_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00583, - 51.51121 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.6, - "qmprice": 26.7, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161330621", - "info": { - "identifier": 161330621, - "sqm_ocr": 108.6, - "price": 2900.0, - "price_per_sqm": 26.703499079189687, - "url": "https://www.rightmove.co.uk/properties/161330621", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44610/161330621/44610_P0280L3210_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.25098, - 51.39465 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.3, - "qmprice": 32.22, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/161331164", - "info": { - "identifier": 161331164, - "sqm_ocr": 71.3, - "price": 2297.0, - "price_per_sqm": 32.215988779803645, - "url": "https://www.rightmove.co.uk/properties/161331164", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Property Liaisons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7769/161331164/7769_LIAIS_001146_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05402, - 51.507034 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -221121,166 +176441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2605.0, - "url": "https://www.rightmove.co.uk/properties/161331218", - "info": { - "identifier": 161331218, - "sqm_ocr": null, - "price": 2605.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161331218", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191213/161331218/191213_KCK250663_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27583, - 51.50732 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161331224", - "info": { - "identifier": 161331224, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161331224", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57904/161331224/57904_KCL250004_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.154472, - 51.43931 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 131.0, - "qmprice": 30.53, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161331239", - "info": { - "identifier": 161331239, - "sqm_ocr": 131.0, - "price": 4000.0, - "price_per_sqm": 30.53435114503817, - "url": "https://www.rightmove.co.uk/properties/161331239", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13325/161331239/13325_CHL200029_L_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.274732, - 51.50139 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.84, - "qmprice": 36.72, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/161331413", - "info": { - "identifier": 161331413, - "sqm_ocr": 104.84, - "price": 3850.0, - "price_per_sqm": 36.72262495230828, - "url": "https://www.rightmove.co.uk/properties/161331413", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51286/161331413/51286_CLL250131_L_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.23177, - 51.49984 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -221441,46 +176601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.7, - "qmprice": 25.09, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161332424", - "info": { - "identifier": 161332424, - "sqm_ocr": 79.7, - "price": 2000.0, - "price_per_sqm": 25.09410288582183, - "url": "https://www.rightmove.co.uk/properties/161332424", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Gibson Lane", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22316/161332424/22316_33850483_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.262334, - 51.38495 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -221601,86 +176721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.6, - "qmprice": 29.29, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161333075", - "info": { - "identifier": 161333075, - "sqm_ocr": 95.6, - "price": 2800.0, - "price_per_sqm": 29.288702928870293, - "url": "https://www.rightmove.co.uk/properties/161333075", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65794/161333075/65794_33850530_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.180862, - 51.440613 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.03, - "qmprice": 26.15, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161333153", - "info": { - "identifier": 161333153, - "sqm_ocr": 86.03, - "price": 2250.0, - "price_per_sqm": 26.15366732535162, - "url": "https://www.rightmove.co.uk/properties/161333153", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Visum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35298/161333153/35298_51756_IMG_16_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061582, - 51.630177 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -221801,46 +176841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.9, - "qmprice": 64.11, - "rooms": 2, - "total_price": 3199.0, - "url": "https://www.rightmove.co.uk/properties/161333708", - "info": { - "identifier": 161333708, - "sqm_ocr": 49.9, - "price": 3199.0, - "price_per_sqm": 64.10821643286573, - "url": "https://www.rightmove.co.uk/properties/161333708", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105644/161333708/105644_KCO250545_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184399, - 51.517418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -222001,46 +177001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161335682", - "info": { - "identifier": 161335682, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161335682", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Folio London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97670/161335682/97670_SHE210040_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.006589, - 51.535168 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -222281,46 +177241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.6, - "qmprice": 30.83, - "rooms": 4, - "total_price": 3995.0, - "url": "https://www.rightmove.co.uk/properties/161338649", - "info": { - "identifier": 161338649, - "sqm_ocr": 129.6, - "price": 3995.0, - "price_per_sqm": 30.825617283950617, - "url": "https://www.rightmove.co.uk/properties/161338649", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15969/161338649/15969_1323982_IMG_01_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.284743, - 51.507816 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -222401,46 +177321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.0, - "qmprice": 39.33, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161339264", - "info": { - "identifier": 161339264, - "sqm_ocr": 89.0, - "price": 3500.0, - "price_per_sqm": 39.325842696629216, - "url": "https://www.rightmove.co.uk/properties/161339264", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 10, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161339264/26207_IUL130494_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "18/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120554, - 51.554382 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -222561,86 +177441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.6, - "qmprice": 39.06, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161340701", - "info": { - "identifier": 161340701, - "sqm_ocr": 89.6, - "price": 3500.0, - "price_per_sqm": 39.0625, - "url": "https://www.rightmove.co.uk/properties/161340701", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57940/161340701/57940_KCQ250684_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.170477, - 51.54215 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.5, - "qmprice": 29.33, - "rooms": 3, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/161340764", - "info": { - "identifier": 161340764, - "sqm_ocr": 114.5, - "price": 3358.0, - "price_per_sqm": 29.32751091703057, - "url": "https://www.rightmove.co.uk/properties/161340764", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57940/161340764/57940_KCQ251046_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.172862, - 51.541664 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -222961,46 +177761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.2, - "qmprice": 43.13, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161342486", - "info": { - "identifier": 161342486, - "sqm_ocr": 74.2, - "price": 3200.0, - "price_per_sqm": 43.1266846361186, - "url": "https://www.rightmove.co.uk/properties/161342486", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22281/161342486/22281_BSL250105_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.16457, - 51.474537 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -223121,86 +177881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161342984", - "info": { - "identifier": 161342984, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161342984", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "1st Avenue", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/93k/92053/161342984/92053_29008253_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.099336, - 51.378914 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.59, - "qmprice": 49.62, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161343128", - "info": { - "identifier": 161343128, - "sqm_ocr": 78.59, - "price": 3900.0, - "price_per_sqm": 49.62463417737625, - "url": "https://www.rightmove.co.uk/properties/161343128", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156875/161343128/156875_33851030_IMG_04_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.138918, - 51.5223 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -223281,46 +177961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161343635", - "info": { - "identifier": 161343635, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161343635", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161343635/96668_246790330042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.085578, - 51.601562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -223681,46 +178321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.9, - "qmprice": 52.19, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161345309", - "info": { - "identifier": 161345309, - "sqm_ocr": 47.9, - "price": 2500.0, - "price_per_sqm": 52.19206680584551, - "url": "https://www.rightmove.co.uk/properties/161345309", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210110/161345309/210110_P299599_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18466, - 51.52655 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -223881,126 +178481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161347223", - "info": { - "identifier": 161347223, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161347223", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Goodfellows", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/9k/8972/161347223/8972_GMO170223_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21329, - 51.39624 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3499.0, - "url": "https://www.rightmove.co.uk/properties/161347496", - "info": { - "identifier": 161347496, - "sqm_ocr": null, - "price": 3499.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161347496", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161347496/96668_246644829042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.099624, - 51.56472 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161347586", - "info": { - "identifier": 161347586, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161347586", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161347586/96668_236759228012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.042346, - 51.57475 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -224041,46 +178521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161347901", - "info": { - "identifier": 161347901, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161347901", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50683/161347901/50683_P276735_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08418, - 51.49905 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -224161,46 +178601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.0, - "qmprice": 31.58, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161349968", - "info": { - "identifier": 161349968, - "sqm_ocr": 76.0, - "price": 2400.0, - "price_per_sqm": 31.57894736842105, - "url": "https://www.rightmove.co.uk/properties/161349968", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84878/161349968/84878_33851526_IMG_04_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.189274, - 51.424774 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -224401,46 +178801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.0, - "qmprice": 56.03, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161352197", - "info": { - "identifier": 161352197, - "sqm_ocr": 58.0, - "price": 3250.0, - "price_per_sqm": 56.03448275862069, - "url": "https://www.rightmove.co.uk/properties/161352197", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237821/161352197/237821_KCU250257_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20424, - 51.492336 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -224521,46 +178881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161352281", - "info": { - "identifier": 161352281, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161352281", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57985/161352281/57985_KCW251087_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.037684, - 51.49142 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -224704,7 +179024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 16, + "updated_days": 17, "status": null, "last_seen": 0, "agency": "Barnard Marcus Lettings", @@ -224721,46 +179041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161353673", - "info": { - "identifier": 161353673, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161353673", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82844/161353673/82844_P2357F1723_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14884, - 51.45 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -224824,7 +179104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Dexters", @@ -224921,46 +179201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 140.0, - "qmprice": 21.42, - "rooms": 4, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161355335", - "info": { - "identifier": 161355335, - "sqm_ocr": 140.0, - "price": 2999.0, - "price_per_sqm": 21.42142857142857, - "url": "https://www.rightmove.co.uk/properties/161355335", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Property Liaisons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7769/161355335/7769_LIAIS_003355_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.015635, - 51.4864 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -225001,46 +179241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3715.0, - "url": "https://www.rightmove.co.uk/properties/161356112", - "info": { - "identifier": 161356112, - "sqm_ocr": null, - "price": 3715.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161356112", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57558/161356112/57558_57558_p0192972_MANN0013_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008613, - 51.545925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -225121,46 +179321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/161356733", - "info": { - "identifier": 161356733, - "sqm_ocr": null, - "price": 3497.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161356733", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Robertson Smith & Kempson", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6954/161356733/6954_33851916_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.267718, - 51.512703 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -225401,46 +179561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.8, - "qmprice": 30.86, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161357933", - "info": { - "identifier": 161357933, - "sqm_ocr": 64.8, - "price": 2000.0, - "price_per_sqm": 30.8641975308642, - "url": "https://www.rightmove.co.uk/properties/161357933", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/122k/121789/161357933/121789_KCS250930_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.021343, - 51.465305 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -225521,46 +179641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.7, - "qmprice": 26.04, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161358341", - "info": { - "identifier": 161358341, - "sqm_ocr": 103.7, - "price": 2700.0, - "price_per_sqm": 26.036644165863066, - "url": "https://www.rightmove.co.uk/properties/161358341", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80281/161358341/80281_1324074_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.013153, - 51.53045 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -225681,86 +179761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161360672", - "info": { - "identifier": 161360672, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161360672", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Prospect London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197495/161360672/197495_33852187_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068199, - 51.4742 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161360816", - "info": { - "identifier": 161360816, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161360816", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161360816/96668_246846430042025_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10693, - 51.49209 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -226201,46 +180201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161366498", - "info": { - "identifier": 161366498, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161366498", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Knights Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/200k/199451/161366498/199451_EDM0013E3_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.083984, - 51.62079 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -226481,46 +180441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/161367539", - "info": { - "identifier": 161367539, - "sqm_ocr": null, - "price": 2275.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161367539", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "JLL", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212327/161367539/212327_P160564_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00274, - 51.51257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -226601,126 +180521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.1, - "qmprice": 30.19, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161368427", - "info": { - "identifier": 161368427, - "sqm_ocr": 91.1, - "price": 2750.0, - "price_per_sqm": 30.186608122941823, - "url": "https://www.rightmove.co.uk/properties/161368427", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Prestige Properties", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/196k/195389/161368427/195389_103325001018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11473, - 51.55485 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.1, - "qmprice": 28.3, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/161368526", - "info": { - "identifier": 161368526, - "sqm_ocr": 74.1, - "price": 2097.0, - "price_per_sqm": 28.299595141700408, - "url": "https://www.rightmove.co.uk/properties/161368526", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Sworn & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48812/161368526/48812_SAC000B64_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.239721, - 51.493675 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.4, - "qmprice": 37.27, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161368694", - "info": { - "identifier": 161368694, - "sqm_ocr": 64.4, - "price": 2400.0, - "price_per_sqm": 37.26708074534161, - "url": "https://www.rightmove.co.uk/properties/161368694", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65920/161368694/65920_WMQ012433466_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21517, - 51.41589 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -226841,86 +180641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.31, - "qmprice": 37.66, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161369381", - "info": { - "identifier": 161369381, - "sqm_ocr": 82.31, - "price": 3100.0, - "price_per_sqm": 37.66249544405297, - "url": "https://www.rightmove.co.uk/properties/161369381", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 10, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161369381/26207_IUL180184_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.087343, - 51.54499 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.72, - "qmprice": 45.32, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161369384", - "info": { - "identifier": 161369384, - "sqm_ocr": 71.72, - "price": 3250.0, - "price_per_sqm": 45.31511433351924, - "url": "https://www.rightmove.co.uk/properties/161369384", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 10, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161369384/26207_HEA746793_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.1074, - 51.553295 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227001,46 +180721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.9, - "qmprice": 29.03, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161369993", - "info": { - "identifier": 161369993, - "sqm_ocr": 68.9, - "price": 2000.0, - "price_per_sqm": 29.027576197387514, - "url": "https://www.rightmove.co.uk/properties/161369993", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84875/161369993/84875_33853262_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.129999, - 51.451317 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227081,46 +180761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161370533", - "info": { - "identifier": 161370533, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161370533", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Element Properties & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221111/161370533/221111_ALP230156_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135798, - 51.5373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227184,7 +180824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -227241,46 +180881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.5, - "qmprice": 35.08, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161371310", - "info": { - "identifier": 161371310, - "sqm_ocr": 85.5, - "price": 2999.0, - "price_per_sqm": 35.07602339181287, - "url": "https://www.rightmove.co.uk/properties/161371310", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Waterview", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84869/161371310/84869_33853345_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.181144, - 51.476254 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227321,126 +180921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.3, - "qmprice": 22.75, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161371577", - "info": { - "identifier": 161371577, - "sqm_ocr": 92.3, - "price": 2100.0, - "price_per_sqm": 22.75189599133261, - "url": "https://www.rightmove.co.uk/properties/161371577", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Pedder", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/22k/21476/161371577/21476_33853364_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09113, - 51.432205 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161371817", - "info": { - "identifier": 161371817, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161371817", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84878/161371817/84878_33853375_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.21521, - 51.415813 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3857.0, - "url": "https://www.rightmove.co.uk/properties/161371850", - "info": { - "identifier": 161371850, - "sqm_ocr": null, - "price": 3857.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161371850", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Apartment Property Management and Sales", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270371/161371850/270371_APM240033_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130355, - 51.48196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227481,46 +180961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/161372276", - "info": { - "identifier": 161372276, - "sqm_ocr": null, - "price": 3650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161372276", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "relocate-me.co.uk", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33012/161372276/33012_43956_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09687, - 51.52983 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227561,46 +181001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2995.0, - "url": "https://www.rightmove.co.uk/properties/161372483", - "info": { - "identifier": 161372483, - "sqm_ocr": null, - "price": 2995.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161372483", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247505/161372483/247505_P467927_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05476, - 51.55378 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227681,46 +181081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.22, - "qmprice": 33.21, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161372591", - "info": { - "identifier": 161372591, - "sqm_ocr": 60.22, - "price": 2000.0, - "price_per_sqm": 33.211557622052474, - "url": "https://www.rightmove.co.uk/properties/161372591", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65264/161372591/65264_P3022F2701_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21544, - 51.38071 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -227761,46 +181121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.22, - "qmprice": 33.21, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161372702", - "info": { - "identifier": 161372702, - "sqm_ocr": 60.22, - "price": 2000.0, - "price_per_sqm": 33.211557622052474, - "url": "https://www.rightmove.co.uk/properties/161372702", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65264/161372702/65264_P5087F5101_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21544, - 51.38071 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228001,46 +181321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.0, - "qmprice": 41.04, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161374301", - "info": { - "identifier": 161374301, - "sqm_ocr": 67.0, - "price": 2750.0, - "price_per_sqm": 41.04477611940298, - "url": "https://www.rightmove.co.uk/properties/161374301", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58003/161374301/58003_KBA252419_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183574, - 51.435925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228161,46 +181441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161374484", - "info": { - "identifier": 161374484, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161374484", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/161374484/222842_TCT250283_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.116404, - 51.531754 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228241,46 +181481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.5, - "qmprice": 26.05, - "rooms": 2, - "total_price": 2123.0, - "url": "https://www.rightmove.co.uk/properties/161374865", - "info": { - "identifier": 161374865, - "sqm_ocr": 81.5, - "price": 2123.0, - "price_per_sqm": 26.049079754601227, - "url": "https://www.rightmove.co.uk/properties/161374865", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Cedar Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79883/161374865/79883_3828_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.25882, - 51.59246 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228361,46 +181561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.6, - "qmprice": 38.19, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161375216", - "info": { - "identifier": 161375216, - "sqm_ocr": 57.6, - "price": 2200.0, - "price_per_sqm": 38.19444444444444, - "url": "https://www.rightmove.co.uk/properties/161375216", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/161375216/107533_1324635_IMG_26_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.012407, - 51.49404 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228521,46 +181681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.4, - "qmprice": 38.82, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161375972", - "info": { - "identifier": 161375972, - "sqm_ocr": 64.4, - "price": 2500.0, - "price_per_sqm": 38.81987577639751, - "url": "https://www.rightmove.co.uk/properties/161375972", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49030/161375972/49030_PUL220038_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.215164, - 51.415783 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228881,46 +182001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161376632", - "info": { - "identifier": 161376632, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161376632", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161376632/78933_33853671_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096727, - 51.52926 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -228961,46 +182041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.22, - "qmprice": 33.21, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161376980", - "info": { - "identifier": 161376980, - "sqm_ocr": 60.22, - "price": 2000.0, - "price_per_sqm": 33.211557622052474, - "url": "https://www.rightmove.co.uk/properties/161376980", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65264/161376980/65264_P3298F2801_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21544, - 51.38071 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -229041,86 +182081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161377049", - "info": { - "identifier": 161377049, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161377049", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "William H. Brown Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/152k/151466/161377049/151466_P0815F3501_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.143, - 51.57263 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.5, - "qmprice": 38.17, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161377406", - "info": { - "identifier": 161377406, - "sqm_ocr": 65.5, - "price": 2500.0, - "price_per_sqm": 38.16793893129771, - "url": "https://www.rightmove.co.uk/properties/161377406", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Paramount", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62636/161377406/62636_PAR210074_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.193724, - 51.55075 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -229321,46 +182281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161379443", - "info": { - "identifier": 161379443, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161379443", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/143k/142988/161379443/142988_33853709_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.232802, - 51.37784 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -229401,46 +182321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.3, - "qmprice": 30.86, - "rooms": 4, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161380394", - "info": { - "identifier": 161380394, - "sqm_ocr": 71.3, - "price": 2200.0, - "price_per_sqm": 30.85553997194951, - "url": "https://www.rightmove.co.uk/properties/161380394", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Humphrey & CO Property Services", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79533/161380394/79533_33853913_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.074964, - 51.61534 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -229521,86 +182401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/161381183", - "info": { - "identifier": 161381183, - "sqm_ocr": null, - "price": 2550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161381183", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "The Online Letting Agents Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82831/161381183/82831_7775_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07796, - 51.36715 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2499.0, - "url": "https://www.rightmove.co.uk/properties/161381321", - "info": { - "identifier": 161381321, - "sqm_ocr": null, - "price": 2499.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161381321", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "SW16", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76165/161381321/76165_PRL_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1208, - 51.33373 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -229721,86 +182521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.42, - "qmprice": 56.16, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161382710", - "info": { - "identifier": 161382710, - "sqm_ocr": 53.42, - "price": 3000.0, - "price_per_sqm": 56.15874204417821, - "url": "https://www.rightmove.co.uk/properties/161382710", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Jonathan Arron Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/70k/69315/161382710/69315_JOW250076_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184961, - 51.536877 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161382905", - "info": { - "identifier": 161382905, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161382905", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161382905/191744_RL2924_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.285027, - 51.54104 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -229921,46 +182641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.0, - "qmprice": 42.71, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161384381", - "info": { - "identifier": 161384381, - "sqm_ocr": 48.0, - "price": 2050.0, - "price_per_sqm": 42.708333333333336, - "url": "https://www.rightmove.co.uk/properties/161384381", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57934/161384381/57934_KDN251499_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.224019, - 51.48831 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -230001,46 +182681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.0, - "qmprice": 33.12, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161384516", - "info": { - "identifier": 161384516, - "sqm_ocr": 80.0, - "price": 2650.0, - "price_per_sqm": 33.125, - "url": "https://www.rightmove.co.uk/properties/161384516", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209807/161384516/209807_CDL210028_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.029345, - 51.50749 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -230401,86 +183041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2249.0, - "url": "https://www.rightmove.co.uk/properties/161389013", - "info": { - "identifier": 161389013, - "sqm_ocr": null, - "price": 2249.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161389013", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Absolute Living", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91853/161389013/91853_33854327_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17221, - 51.470516 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161389121", - "info": { - "identifier": 161389121, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161389121", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161389121/96668_231960509122024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186847, - 51.41608 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -230761,46 +183321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.4, - "qmprice": 27.42, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161390309", - "info": { - "identifier": 161390309, - "sqm_ocr": 78.4, - "price": 2150.0, - "price_per_sqm": 27.4234693877551, - "url": "https://www.rightmove.co.uk/properties/161390309", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80829/161390309/80829_WML200010_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.332069, - 51.44927 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -230841,46 +183361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161390747", - "info": { - "identifier": 161390747, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161390747", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Martyn Gerrard", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13093/161390747/13093_NFL210108_L_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184568, - 51.602234 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -231481,46 +183961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.8, - "qmprice": 35.43, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161391944", - "info": { - "identifier": 161391944, - "sqm_ocr": 98.8, - "price": 3500.0, - "price_per_sqm": 35.4251012145749, - "url": "https://www.rightmove.co.uk/properties/161391944", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71401/161391944/71401_1324332_IMG_01_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.219563, - 51.556847 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -231601,46 +184041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.1, - "qmprice": 41.58, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161392097", - "info": { - "identifier": 161392097, - "sqm_ocr": 48.1, - "price": 2000.0, - "price_per_sqm": 41.58004158004158, - "url": "https://www.rightmove.co.uk/properties/161392097", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/150k/149153/161392097/149153_1324174_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.235156, - 51.409115 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -231761,46 +184161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.4, - "qmprice": 43.32, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161393261", - "info": { - "identifier": 161393261, - "sqm_ocr": 55.4, - "price": 2400.0, - "price_per_sqm": 43.321299638989174, - "url": "https://www.rightmove.co.uk/properties/161393261", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Douglas and Gordon", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264326/161393261/264326_Y77917_2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.174919, - 51.4714 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -231921,46 +184281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.7, - "qmprice": 29.38, - "rooms": 4, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161394686", - "info": { - "identifier": 161394686, - "sqm_ocr": 98.7, - "price": 2900.0, - "price_per_sqm": 29.38196555217832, - "url": "https://www.rightmove.co.uk/properties/161394686", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Oakhill", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/89k/88216/161394686/88216_0313121f-8dbe-48a1-bb3c-2a98474bab9b_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.354171, - 51.47603 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -232401,46 +184721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.87, - "qmprice": 25.3, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161397776", - "info": { - "identifier": 161397776, - "sqm_ocr": 92.87, - "price": 2350.0, - "price_per_sqm": 25.304188650802196, - "url": "https://www.rightmove.co.uk/properties/161397776", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15975/161397776/15975_1324861_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.202251, - 51.426193 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -232561,46 +184841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2895.0, - "url": "https://www.rightmove.co.uk/properties/161398982", - "info": { - "identifier": 161398982, - "sqm_ocr": null, - "price": 2895.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161398982", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57558/161398982/57558_57558_p0192955_EMPE0007_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008613, - 51.545925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -232721,46 +184961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161399486", - "info": { - "identifier": 161399486, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161399486", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57994/161399486/57994_KDI251839_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096706, - 51.439365 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -232801,46 +185001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3688.0, - "url": "https://www.rightmove.co.uk/properties/161399663", - "info": { - "identifier": 161399663, - "sqm_ocr": null, - "price": 3688.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161399663", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "London Property Guru", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97850/161399663/97850_RX576990_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.121336, - 51.492107 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -232881,86 +185041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161399687", - "info": { - "identifier": 161399687, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161399687", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237689/161399687/237689_KEB250289_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203159, - 51.53382 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/161399723", - "info": { - "identifier": 161399723, - "sqm_ocr": null, - "price": 2197.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161399723", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237689/161399723/237689_KEB250360_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.204573, - 51.526978 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233041,46 +185121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.9, - "qmprice": 33.2, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161400257", - "info": { - "identifier": 161400257, - "sqm_ocr": 97.9, - "price": 3250.0, - "price_per_sqm": 33.19713993871297, - "url": "https://www.rightmove.co.uk/properties/161400257", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/129k/128629/161400257/128629_KEF240201_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.196013, - 51.493458 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233121,46 +185161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.0, - "qmprice": 53.39, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/161400314", - "info": { - "identifier": 161400314, - "sqm_ocr": 59.0, - "price": 3150.0, - "price_per_sqm": 53.389830508474574, - "url": "https://www.rightmove.co.uk/properties/161400314", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/129k/128629/161400314/128629_KEF250347_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180203, - 51.48883 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233241,46 +185241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.0, - "qmprice": 39.33, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161400638", - "info": { - "identifier": 161400638, - "sqm_ocr": 89.0, - "price": 3500.0, - "price_per_sqm": 39.325842696629216, - "url": "https://www.rightmove.co.uk/properties/161400638", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13325/161400638/13325_CHL250013_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.275985, - 51.484985 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233321,46 +185281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.2, - "qmprice": 34.57, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/161400734", - "info": { - "identifier": 161400734, - "sqm_ocr": 72.2, - "price": 2496.0, - "price_per_sqm": 34.57063711911357, - "url": "https://www.rightmove.co.uk/properties/161400734", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/161400734/96542_ROCH_002761_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.148223, - 51.544346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233401,46 +185321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/161401022", - "info": { - "identifier": 161401022, - "sqm_ocr": null, - "price": 2097.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161401022", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82537/161401022/82537_33855132_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.022953, - 51.488686 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233601,46 +185481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161401622", - "info": { - "identifier": 161401622, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161401622", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Petty Son & Prestwich Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70202/161401622/70202_33855170_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.025054, - 51.57541 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233681,46 +185521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161402180", - "info": { - "identifier": 161402180, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161402180", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Galaxy Real Estate", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/220k/219908/161402180/219908_4062_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375069, - 51.5057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -233801,46 +185601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.6, - "qmprice": 37.97, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161402468", - "info": { - "identifier": 161402468, - "sqm_ocr": 85.6, - "price": 3250.0, - "price_per_sqm": 37.96728971962617, - "url": "https://www.rightmove.co.uk/properties/161402468", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/161402468/55101_1324765_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.064243, - 51.48553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234041,46 +185801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.6, - "qmprice": 30.89, - "rooms": 2, - "total_price": 2490.0, - "url": "https://www.rightmove.co.uk/properties/161404889", - "info": { - "identifier": 161404889, - "sqm_ocr": 80.6, - "price": 2490.0, - "price_per_sqm": 30.89330024813896, - "url": "https://www.rightmove.co.uk/properties/161404889", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Fisks Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38558/161404889/38558_33855285_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.010613, - 51.505272 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234161,46 +185881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.4, - "qmprice": 17.46, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161406263", - "info": { - "identifier": 161406263, - "sqm_ocr": 117.4, - "price": 2050.0, - "price_per_sqm": 17.461669505962522, - "url": "https://www.rightmove.co.uk/properties/161406263", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87812/161406263/87812_1324909_IMG_18_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.248905, - 51.596573 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234321,46 +186001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2249.0, - "url": "https://www.rightmove.co.uk/properties/161406770", - "info": { - "identifier": 161406770, - "sqm_ocr": null, - "price": 2249.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161406770", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25214/161406770/25214_33855313_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.049542, - 51.49936 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234641,46 +186281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.4, - "qmprice": 30.76, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161408108", - "info": { - "identifier": 161408108, - "sqm_ocr": 76.4, - "price": 2350.0, - "price_per_sqm": 30.75916230366492, - "url": "https://www.rightmove.co.uk/properties/161408108", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57979/161408108/57979_KEH251856_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120749, - 51.4398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234704,7 +186304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Kinleigh Folkard & Hayward - Lettings", @@ -234721,46 +186321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.0, - "qmprice": 31.93, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161408330", - "info": { - "identifier": 161408330, - "sqm_ocr": 83.0, - "price": 2650.0, - "price_per_sqm": 31.927710843373493, - "url": "https://www.rightmove.co.uk/properties/161408330", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57991/161408330/57991_KEJ251582_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17688, - 51.429504 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234801,46 +186361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161408417", - "info": { - "identifier": 161408417, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161408417", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58000/161408417/58000_KEO240135_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21511, - 51.41575 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -234881,46 +186401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161408426", - "info": { - "identifier": 161408426, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161408426", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58000/161408426/58000_KEO251265_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21586, - 51.41645 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235041,86 +186521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.3, - "qmprice": 32.72, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161408444", - "info": { - "identifier": 161408444, - "sqm_ocr": 70.3, - "price": 2300.0, - "price_per_sqm": 32.71692745376956, - "url": "https://www.rightmove.co.uk/properties/161408444", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58000/161408444/58000_KEO251295_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.218832, - 51.41586 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 130.3, - "qmprice": 27.63, - "rooms": 3, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161408453", - "info": { - "identifier": 161408453, - "sqm_ocr": 130.3, - "price": 3600.0, - "price_per_sqm": 27.628549501151188, - "url": "https://www.rightmove.co.uk/properties/161408453", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58000/161408453/58000_KEO251333_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.215214, - 51.41622 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235201,46 +186601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161408474", - "info": { - "identifier": 161408474, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161408474", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58000/161408474/58000_KEO251804_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.201825, - 51.419685 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235281,46 +186641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.76, - "qmprice": 41.88, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161408798", - "info": { - "identifier": 161408798, - "sqm_ocr": 47.76, - "price": 2000.0, - "price_per_sqm": 41.87604690117253, - "url": "https://www.rightmove.co.uk/properties/161408798", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66768/161408798/66768_1324916_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06868, - 51.467987 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235401,46 +186721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161410445", - "info": { - "identifier": 161410445, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161410445", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Milegate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/124k/123322/161410445/123322_POINT_006349_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.300752, - 51.512474 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235561,46 +186841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.0, - "qmprice": 27.4, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161411225", - "info": { - "identifier": 161411225, - "sqm_ocr": 73.0, - "price": 2000.0, - "price_per_sqm": 27.397260273972602, - "url": "https://www.rightmove.co.uk/properties/161411225", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Anthony Webb Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9316/161411225/9316_33855551_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.100637, - 51.62017 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235761,46 +187001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/161417165", - "info": { - "identifier": 161417165, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161417165", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "The Online Letting Agents Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82831/161417165/82831_6851_IMG_00_0000_max_656x437.png", - "let_date_available": "14/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.110722, - 51.522396 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -235961,46 +187161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161419493", - "info": { - "identifier": 161419493, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161419493", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Oyster Properties", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/20k/19059/161419493/19059_6d5471a1-6f60-4bc1-8208-53be4feceaea_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.304412, - 51.60437 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -236081,46 +187241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.1, - "qmprice": 30.48, - "rooms": 2, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/161420531", - "info": { - "identifier": 161420531, - "sqm_ocr": 98.1, - "price": 2990.0, - "price_per_sqm": 30.47910295616718, - "url": "https://www.rightmove.co.uk/properties/161420531", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Salter Rex", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75236/161420531/75236_33855893_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.163463, - 51.557735 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -236264,7 +187384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "LizardProperty", @@ -236481,46 +187601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.5, - "qmprice": 28.08, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161422508", - "info": { - "identifier": 161422508, - "sqm_ocr": 101.5, - "price": 2850.0, - "price_per_sqm": 28.07881773399015, - "url": "https://www.rightmove.co.uk/properties/161422508", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57967/161422508/57967_KBS251363_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.044665, - 51.470444 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -237241,46 +188321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.3, - "qmprice": 23.4, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161426798", - "info": { - "identifier": 161426798, - "sqm_ocr": 98.3, - "price": 2300.0, - "price_per_sqm": 23.397761953204476, - "url": "https://www.rightmove.co.uk/properties/161426798", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202589/161426798/202589_KCY250001_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.043773, - 51.439285 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -237321,46 +188361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.66, - "qmprice": 25.75, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161426909", - "info": { - "identifier": 161426909, - "sqm_ocr": 77.66, - "price": 2000.0, - "price_per_sqm": 25.75328354365182, - "url": "https://www.rightmove.co.uk/properties/161426909", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98852/161426909/98852_KEL250676_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.196969, - 51.549503 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -237401,86 +188401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161426969", - "info": { - "identifier": 161426969, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161426969", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98852/161426969/98852_KEL250790_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.182476, - 51.54543 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161426999", - "info": { - "identifier": 161426999, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161426999", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98852/161426999/98852_KEL250882_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.204439, - 51.55067 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -237681,46 +188601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161428136", - "info": { - "identifier": 161428136, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161428136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/161428136/259979_EVER-OTVhZTkwMDgtMTcyOC00ODY0LTlhOTMtYmZmMjFmNzcwMzhiLTI=_IMG_39_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -237921,86 +188801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2746.0, - "url": "https://www.rightmove.co.uk/properties/161428862", - "info": { - "identifier": 161428862, - "sqm_ocr": null, - "price": 2746.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161428862", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/161428862/259979_EVER-MmUyMmY2ZWQtMzg4ZC00YzQ1LTk4NTMtOTZkYWU3MDE5MWQ1LTc=_IMG_39_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161428940", - "info": { - "identifier": 161428940, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161428940", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Abacus Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26267/161428940/26267_ABAC_002419_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197318, - 51.562572 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -238041,46 +188841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161428997", - "info": { - "identifier": 161428997, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161428997", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209807/161428997/209807_HEA220619_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020933, - 51.51349 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -238241,46 +189001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161429783", - "info": { - "identifier": 161429783, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161429783", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161429783/96668_208751715052024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185805, - 51.45267 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -238401,86 +189121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 137.8, - "qmprice": 23.58, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161431106", - "info": { - "identifier": 161431106, - "sqm_ocr": 137.8, - "price": 3250.0, - "price_per_sqm": 23.584905660377355, - "url": "https://www.rightmove.co.uk/properties/161431106", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107018/161431106/107018_NWL250609_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.429841, - 51.612198 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/161431196", - "info": { - "identifier": 161431196, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161431196", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ernest Brooks International", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264878/161431196/264878_CAN211177_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.223693, - 51.511543 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -238721,46 +189361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.6, - "qmprice": 20.87, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161431955", - "info": { - "identifier": 161431955, - "sqm_ocr": 112.6, - "price": 2350.0, - "price_per_sqm": 20.870337477797513, - "url": "https://www.rightmove.co.uk/properties/161431955", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118042/161431955/118042_33856621_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.026653, - 51.48151 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -238921,86 +189521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 144.2, - "qmprice": 23.23, - "rooms": 3, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/161432705", - "info": { - "identifier": 161432705, - "sqm_ocr": 144.2, - "price": 3350.0, - "price_per_sqm": 23.231622746185856, - "url": "https://www.rightmove.co.uk/properties/161432705", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107018/161432705/107018_NWL250610_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.429841, - 51.612198 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.0, - "qmprice": 35.71, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161432708", - "info": { - "identifier": 161432708, - "sqm_ocr": 84.0, - "price": 3000.0, - "price_per_sqm": 35.714285714285715, - "url": "https://www.rightmove.co.uk/properties/161432708", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107018/161432708/107018_NWL250611_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.429841, - 51.612198 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -239344,7 +189864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Christopher Nevill", @@ -239361,46 +189881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2080.0, - "url": "https://www.rightmove.co.uk/properties/161436122", - "info": { - "identifier": 161436122, - "sqm_ocr": null, - "price": 2080.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161436122", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CityZEN", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29861/161436122/29861_33856922_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008465, - 51.53723 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -239881,46 +190361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161438528", - "info": { - "identifier": 161438528, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161438528", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/161438528/115768_78459forss_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10224, - 51.48406 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -240001,46 +190441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161439500", - "info": { - "identifier": 161439500, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161439500", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/161439500/252785_33857186_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.340456, - 51.58054 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -240121,46 +190521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.6, - "qmprice": 40.89, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161439749", - "info": { - "identifier": 161439749, - "sqm_ocr": 85.6, - "price": 3500.0, - "price_per_sqm": 40.887850467289724, - "url": "https://www.rightmove.co.uk/properties/161439749", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247481/161439749/247481_P285238_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18003, - 51.4584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -240281,86 +190641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161440760", - "info": { - "identifier": 161440760, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161440760", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Leaders Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9170/161440760/9170_P459446_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30805, - 51.41023 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.4, - "qmprice": 34.64, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161441363", - "info": { - "identifier": 161441363, - "sqm_ocr": 66.4, - "price": 2300.0, - "price_per_sqm": 34.63855421686747, - "url": "https://www.rightmove.co.uk/properties/161441363", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Ernest Brooks International", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264878/161441363/264878_CAN240677_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.018193, - 51.497784 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -240521,246 +190801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161442314", - "info": { - "identifier": 161442314, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161442314", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Northwood", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42308/161442314/42308_P1770_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19928, - 51.52497 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161442536", - "info": { - "identifier": 161442536, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161442536", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/161442536/270209_S1821-0009_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.074145, - 51.508347 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2610.0, - "url": "https://www.rightmove.co.uk/properties/161442635", - "info": { - "identifier": 161442635, - "sqm_ocr": null, - "price": 2610.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161442635", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/161442635/270209_S1823-0028_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.074145, - 51.508347 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161442725", - "info": { - "identifier": 161442725, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161442725", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/161442725/270209_S1821-0004_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.074145, - 51.508347 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3240.0, - "url": "https://www.rightmove.co.uk/properties/161442887", - "info": { - "identifier": 161442887, - "sqm_ocr": null, - "price": 3240.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161442887", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/161442887/270209_S1822-0018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03589, - 51.50341 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161443244", - "info": { - "identifier": 161443244, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161443244", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/237k/236303/161443244/236303_P65956_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.24717, - 51.59419 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -240881,46 +190921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.73, - "qmprice": 43.54, - "rooms": 2, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/161444828", - "info": { - "identifier": 161444828, - "sqm_ocr": 63.73, - "price": 2775.0, - "price_per_sqm": 43.54307233641927, - "url": "https://www.rightmove.co.uk/properties/161444828", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons in association with James Pendleton", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/280k/279227/161444828/279227_WLS240465_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185157, - 51.43645 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -241321,46 +191321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 45.43, - "rooms": 2, - "total_price": 3952.0, - "url": "https://www.rightmove.co.uk/properties/161447678", - "info": { - "identifier": 161447678, - "sqm_ocr": 87.0, - "price": 3952.0, - "price_per_sqm": 45.42528735632184, - "url": "https://www.rightmove.co.uk/properties/161447678", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CityZEN", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29861/161447678/29861_33857752_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.132376, - 51.481228 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -241681,46 +191641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161450225", - "info": { - "identifier": 161450225, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161450225", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 30, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161450225/96668_246224025042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.396026, - 51.517426 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -241801,46 +191721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161450378", - "info": { - "identifier": 161450378, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161450378", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161450378/96668_246501428042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.362458, - 51.47045 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -241921,46 +191801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.0, - "qmprice": 42.25, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161450618", - "info": { - "identifier": 161450618, - "sqm_ocr": 71.0, - "price": 3000.0, - "price_per_sqm": 42.25352112676056, - "url": "https://www.rightmove.co.uk/properties/161450618", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 11, - "agency": "PG Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107294/161450618/107294_274_PGES_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.099507, - 51.543453 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -242121,46 +191961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.7, - "qmprice": 30.57, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161452532", - "info": { - "identifier": 161452532, - "sqm_ocr": 86.7, - "price": 2650.0, - "price_per_sqm": 30.565167243367934, - "url": "https://www.rightmove.co.uk/properties/161452532", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/161452532/107533_1319113_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.037873, - 51.475994 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -242561,126 +192361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2595.0, - "url": "https://www.rightmove.co.uk/properties/161453945", - "info": { - "identifier": 161453945, - "sqm_ocr": null, - "price": 2595.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161453945", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/266k/265673/161453945/265673_S1619-0097_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27546, - 51.50805 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.67, - "qmprice": 36.79, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161453990", - "info": { - "identifier": 161453990, - "sqm_ocr": 70.67, - "price": 2600.0, - "price_per_sqm": 36.79071741898967, - "url": "https://www.rightmove.co.uk/properties/161453990", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Horton and Garton", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/61k/60200/161453990/60200_29017153_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21035, - 51.49242 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/161454188", - "info": { - "identifier": 161454188, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161454188", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Absolute Living", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91853/161454188/91853_33858182_IMG_00_0000_max_656x437.png", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167062, - 51.425873 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -242784,7 +192464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 29, + "updated_days": 30, "status": null, "last_seen": 0, "agency": "JC Living", @@ -242841,46 +192521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/161454686", - "info": { - "identifier": 161454686, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161454686", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283691/161454686/283691_S2028-0603_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13363, - 51.45237 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243001,46 +192641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 107.7, - "qmprice": 29.71, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161456054", - "info": { - "identifier": 161456054, - "sqm_ocr": 107.7, - "price": 3200.0, - "price_per_sqm": 29.712163416898793, - "url": "https://www.rightmove.co.uk/properties/161456054", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martyn Gerrard", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13105/161456054/13105_NFL170168_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.182906, - 51.617455 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243201,46 +192801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2815.0, - "url": "https://www.rightmove.co.uk/properties/161457182", - "info": { - "identifier": 161457182, - "sqm_ocr": null, - "price": 2815.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161457182", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283691/161457182/283691_S2028-0406_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13344, - 51.45344 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243361,46 +192921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.36, - "qmprice": 34.31, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161457671", - "info": { - "identifier": 161457671, - "sqm_ocr": 90.36, - "price": 3100.0, - "price_per_sqm": 34.30721558211598, - "url": "https://www.rightmove.co.uk/properties/161457671", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48994/161457671/48994_CNL250098_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020978, - 51.516636 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243521,46 +193041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.1, - "qmprice": 25.22, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161459021", - "info": { - "identifier": 161459021, - "sqm_ocr": 103.1, - "price": 2600.0, - "price_per_sqm": 25.218234723569353, - "url": "https://www.rightmove.co.uk/properties/161459021", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/109k/108947/161459021/108947_1323768_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.37669, - 51.56156 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243681,46 +193161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.4, - "qmprice": 36.2, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161459327", - "info": { - "identifier": 161459327, - "sqm_ocr": 59.4, - "price": 2150.0, - "price_per_sqm": 36.195286195286194, - "url": "https://www.rightmove.co.uk/properties/161459327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15951/161459327/15951_1324996_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.285929, - 51.488876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243801,46 +193241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.5, - "qmprice": 53.72, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161460011", - "info": { - "identifier": 161460011, - "sqm_ocr": 60.5, - "price": 3250.0, - "price_per_sqm": 53.71900826446281, - "url": "https://www.rightmove.co.uk/properties/161460011", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15942/161460011/15942_1309827_IMG_02_0004_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.191505, - 51.496147 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -243984,7 +193384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Battersea & Nine Elms Estates", @@ -244121,46 +193521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 39.68, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161463386", - "info": { - "identifier": 161463386, - "sqm_ocr": 63.0, - "price": 2500.0, - "price_per_sqm": 39.682539682539684, - "url": "https://www.rightmove.co.uk/properties/161463386", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84878/161463386/84878_33858784_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.21521, - 51.415813 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -244241,46 +193601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.14, - "qmprice": 30.52, - "rooms": 4, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161463872", - "info": { - "identifier": 161463872, - "sqm_ocr": 108.14, - "price": 3300.0, - "price_per_sqm": 30.515997780654708, - "url": "https://www.rightmove.co.uk/properties/161463872", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/130k/129652/161463872/129652_P1469E1427_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14447, - 51.59309 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -244361,46 +193681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.4, - "qmprice": 30.81, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161464586", - "info": { - "identifier": 161464586, - "sqm_ocr": 84.4, - "price": 2600.0, - "price_per_sqm": 30.805687203791468, - "url": "https://www.rightmove.co.uk/properties/161464586", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Fletchers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84866/161464586/84866_33858837_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24239, - 51.494446 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -244561,46 +193841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.7, - "qmprice": 39.79, - "rooms": 2, - "total_price": 3012.0, - "url": "https://www.rightmove.co.uk/properties/161466209", - "info": { - "identifier": 161466209, - "sqm_ocr": 75.7, - "price": 3012.0, - "price_per_sqm": 39.788639365918094, - "url": "https://www.rightmove.co.uk/properties/161466209", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/161466209/48101_1324411_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.018892, - 51.498344 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -244641,86 +193881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.9, - "qmprice": 45.35, - "rooms": 2, - "total_price": 3034.0, - "url": "https://www.rightmove.co.uk/properties/161466398", - "info": { - "identifier": 161466398, - "sqm_ocr": 66.9, - "price": 3034.0, - "price_per_sqm": 45.35127055306427, - "url": "https://www.rightmove.co.uk/properties/161466398", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57287/161466398/57287_1325058_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.069344, - 51.443745 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.5, - "qmprice": 36.38, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/161466506", - "info": { - "identifier": 161466506, - "sqm_ocr": 68.5, - "price": 2492.0, - "price_per_sqm": 36.37956204379562, - "url": "https://www.rightmove.co.uk/properties/161466506", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15957/161466506/15957_1325059_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.153151, - 51.554398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -245041,86 +194201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.9, - "qmprice": 39.75, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161467346", - "info": { - "identifier": 161467346, - "sqm_ocr": 62.9, - "price": 2500.0, - "price_per_sqm": 39.7456279809221, - "url": "https://www.rightmove.co.uk/properties/161467346", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58000/161467346/58000_KEO240244_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21511, - 51.41575 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161467400", - "info": { - "identifier": 161467400, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161467400", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/242k/241370/161467400/241370_33859021_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.09293, - 51.47667 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -245321,46 +194401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.7, - "qmprice": 38.22, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/161468342", - "info": { - "identifier": 161468342, - "sqm_ocr": 90.7, - "price": 3467.0, - "price_per_sqm": 38.22491730981257, - "url": "https://www.rightmove.co.uk/properties/161468342", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55362/161468342/55362_33859053_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.174266, - 51.513893 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -246041,46 +195081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.66, - "qmprice": 35.44, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161470466", - "info": { - "identifier": 161470466, - "sqm_ocr": 60.66, - "price": 2150.0, - "price_per_sqm": 35.44345532476096, - "url": "https://www.rightmove.co.uk/properties/161470466", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44538/161470466/44538_WBL220073_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.161366, - 51.465378 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -246161,46 +195161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161471255", - "info": { - "identifier": 161471255, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161471255", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Belvoir", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/225k/224096/161471255/224096_P423_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16419, - 51.52668 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -246241,86 +195201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.0, - "qmprice": 41.79, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161472320", - "info": { - "identifier": 161472320, - "sqm_ocr": 67.0, - "price": 2800.0, - "price_per_sqm": 41.791044776119406, - "url": "https://www.rightmove.co.uk/properties/161472320", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Viewit Real Estate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266159/161472320/266159_RL0052_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126316, - 51.48138 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/161472800", - "info": { - "identifier": 161472800, - "sqm_ocr": null, - "price": 3033.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161472800", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/161472800/115768_whitty_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "03/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35822, - 51.4506 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -246584,7 +195464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Allen Goldstein", @@ -246681,46 +195561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161477507", - "info": { - "identifier": 161477507, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161477507", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161477507/96668_244697609042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.163876, - 51.480255 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -246801,46 +195641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3123.0, - "url": "https://www.rightmove.co.uk/properties/161482496", - "info": { - "identifier": 161482496, - "sqm_ocr": null, - "price": 3123.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161482496", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/161482496/253604_34SANDHU0305_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00607, - 51.54176 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -247001,86 +195801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161484272", - "info": { - "identifier": 161484272, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161484272", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 29, - "status": null, - "last_seen": 9, - "agency": "SW16", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76165/161484272/76165_BTS_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15265, - 51.46625 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161484374", - "info": { - "identifier": 161484374, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161484374", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Wren & co Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81351/161484374/81351_wren_271644471_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.200167, - 51.547283 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -247241,46 +195961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.6, - "qmprice": 38.21, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161487014", - "info": { - "identifier": 161487014, - "sqm_ocr": 91.6, - "price": 3500.0, - "price_per_sqm": 38.209606986899566, - "url": "https://www.rightmove.co.uk/properties/161487014", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Jefferies", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/244k/243215/161487014/243215_RX572371_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211105, - 51.491592 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -247521,86 +196201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161489483", - "info": { - "identifier": 161489483, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161489483", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "Acorn Properties Nwl", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/224k/223670/161489483/223670_ACR210380_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.243036, - 51.59579 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161490017", - "info": { - "identifier": 161490017, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161490017", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Lettings of London Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98582/161490017/98582_Bawtryrd31G_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15724, - 51.62369 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -247681,46 +196281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.0, - "qmprice": 32.26, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161490281", - "info": { - "identifier": 161490281, - "sqm_ocr": 62.0, - "price": 2000.0, - "price_per_sqm": 32.25806451612903, - "url": "https://www.rightmove.co.uk/properties/161490281", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99865/161490281/99865_33859924_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.117925, - 51.459167 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248001,46 +196561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.0, - "qmprice": 38.96, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161492234", - "info": { - "identifier": 161492234, - "sqm_ocr": 77.0, - "price": 3000.0, - "price_per_sqm": 38.96103896103896, - "url": "https://www.rightmove.co.uk/properties/161492234", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/29k/28238/161492234/28238_CEC240075_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.010367, - 51.540913 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248121,46 +196641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2799.0, - "url": "https://www.rightmove.co.uk/properties/161492351", - "info": { - "identifier": 161492351, - "sqm_ocr": null, - "price": 2799.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161492351", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Residential Realtors", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105856/161492351/105856_2943_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10246, - 51.483902 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248201,46 +196681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 124.0, - "qmprice": 31.45, - "rooms": 3, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161492423", - "info": { - "identifier": 161492423, - "sqm_ocr": 124.0, - "price": 3900.0, - "price_per_sqm": 31.451612903225808, - "url": "https://www.rightmove.co.uk/properties/161492423", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Jeremy Leaf & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16280/161492423/16280_29019590_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.182116, - 51.585407 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248321,86 +196761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161492861", - "info": { - "identifier": 161492861, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161492861", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Citydeal Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96880/161492861/96880_RL2924_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.268598, - 51.520454 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.5, - "qmprice": 37.41, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161495192", - "info": { - "identifier": 161495192, - "sqm_ocr": 73.5, - "price": 2750.0, - "price_per_sqm": 37.414965986394556, - "url": "https://www.rightmove.co.uk/properties/161495192", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 10, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6073/161495192/6073_33860091_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.09513, - 51.524227 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248464,7 +196824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 28, + "updated_days": 29, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -248481,46 +196841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161495597", - "info": { - "identifier": 161495597, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161495597", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161495597/96668_245527417042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.055189, - 51.589104 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248601,46 +196921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161496023", - "info": { - "identifier": 161496023, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161496023", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "Redcastle Real Estate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280748/161496023/280748_538_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.000515, - 51.5654 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248761,86 +197041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161498432", - "info": { - "identifier": 161498432, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161498432", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Goodfellows", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72253/161498432/72253_GCB210465_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13576, - 51.34547 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161498600", - "info": { - "identifier": 161498600, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161498600", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161498600/96668_246615028042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.205512, - 51.61264 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -248881,86 +197081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161499107", - "info": { - "identifier": 161499107, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161499107", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/161499107/115768_7845clorr_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10078, - 51.48457 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.9, - "qmprice": 34.43, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161499860", - "info": { - "identifier": 161499860, - "sqm_ocr": 63.9, - "price": 2200.0, - "price_per_sqm": 34.42879499217528, - "url": "https://www.rightmove.co.uk/properties/161499860", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Aspire", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/46k/45021/161499860/45021_CLM110042_L_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126897, - 51.468258 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -249161,86 +197281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161500415", - "info": { - "identifier": 161500415, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161500415", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "S.H.Properties", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41106/161500415/41106_RL1150_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.225109, - 51.5953 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161501849", - "info": { - "identifier": 161501849, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161501849", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161501849/96668_246865801052025_IMG_03_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.107009, - 51.458782 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -249321,46 +197361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161505074", - "info": { - "identifier": 161505074, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161505074", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 28, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161505074/96668_238497612022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.191397, - 51.453815 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250001,46 +198001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.05, - "qmprice": 39.98, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161509016", - "info": { - "identifier": 161509016, - "sqm_ocr": 100.05, - "price": 4000.0, - "price_per_sqm": 39.9800099950025, - "url": "https://www.rightmove.co.uk/properties/161509016", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "CORE Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247241/161509016/247241_COR250037_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.181226, - 51.53507 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250081,86 +198041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3270.0, - "url": "https://www.rightmove.co.uk/properties/161509196", - "info": { - "identifier": 161509196, - "sqm_ocr": null, - "price": 3270.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161509196", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161509196/96668_246412927042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.140682, - 51.53012 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161509202", - "info": { - "identifier": 161509202, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161509202", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 27, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161509202/96668_247232804052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020975, - 51.53132 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250201,86 +198081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.5, - "qmprice": 21.98, - "rooms": 3, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/161510825", - "info": { - "identifier": 161510825, - "sqm_ocr": 103.5, - "price": 2275.0, - "price_per_sqm": 21.980676328502415, - "url": "https://www.rightmove.co.uk/properties/161510825", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "NowProperty", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/154k/153164/161510825/153164_418_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.088404, - 51.6128 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161511053", - "info": { - "identifier": 161511053, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161511053", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161511053/96668_239992826022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.006909, - 51.62395 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250361,86 +198161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2903.0, - "url": "https://www.rightmove.co.uk/properties/161513675", - "info": { - "identifier": 161513675, - "sqm_ocr": null, - "price": 2903.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161513675", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161513675/213815_673526_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.047263, - 51.476807 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/161513966", - "info": { - "identifier": 161513966, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161513966", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161513966/213815_651689_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.015939, - 51.499405 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250561,46 +198281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3402.0, - "url": "https://www.rightmove.co.uk/properties/161515025", - "info": { - "identifier": 161515025, - "sqm_ocr": null, - "price": 3402.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161515025", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Primden Group", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261275/161515025/261275_14241_001123_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.090842, - 51.53177 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250721,46 +198401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.4, - "qmprice": 30.23, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161516513", - "info": { - "identifier": 161516513, - "sqm_ocr": 79.4, - "price": 2400.0, - "price_per_sqm": 30.226700251889167, - "url": "https://www.rightmove.co.uk/properties/161516513", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99271/161516513/99271_BLA240192_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.003806, - 51.490257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -250921,46 +198561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/161518307", - "info": { - "identifier": 161518307, - "sqm_ocr": null, - "price": 3497.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161518307", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 27, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/161518307/181787_181787_151_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.09264, - 51.49667 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251081,46 +198681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/161519624", - "info": { - "identifier": 161519624, - "sqm_ocr": null, - "price": 2395.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161519624", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161519624/96668_242658822032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.158913, - 51.618137 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251201,86 +198761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161519672", - "info": { - "identifier": 161519672, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161519672", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161519672/96668_247304105052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.111877, - 51.46128 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161519726", - "info": { - "identifier": 161519726, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161519726", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161519726/96668_204773309042024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.260947, - 51.51964 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251321,46 +198801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161520512", - "info": { - "identifier": 161520512, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161520512", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161520512/96668_232149711122024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118401, - 51.450176 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251641,46 +199081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161523080", - "info": { - "identifier": 161523080, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161523080", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523080/96668_247234804052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.145445, - 51.419846 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251721,86 +199121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161523260", - "info": { - "identifier": 161523260, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161523260", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523260/96668_245985723042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.190105, - 51.517094 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.3, - "qmprice": 35.96, - "rooms": 3, - "total_price": 3499.0, - "url": "https://www.rightmove.co.uk/properties/161523308", - "info": { - "identifier": 161523308, - "sqm_ocr": 97.3, - "price": 3499.0, - "price_per_sqm": 35.96094552929085, - "url": "https://www.rightmove.co.uk/properties/161523308", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523308/96668_210217629052024_IMG_20_0000_max_656x437.jpeg", - "let_date_available": "13/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.216489, - 51.50093 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251841,46 +199161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161523353", - "info": { - "identifier": 161523353, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161523353", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523353/96668_247333305052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135289, - 51.5328 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -251921,46 +199201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161523368", - "info": { - "identifier": 161523368, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161523368", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523368/96668_247335705052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10443, - 51.394234 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -252041,46 +199281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.41, - "qmprice": 35.16, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161523527", - "info": { - "identifier": 161523527, - "sqm_ocr": 65.41, - "price": 2300.0, - "price_per_sqm": 35.16281914080416, - "url": "https://www.rightmove.co.uk/properties/161523527", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523527/96668_247349205052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.081384, - 51.5332 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -252161,126 +199361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161523995", - "info": { - "identifier": 161523995, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161523995", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161523995/96668_247351305052025_IMG_07_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.192627, - 51.569645 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161525201", - "info": { - "identifier": 161525201, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161525201", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161525201/96668_245181414042025_IMG_25_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119207, - 51.4683 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.2, - "qmprice": 29.35, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161525567", - "info": { - "identifier": 161525567, - "sqm_ocr": 102.2, - "price": 3000.0, - "price_per_sqm": 29.354207436399218, - "url": "https://www.rightmove.co.uk/properties/161525567", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161525567/96668_247279505052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.005311, - 51.48217 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -252321,86 +199401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.6, - "qmprice": 29.68, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161527505", - "info": { - "identifier": 161527505, - "sqm_ocr": 87.6, - "price": 2600.0, - "price_per_sqm": 29.680365296803654, - "url": "https://www.rightmove.co.uk/properties/161527505", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286493/161527505/286493_33851946_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.046865, - 51.504684 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161527574", - "info": { - "identifier": 161527574, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161527574", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34334/161527574/34334_STH250271_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.150458, - 51.446304 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -252441,86 +199441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.06, - "qmprice": 48.87, - "rooms": 3, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/161527706", - "info": { - "identifier": 161527706, - "sqm_ocr": 62.06, - "price": 3033.0, - "price_per_sqm": 48.87205929745407, - "url": "https://www.rightmove.co.uk/properties/161527706", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46013/161527706/46013_KNT180133_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.149034, - 51.545856 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.9, - "qmprice": 34.87, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161527745", - "info": { - "identifier": 161527745, - "sqm_ocr": 88.9, - "price": 3100.0, - "price_per_sqm": 34.87064116985377, - "url": "https://www.rightmove.co.uk/properties/161527745", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286493/161527745/286493_33851792_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.035737, - 51.49463 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -252561,46 +199481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161527751", - "info": { - "identifier": 161527751, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161527751", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286493/161527751/286493_33854975_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.040964, - 51.497158 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -253121,46 +200001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161530169", - "info": { - "identifier": 161530169, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161530169", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/161530169/270461_JAX240545_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075832, - 51.517105 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -253241,46 +200081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161530955", - "info": { - "identifier": 161530955, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161530955", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247493/161530955/247493_P288083_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13207, - 51.459 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -253321,46 +200121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161531270", - "info": { - "identifier": 161531270, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161531270", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alliance London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77148/161531270/77148_2002467_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.032051, - 51.5085 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -253841,46 +200601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161534594", - "info": { - "identifier": 161534594, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161534594", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Absolute Property Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74249/161534594/74249_32646423_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.127063, - 51.635475 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -253921,46 +200641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.4, - "qmprice": 37.09, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161534750", - "info": { - "identifier": 161534750, - "sqm_ocr": 67.4, - "price": 2500.0, - "price_per_sqm": 37.0919881305638, - "url": "https://www.rightmove.co.uk/properties/161534750", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/146k/145463/161534750/145463_WLS200070_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183071, - 51.46466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -254001,86 +200681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161535350", - "info": { - "identifier": 161535350, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161535350", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "David Astburys Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176261/161535350/176261_102708026996_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10942, - 51.58894 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.9, - "qmprice": 29.6, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161535497", - "info": { - "identifier": 161535497, - "sqm_ocr": 92.9, - "price": 2750.0, - "price_per_sqm": 29.60172228202368, - "url": "https://www.rightmove.co.uk/properties/161535497", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57907/161535497/57907_KCM230109_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.153105, - 51.469604 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -254641,46 +201241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161538326", - "info": { - "identifier": 161538326, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161538326", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161538326/96668_246664129042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.330167, - 51.58154 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -255401,86 +201961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3695.0, - "url": "https://www.rightmove.co.uk/properties/161541074", - "info": { - "identifier": 161541074, - "sqm_ocr": null, - "price": 3695.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161541074", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/161541074/270461_JAX240852_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068802, - 51.514584 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3695.0, - "url": "https://www.rightmove.co.uk/properties/161541227", - "info": { - "identifier": 161541227, - "sqm_ocr": null, - "price": 3695.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161541227", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/161541227/270461_JAX231369_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068985, - 51.514637 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -255521,46 +202001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/161541371", - "info": { - "identifier": 161541371, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161541371", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/161541371/270461_JAX231361_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2202" - } - }, - "geometry": { - "coordinates": [ - -0.06878, - 51.514313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -255601,46 +202041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.41, - "qmprice": 23.27, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/161541662", - "info": { - "identifier": 161541662, - "sqm_ocr": 94.41, - "price": 2197.0, - "price_per_sqm": 23.27083995339477, - "url": "https://www.rightmove.co.uk/properties/161541662", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Keating Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/107k/106135/161541662/106135_33861654_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125534, - 51.44962 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -255801,46 +202201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.0, - "qmprice": 42.45, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161542475", - "info": { - "identifier": 161542475, - "sqm_ocr": 53.0, - "price": 2250.0, - "price_per_sqm": 42.45283018867924, - "url": "https://www.rightmove.co.uk/properties/161542475", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Visum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35298/161542475/35298_22461_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.040457, - 51.40956 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -255921,46 +202281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.0, - "qmprice": 32.47, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161542844", - "info": { - "identifier": 161542844, - "sqm_ocr": 77.0, - "price": 2500.0, - "price_per_sqm": 32.467532467532465, - "url": "https://www.rightmove.co.uk/properties/161542844", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Porters Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81215/161542844/81215_6662242_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.158416, - 51.43906 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -256361,46 +202681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 115.0, - "qmprice": 34.78, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161545127", - "info": { - "identifier": 161545127, - "sqm_ocr": 115.0, - "price": 4000.0, - "price_per_sqm": 34.78260869565217, - "url": "https://www.rightmove.co.uk/properties/161545127", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41334/161545127/41334_06790802_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17, - 51.547 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -256481,46 +202761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161545517", - "info": { - "identifier": 161545517, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161545517", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Century 21 Royale", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/180k/179552/161545517/179552_R210242_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.302774, - 51.39167 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -256561,86 +202801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.8, - "qmprice": 39.06, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/161545670", - "info": { - "identifier": 161545670, - "sqm_ocr": 58.8, - "price": 2297.0, - "price_per_sqm": 39.064625850340136, - "url": "https://www.rightmove.co.uk/properties/161545670", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/161545670/39741_33861905_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.193778, - 51.523502 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.8, - "qmprice": 33.42, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161545742", - "info": { - "identifier": 161545742, - "sqm_ocr": 80.8, - "price": 2700.0, - "price_per_sqm": 33.415841584158414, - "url": "https://www.rightmove.co.uk/properties/161545742", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43754/161545742/43754_P300037_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12741, - 51.46027 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -256721,46 +202881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.69, - "qmprice": 34.49, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161545940", - "info": { - "identifier": 161545940, - "sqm_ocr": 66.69, - "price": 2300.0, - "price_per_sqm": 34.48792922477133, - "url": "https://www.rightmove.co.uk/properties/161545940", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Grainger", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80340/161545940/80340_a1G4J0000025zT0UAI_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06857, - 51.45932 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -256961,86 +203081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161546732", - "info": { - "identifier": 161546732, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161546732", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286493/161546732/286493_33861984_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.038589, - 51.506256 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161547530", - "info": { - "identifier": 161547530, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161547530", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161547530/213815_623307_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.000984, - 51.536232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -257081,46 +203121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.68, - "qmprice": 43.01, - "rooms": 3, - "total_price": 3298.0, - "url": "https://www.rightmove.co.uk/properties/161548484", - "info": { - "identifier": 161548484, - "sqm_ocr": 76.68, - "price": 3298.0, - "price_per_sqm": 43.009911319770474, - "url": "https://www.rightmove.co.uk/properties/161548484", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/161548484/96542_ROCH_000252_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129576, - 51.54686 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -257281,46 +203281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161549711", - "info": { - "identifier": 161549711, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161549711", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "LettingaProperty.com", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80105/161549711/80105_4249_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.031331, - 51.463184 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -257441,46 +203401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.26, - "qmprice": 39.16, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161550536", - "info": { - "identifier": 161550536, - "sqm_ocr": 84.26, - "price": 3300.0, - "price_per_sqm": 39.164490861618795, - "url": "https://www.rightmove.co.uk/properties/161550536", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63031/161550536/63031_HEA222633_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130546, - 51.5466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -257561,86 +203481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2405.0, - "url": "https://www.rightmove.co.uk/properties/161550902", - "info": { - "identifier": 161550902, - "sqm_ocr": null, - "price": 2405.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161550902", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161550902/213815_295243_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.012227, - 51.531364 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/161551337", - "info": { - "identifier": 161551337, - "sqm_ocr": null, - "price": 2492.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161551337", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161551337/213815_156063_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.00145, - 51.53607 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -257721,86 +203561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.71, - "qmprice": 42.37, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161552210", - "info": { - "identifier": 161552210, - "sqm_ocr": 76.71, - "price": 3250.0, - "price_per_sqm": 42.36735758049798, - "url": "https://www.rightmove.co.uk/properties/161552210", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Wellington Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288956/161552210/288956_33862352_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.179433, - 51.536987 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.5, - "qmprice": 43.82, - "rooms": 2, - "total_price": 3878.0, - "url": "https://www.rightmove.co.uk/properties/161552261", - "info": { - "identifier": 161552261, - "sqm_ocr": 88.5, - "price": 3878.0, - "price_per_sqm": 43.81920903954802, - "url": "https://www.rightmove.co.uk/properties/161552261", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": 222.0, - "service_charge": 11283.8, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Harding Green", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181964/161552261/181964_RX578161_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.188258, - 51.4947 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -257881,46 +203641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.93, - "qmprice": 33.74, - "rooms": 2, - "total_price": 3034.0, - "url": "https://www.rightmove.co.uk/properties/161553257", - "info": { - "identifier": 161553257, - "sqm_ocr": 89.93, - "price": 3034.0, - "price_per_sqm": 33.7373512732125, - "url": "https://www.rightmove.co.uk/properties/161553257", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Matthew James & Company", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34379/161553257/34379_32398106_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137551, - 51.552113 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258081,46 +203801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.1, - "qmprice": 48.6, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/161554352", - "info": { - "identifier": 161554352, - "sqm_ocr": 75.1, - "price": 3650.0, - "price_per_sqm": 48.601864181091884, - "url": "https://www.rightmove.co.uk/properties/161554352", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57272/161554352/57272_1324433_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.307309, - 51.4066 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258161,46 +203841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/161554706", - "info": { - "identifier": 161554706, - "sqm_ocr": null, - "price": 2396.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161554706", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Daniel Paul", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272840/161554706/272840_93a-NA-May25_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.31714, - 51.50334 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258281,46 +203921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.7, - "qmprice": 51.45, - "rooms": 2, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/161555759", - "info": { - "identifier": 161555759, - "sqm_ocr": 73.7, - "price": 3792.0, - "price_per_sqm": 51.45183175033921, - "url": "https://www.rightmove.co.uk/properties/161555759", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22344/161555759/22344_NKL190040_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.213292, - 51.51892 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258361,46 +203961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.4, - "qmprice": 29.98, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161556164", - "info": { - "identifier": 161556164, - "sqm_ocr": 93.4, - "price": 2800.0, - "price_per_sqm": 29.978586723768736, - "url": "https://www.rightmove.co.uk/properties/161556164", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58003/161556164/58003_KBA240175_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180077, - 51.440285 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258464,7 +204024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 25, + "updated_days": 26, "status": null, "last_seen": 0, "agency": "Blueprint Estate Agents Ltd", @@ -258521,46 +204081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.2, - "qmprice": 33.25, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161556701", - "info": { - "identifier": 161556701, - "sqm_ocr": 78.2, - "price": 2600.0, - "price_per_sqm": 33.248081841432224, - "url": "https://www.rightmove.co.uk/properties/161556701", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Alex & Matteo", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/234k/233879/161556701/233879_33862676_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.067247, - 51.498356 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258801,86 +204321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161557763", - "info": { - "identifier": 161557763, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161557763", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161557763/213815_704351_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.007274, - 51.501125 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/161558033", - "info": { - "identifier": 161558033, - "sqm_ocr": null, - "price": 2395.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161558033", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Alex Crown Lettings & Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102122/161558033/102122_8075_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06388, - 51.6515 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -258961,126 +204401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2145.0, - "url": "https://www.rightmove.co.uk/properties/161558501", - "info": { - "identifier": 161558501, - "sqm_ocr": null, - "price": 2145.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161558501", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161558501/213815_704354_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.052454, - 51.521107 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.14, - "qmprice": 41.96, - "rooms": 2, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/161558537", - "info": { - "identifier": 161558537, - "sqm_ocr": 66.14, - "price": 2775.0, - "price_per_sqm": 41.95645600241911, - "url": "https://www.rightmove.co.uk/properties/161558537", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Oaks Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201446/161558537/201446_TUL250160_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185336, - 51.43639 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 105.9, - "qmprice": 35.41, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/161558627", - "info": { - "identifier": 161558627, - "sqm_ocr": 105.9, - "price": 3750.0, - "price_per_sqm": 35.41076487252124, - "url": "https://www.rightmove.co.uk/properties/161558627", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 26, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84812/161558627/84812_33862799_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29706, - 51.39018 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -259161,46 +204481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 113.8, - "qmprice": 21.97, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161559323", - "info": { - "identifier": 161559323, - "sqm_ocr": 113.8, - "price": 2500.0, - "price_per_sqm": 21.968365553602812, - "url": "https://www.rightmove.co.uk/properties/161559323", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85766/161559323/85766_HRX251441_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.379596, - 51.57057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -259384,7 +204664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 25, + "updated_days": 26, "status": null, "last_seen": 0, "agency": "Dexters", @@ -259441,46 +204721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.6, - "qmprice": 22.54, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161562344", - "info": { - "identifier": 161562344, - "sqm_ocr": 97.6, - "price": 2200.0, - "price_per_sqm": 22.54098360655738, - "url": "https://www.rightmove.co.uk/properties/161562344", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14879/161562344/14879_P276797_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.11448, - 51.46749 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -259624,7 +204864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 25, + "updated_days": 26, "status": null, "last_seen": 0, "agency": "Sonia Estates", @@ -259641,46 +204881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.68, - "qmprice": 34.61, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161563931", - "info": { - "identifier": 161563931, - "sqm_ocr": 86.68, - "price": 3000.0, - "price_per_sqm": 34.61005999077065, - "url": "https://www.rightmove.co.uk/properties/161563931", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43310/161563931/43310_CWL240305_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.021463, - 51.50776 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -259841,46 +205041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2101.0, - "url": "https://www.rightmove.co.uk/properties/161565920", - "info": { - "identifier": 161565920, - "sqm_ocr": null, - "price": 2101.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161565920", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "UKmate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/264k/263912/161565920/263912_ukmate_agent_1746545344_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.282619, - 51.540318 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -260041,46 +205201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2075.0, - "url": "https://www.rightmove.co.uk/properties/161566952", - "info": { - "identifier": 161566952, - "sqm_ocr": null, - "price": 2075.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161566952", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161566952/96668_247408306052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.021187, - 51.471943 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -260121,126 +205241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161567171", - "info": { - "identifier": 161567171, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161567171", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161567171/96668_247449506052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.199027, - 51.49245 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161567192", - "info": { - "identifier": 161567192, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161567192", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161567192/96668_245082014042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.019131, - 51.55232 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.31, - "qmprice": 48.97, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161567243", - "info": { - "identifier": 161567243, - "sqm_ocr": 63.31, - "price": 3100.0, - "price_per_sqm": 48.965408308324115, - "url": "https://www.rightmove.co.uk/properties/161567243", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100855/161567243/100855_NDL250018_L_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.132212, - 51.4644 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -260281,46 +205281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161567849", - "info": { - "identifier": 161567849, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161567849", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "CITY REALTOR LIMITED", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/179k/178868/161567849/178868_33863171_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.064148, - 51.517014 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -260441,86 +205401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/161568173", - "info": { - "identifier": 161568173, - "sqm_ocr": null, - "price": 3142.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161568173", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Messila Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/93k/92735/161568173/92735_33863194_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197113, - 51.561184 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.3, - "qmprice": 36.89, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/161568503", - "info": { - "identifier": 161568503, - "sqm_ocr": 79.3, - "price": 2925.0, - "price_per_sqm": 36.885245901639344, - "url": "https://www.rightmove.co.uk/properties/161568503", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/161568503/15948_1322604_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.183901, - 51.46891 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -261001,46 +205881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.8, - "qmprice": 33.43, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161571965", - "info": { - "identifier": 161571965, - "sqm_ocr": 65.8, - "price": 2200.0, - "price_per_sqm": 33.434650455927056, - "url": "https://www.rightmove.co.uk/properties/161571965", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Butler & Stag", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/145k/144140/161571965/144140_33863423_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024055, - 51.53073 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -261721,86 +206561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161573312", - "info": { - "identifier": 161573312, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161573312", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Major Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/246k/245513/161573312/245513_10676432_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.379429, - 51.5413 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.59, - "qmprice": 41.51, - "rooms": 2, - "total_price": 3553.0, - "url": "https://www.rightmove.co.uk/properties/161573345", - "info": { - "identifier": 161573345, - "sqm_ocr": 85.59, - "price": 3553.0, - "price_per_sqm": 41.51185886201659, - "url": "https://www.rightmove.co.uk/properties/161573345", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Jack Rose Estates Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256244/161573345/256244_JLP-3541007_IMG_00_0000_max_656x437.png", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020895, - 51.50705 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -261841,46 +206601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.0, - "qmprice": 48.75, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161573669", - "info": { - "identifier": 161573669, - "sqm_ocr": 80.0, - "price": 3900.0, - "price_per_sqm": 48.75, - "url": "https://www.rightmove.co.uk/properties/161573669", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/161573669/143171_33863548_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.148565, - 51.480717 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -262001,206 +206721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2675.0, - "url": "https://www.rightmove.co.uk/properties/161574185", - "info": { - "identifier": 161574185, - "sqm_ocr": null, - "price": 2675.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161574185", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161574185/96668_246230925042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.405124, - 51.514236 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161574215", - "info": { - "identifier": 161574215, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161574215", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161574215/96668_247342005052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.361663, - 51.470856 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161574239", - "info": { - "identifier": 161574239, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161574239", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161574239/96668_247453106052025_IMG_33_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.027146, - 51.499302 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161574242", - "info": { - "identifier": 161574242, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161574242", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11443/161574242/11443_0407_HRT040704675_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.305985, - 51.49577 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.3, - "qmprice": 32.21, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161574251", - "info": { - "identifier": 161574251, - "sqm_ocr": 68.3, - "price": 2200.0, - "price_per_sqm": 32.210834553440705, - "url": "https://www.rightmove.co.uk/properties/161574251", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57967/161574251/57967_KBS230078_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.064047, - 51.466064 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -262601,46 +207121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.3, - "qmprice": 26.95, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161575142", - "info": { - "identifier": 161575142, - "sqm_ocr": 111.3, - "price": 3000.0, - "price_per_sqm": 26.954177897574123, - "url": "https://www.rightmove.co.uk/properties/161575142", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/190k/189686/161575142/189686_CWL250001_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.286213, - 51.47744 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -263121,46 +207601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 36.67, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161576366", - "info": { - "identifier": 161576366, - "sqm_ocr": 75.0, - "price": 2750.0, - "price_per_sqm": 36.666666666666664, - "url": "https://www.rightmove.co.uk/properties/161576366", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Castor Bay Property Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50289/161576366/50289_RL0121_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.256648, - 51.500988 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -263201,46 +207641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.5, - "qmprice": 41.72, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/161576543", - "info": { - "identifier": 161576543, - "sqm_ocr": 75.5, - "price": 3150.0, - "price_per_sqm": 41.72185430463576, - "url": "https://www.rightmove.co.uk/properties/161576543", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57952/161576543/57952_KDR230174_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1148, - 51.492 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -263321,46 +207721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.73, - "qmprice": 41.59, - "rooms": 3, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/161576738", - "info": { - "identifier": 161576738, - "sqm_ocr": 67.73, - "price": 2817.0, - "price_per_sqm": 41.59161376051971, - "url": "https://www.rightmove.co.uk/properties/161576738", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/161576738/70038_5122_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209694, - 51.4694 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -263401,86 +207761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/161576822", - "info": { - "identifier": 161576822, - "sqm_ocr": null, - "price": 2275.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161576822", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161576822/96668_247396406052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.199, - 51.49211 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.9, - "qmprice": 31.21, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161576897", - "info": { - "identifier": 161576897, - "sqm_ocr": 76.9, - "price": 2400.0, - "price_per_sqm": 31.209362808842652, - "url": "https://www.rightmove.co.uk/properties/161576897", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15966/161576897/15966_1324345_IMG_02_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.137204, - 51.47161 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -263721,46 +208001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161577911", - "info": { - "identifier": 161577911, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161577911", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161577911/96668_247345505052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024914, - 51.53265 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -263881,46 +208121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161578514", - "info": { - "identifier": 161578514, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161578514", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Japan Letting Agency", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/259k/258848/161578514/258848_32199434_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.248907, - 51.51608 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -264001,46 +208201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/161579117", - "info": { - "identifier": 161579117, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161579117", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Hurford Salvi Carr", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14543/161579117/14543_CIT240058_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.098194, - 51.518986 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -264081,46 +208241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161579153", - "info": { - "identifier": 161579153, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161579153", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161579153/96668_247359205052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.252155, - 51.596478 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -264561,46 +208681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3740.0, - "url": "https://www.rightmove.co.uk/properties/161584136", - "info": { - "identifier": 161584136, - "sqm_ocr": null, - "price": 3740.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161584136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/161584136/78429_LON-19_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18205, - 51.4944 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -264681,46 +208761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3130.0, - "url": "https://www.rightmove.co.uk/properties/161584550", - "info": { - "identifier": 161584550, - "sqm_ocr": null, - "price": 3130.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161584550", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/161584550/78429_LON-567_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06538, - 51.51439 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -264761,46 +208801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.0, - "qmprice": 38.46, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161584559", - "info": { - "identifier": 161584559, - "sqm_ocr": 52.0, - "price": 2000.0, - "price_per_sqm": 38.46153846153846, - "url": "https://www.rightmove.co.uk/properties/161584559", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84875/161584559/84875_33863987_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.112464, - 51.45025 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -264961,86 +208961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161586278", - "info": { - "identifier": 161586278, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161586278", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Charles Bartlett Residential, Oxfordshire", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256274/161586278/256274_33864089_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.219739, - 51.570843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.2, - "qmprice": 30.96, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161586668", - "info": { - "identifier": 161586668, - "sqm_ocr": 129.2, - "price": 4000.0, - "price_per_sqm": 30.959752321981426, - "url": "https://www.rightmove.co.uk/properties/161586668", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Rentd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230333/161586668/230333_uauMEVobn0gs1LZJuonA_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.312875, - 51.517044 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -265441,46 +209361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.6, - "qmprice": 26.1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161589047", - "info": { - "identifier": 161589047, - "sqm_ocr": 99.6, - "price": 2600.0, - "price_per_sqm": 26.104417670682732, - "url": "https://www.rightmove.co.uk/properties/161589047", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Hamways", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47472/161589047/47472_live/3039_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.133538, - 51.59907 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -265601,46 +209481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/161589935", - "info": { - "identifier": 161589935, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161589935", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "SJW property management limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/233k/232853/161589935/232853_4a505f01-5309-4cd3-9e03-39193b6f219c_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.220953, - 51.511726 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -265721,46 +209561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.6, - "qmprice": 37.33, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161591327", - "info": { - "identifier": 161591327, - "sqm_ocr": 57.6, - "price": 2150.0, - "price_per_sqm": 37.326388888888886, - "url": "https://www.rightmove.co.uk/properties/161591327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156782/161591327/156782_KAE251447_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.161306, - 51.46557 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -266281,46 +210081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.1, - "qmprice": 45.01, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161591504", - "info": { - "identifier": 161591504, - "sqm_ocr": 51.1, - "price": 2300.0, - "price_per_sqm": 45.00978473581213, - "url": "https://www.rightmove.co.uk/properties/161591504", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48330/161591504/48330_GER253415_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.107475, - 51.457767 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -266401,46 +210161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.13, - "qmprice": 45.8, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161591630", - "info": { - "identifier": 161591630, - "sqm_ocr": 61.13, - "price": 2800.0, - "price_per_sqm": 45.80402421069851, - "url": "https://www.rightmove.co.uk/properties/161591630", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Swakeleys Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272147/161591630/272147_RX574862_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.469538, - 51.538277 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -266584,7 +210304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 14, + "updated_days": 15, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -266624,7 +210344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Winkworth", @@ -266761,46 +210481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 108.88, - "qmprice": 33.52, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/161593073", - "info": { - "identifier": 161593073, - "sqm_ocr": 108.88, - "price": 3650.0, - "price_per_sqm": 33.52314474650992, - "url": "https://www.rightmove.co.uk/properties/161593073", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51295/161593073/51295_CAL070070_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.163295, - 51.549164 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -266921,46 +210601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161593409", - "info": { - "identifier": 161593409, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161593409", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Truepenny's Property Consultants", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/229k/228695/161593409/228695_3334_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.228563, - 51.447403 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -267121,46 +210761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.7, - "qmprice": 36.78, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161593841", - "info": { - "identifier": 161593841, - "sqm_ocr": 70.7, - "price": 2600.0, - "price_per_sqm": 36.77510608203677, - "url": "https://www.rightmove.co.uk/properties/161593841", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Dimension Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87953/161593841/87953_3471_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.040347, - 51.545372 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -267321,86 +210921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.7, - "qmprice": 42.89, - "rooms": 2, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/161594903", - "info": { - "identifier": 161594903, - "sqm_ocr": 64.7, - "price": 2775.0, - "price_per_sqm": 42.89026275115919, - "url": "https://www.rightmove.co.uk/properties/161594903", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/128k/127549/161594903/127549_P293020_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18536, - 51.43636 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161595020", - "info": { - "identifier": 161595020, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161595020", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161595020/96668_247379506052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.149772, - 51.46376 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -267641,46 +211161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.5, - "qmprice": 37.43, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161596136", - "info": { - "identifier": 161596136, - "sqm_ocr": 85.5, - "price": 3200.0, - "price_per_sqm": 37.42690058479532, - "url": "https://www.rightmove.co.uk/properties/161596136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "JLL", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212396/161596136/212396_P160245_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09407, - 51.56926 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -267761,46 +211241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.2, - "qmprice": 29.76, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161596703", - "info": { - "identifier": 161596703, - "sqm_ocr": 67.2, - "price": 2000.0, - "price_per_sqm": 29.76190476190476, - "url": "https://www.rightmove.co.uk/properties/161596703", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112924/161596703/112924_P300180_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02295, - 51.46575 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -268161,46 +211601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.3, - "qmprice": 26.82, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161598362", - "info": { - "identifier": 161598362, - "sqm_ocr": 78.3, - "price": 2100.0, - "price_per_sqm": 26.819923371647512, - "url": "https://www.rightmove.co.uk/properties/161598362", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286493/161598362/286493_33854357_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.039184, - 51.507015 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -268224,7 +211624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 24, + "updated_days": 25, "status": null, "last_seen": 0, "agency": "Black Katz", @@ -268321,86 +211721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/161599142", - "info": { - "identifier": 161599142, - "sqm_ocr": null, - "price": 3950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161599142", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "SJW property management limited", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/233k/232853/161599142/232853_b62502b7-39ed-41e5-8ce5-b4814fe3c457_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.225402, - 51.487244 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/161599577", - "info": { - "identifier": 161599577, - "sqm_ocr": null, - "price": 3350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161599577", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Houseen Lettings & Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76994/161599577/76994_33864836_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096788, - 51.492928 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -268441,46 +211761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.0, - "qmprice": 34.69, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161599796", - "info": { - "identifier": 161599796, - "sqm_ocr": 98.0, - "price": 3400.0, - "price_per_sqm": 34.69387755102041, - "url": "https://www.rightmove.co.uk/properties/161599796", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68504/161599796/68504_CLV252405_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.063451, - 51.559734 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -268641,46 +211921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.5, - "qmprice": 46.1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161600516", - "info": { - "identifier": 161600516, - "sqm_ocr": 70.5, - "price": 3250.0, - "price_per_sqm": 46.09929078014184, - "url": "https://www.rightmove.co.uk/properties/161600516", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/161600516/16050_1325306_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.008889, - 51.524246 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -268721,46 +211961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.5, - "qmprice": 32.62, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161600525", - "info": { - "identifier": 161600525, - "sqm_ocr": 70.5, - "price": 2300.0, - "price_per_sqm": 32.6241134751773, - "url": "https://www.rightmove.co.uk/properties/161600525", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/161600525/16050_1325307_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.008889, - 51.524246 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -268881,46 +212081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161601170", - "info": { - "identifier": 161601170, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161601170", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Leonard Leese", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35405/161601170/35405_33865054_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06993, - 51.493793 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -269201,46 +212361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161602451", - "info": { - "identifier": 161602451, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161602451", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64604/161602451/64604_000904340_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17249, - 51.47043 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -269281,86 +212401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.59, - "qmprice": 47.33, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161603141", - "info": { - "identifier": 161603141, - "sqm_ocr": 48.59, - "price": 2300.0, - "price_per_sqm": 47.334842560197565, - "url": "https://www.rightmove.co.uk/properties/161603141", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44645/161603141/44645_FWL250099_L_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191783, - 51.476074 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 113.0, - "qmprice": 18.58, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161603171", - "info": { - "identifier": 161603171, - "sqm_ocr": 113.0, - "price": 2100.0, - "price_per_sqm": 18.58407079646018, - "url": "https://www.rightmove.co.uk/properties/161603171", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Bramtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51428/161603171/51428_BRA1AB10_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137822, - 51.402412 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -269761,46 +212801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 23.86, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161605031", - "info": { - "identifier": 161605031, - "sqm_ocr": 88.0, - "price": 2100.0, - "price_per_sqm": 23.863636363636363, - "url": "https://www.rightmove.co.uk/properties/161605031", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Coopers", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46992/161605031/46992_33865294_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.454223, - 51.53856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -269841,86 +212841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.9, - "qmprice": 43.39, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161605202", - "info": { - "identifier": 161605202, - "sqm_ocr": 74.9, - "price": 3250.0, - "price_per_sqm": 43.39118825100133, - "url": "https://www.rightmove.co.uk/properties/161605202", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/161605202/16050_1325309_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.082551, - 51.5255 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161605343", - "info": { - "identifier": 161605343, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161605343", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Lords Property", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249026/161605343/249026_Ashford_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04336, - 51.65799 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -270001,166 +212921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161606141", - "info": { - "identifier": 161606141, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161606141", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Romans", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156068/161606141/156068_UXC250173_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.482635, - 51.545372 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161606372", - "info": { - "identifier": 161606372, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161606372", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Cranbrook Lettings & Sales", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/237k/236963/161606372/236963_cranbrook_1802419883_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.0531, - 51.58174 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.4, - "qmprice": 33.11, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161606588", - "info": { - "identifier": 161606588, - "sqm_ocr": 60.4, - "price": 2000.0, - "price_per_sqm": 33.11258278145696, - "url": "https://www.rightmove.co.uk/properties/161606588", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249770/161606588/249770_33865431_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.176058, - 51.61483 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.1, - "qmprice": 29.97, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161606714", - "info": { - "identifier": 161606714, - "sqm_ocr": 100.1, - "price": 3000.0, - "price_per_sqm": 29.970029970029973, - "url": "https://www.rightmove.co.uk/properties/161606714", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62634/161606714/62634_33865444_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186207, - 51.420357 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -270241,46 +213001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.65, - "qmprice": 31.66, - "rooms": 2, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/161607323", - "info": { - "identifier": 161607323, - "sqm_ocr": 75.65, - "price": 2395.0, - "price_per_sqm": 31.658955717118307, - "url": "https://www.rightmove.co.uk/properties/161607323", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72842/161607323/72842_P2418J3815_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21305, - 51.4385 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -270401,46 +213121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161608589", - "info": { - "identifier": 161608589, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161608589", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Yours Link Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257522/161608589/257522_124CambiumHouse_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28391, - 51.55943 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -270601,46 +213281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/161609204", - "info": { - "identifier": 161609204, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161609204", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Holland Properties", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36516/161609204/36516_1198_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2026" - } - }, - "geometry": { - "coordinates": [ - -0.025109, - 51.502655 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -270721,86 +213361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161610230", - "info": { - "identifier": 161610230, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161610230", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Drayton Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18369/161610230/18369_DRN1001929_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.25243, - 51.51481 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.4, - "qmprice": 32.72, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161610254", - "info": { - "identifier": 161610254, - "sqm_ocr": 76.4, - "price": 2500.0, - "price_per_sqm": 32.72251308900523, - "url": "https://www.rightmove.co.uk/properties/161610254", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Letio Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260273/161610254/260273_L205_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.218271, - 51.484127 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -270921,46 +213481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161610743", - "info": { - "identifier": 161610743, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161610743", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "GBP Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42510/161610743/42510_fdc75c45-d34f-4e75-b9a7-52929189fa11_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.134915, - 51.5523 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -271521,46 +214041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.2, - "qmprice": 51.66, - "rooms": 2, - "total_price": 3575.0, - "url": "https://www.rightmove.co.uk/properties/161615312", - "info": { - "identifier": 161615312, - "sqm_ocr": 69.2, - "price": 3575.0, - "price_per_sqm": 51.66184971098266, - "url": "https://www.rightmove.co.uk/properties/161615312", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65124/161615312/65124_CEI242087_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095612, - 51.492443 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -271721,46 +214201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161616503", - "info": { - "identifier": 161616503, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161616503", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Northwood", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42308/161616503/42308_P590_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30974, - 51.56681 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -272201,46 +214641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161619545", - "info": { - "identifier": 161619545, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161619545", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Castles Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/126k/125137/161619545/125137_2713008_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05809, - 51.61112 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -272681,46 +215081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161621456", - "info": { - "identifier": 161621456, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161621456", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 25, - "status": null, - "last_seen": 9, - "agency": "Drivers & Norris", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54616/161621456/54616_DAN200440_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130546, - 51.546562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -272761,46 +215121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161621585", - "info": { - "identifier": 161621585, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161621585", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/161621585/238769_34h34fh43h6fh34_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.37638, - 51.50532 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -272841,46 +215161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.9, - "qmprice": 36.16, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161622281", - "info": { - "identifier": 161622281, - "sqm_ocr": 71.9, - "price": 2600.0, - "price_per_sqm": 36.16133518776078, - "url": "https://www.rightmove.co.uk/properties/161622281", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Fletchers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84866/161622281/84866_33866329_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.271506, - 51.496895 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -273041,46 +215321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161623304", - "info": { - "identifier": 161623304, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161623304", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78395/161623304/78395_33819731_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.045153, - 51.511734 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -273481,46 +215721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/161625926", - "info": { - "identifier": 161625926, - "sqm_ocr": null, - "price": 2383.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161625926", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161625926/213815_638456_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.011519, - 51.531693 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -273561,46 +215761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2362.0, - "url": "https://www.rightmove.co.uk/properties/161625992", - "info": { - "identifier": 161625992, - "sqm_ocr": null, - "price": 2362.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161625992", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/161625992/213815_528684_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.000228, - 51.542618 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -273881,46 +216041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 50.6, - "qmprice": 64.23, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161626799", - "info": { - "identifier": 161626799, - "sqm_ocr": 50.6, - "price": 3250.0, - "price_per_sqm": 64.2292490118577, - "url": "https://www.rightmove.co.uk/properties/161626799", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Andrew Nunn & Associates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87794/161626799/87794_33866591_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.319162, - 51.514816 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -273961,46 +216081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.92, - "qmprice": 35.1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161627006", - "info": { - "identifier": 161627006, - "sqm_ocr": 76.92, - "price": 2700.0, - "price_per_sqm": 35.101404056162245, - "url": "https://www.rightmove.co.uk/properties/161627006", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Davies & Davies", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22559/161627006/22559_33864452_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.113631, - 51.568787 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -274041,46 +216121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 50.7, - "qmprice": 63.12, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161627087", - "info": { - "identifier": 161627087, - "sqm_ocr": 50.7, - "price": 3200.0, - "price_per_sqm": 63.1163708086785, - "url": "https://www.rightmove.co.uk/properties/161627087", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/150k/149153/161627087/149153_1323619_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.196619, - 51.351116 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -274161,46 +216201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.0, - "qmprice": 41.67, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161627714", - "info": { - "identifier": 161627714, - "sqm_ocr": 60.0, - "price": 2500.0, - "price_per_sqm": 41.666666666666664, - "url": "https://www.rightmove.co.uk/properties/161627714", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Antony Roberts", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36579/161627714/36579_KEW250018_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.28649, - 51.48313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -274481,46 +216481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.0, - "qmprice": 33.9, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161628809", - "info": { - "identifier": 161628809, - "sqm_ocr": 59.0, - "price": 2000.0, - "price_per_sqm": 33.898305084745765, - "url": "https://www.rightmove.co.uk/properties/161628809", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Hello Neighbour", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221711/161628809/221711_1556_EAF_112987_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.002107, - 51.566063 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -274601,46 +216561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161629697", - "info": { - "identifier": 161629697, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161629697", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Cortland", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249947/161629697/249947_LIVGR_022623_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.078036, - 51.50564 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -274721,46 +216641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.5, - "qmprice": 48.14, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/161630336", - "info": { - "identifier": 161630336, - "sqm_ocr": 76.5, - "price": 3683.0, - "price_per_sqm": 48.1437908496732, - "url": "https://www.rightmove.co.uk/properties/161630336", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Garton Jones", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52942/161630336/52942_33866792_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.131463, - 51.49671 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -275561,46 +217441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3710.0, - "url": "https://www.rightmove.co.uk/properties/161632805", - "info": { - "identifier": 161632805, - "sqm_ocr": null, - "price": 3710.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161632805", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "David Astburys Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176261/161632805/176261_102708042569_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05526, - 51.58914 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -275881,46 +217721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161633861", - "info": { - "identifier": 161633861, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161633861", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161633861/96668_247426806052025_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203302, - 51.480633 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -275961,126 +217761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.6, - "qmprice": 48.87, - "rooms": 2, - "total_price": 3499.0, - "url": "https://www.rightmove.co.uk/properties/161633924", - "info": { - "identifier": 161633924, - "sqm_ocr": 71.6, - "price": 3499.0, - "price_per_sqm": 48.86871508379889, - "url": "https://www.rightmove.co.uk/properties/161633924", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161633924/96668_247564507052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143389, - 51.55352 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161634038", - "info": { - "identifier": 161634038, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161634038", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161634038/96668_247577607052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.023859, - 51.501213 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.89, - "qmprice": 40.99, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/161634377", - "info": { - "identifier": 161634377, - "sqm_ocr": 60.89, - "price": 2496.0, - "price_per_sqm": 40.991952701593036, - "url": "https://www.rightmove.co.uk/properties/161634377", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50933/161634377/50933_P5010H4913_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19064, - 51.48851 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -276201,46 +217881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.0, - "qmprice": 27.78, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161635646", - "info": { - "identifier": 161635646, - "sqm_ocr": 81.0, - "price": 2250.0, - "price_per_sqm": 27.77777777777778, - "url": "https://www.rightmove.co.uk/properties/161635646", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Leslie & Co", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247031/161635646/247031_LEA-58317117_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.313437, - 51.520546 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -276401,86 +218041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.2, - "qmprice": 53.68, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161636819", - "info": { - "identifier": 161636819, - "sqm_ocr": 65.2, - "price": 3500.0, - "price_per_sqm": 53.68098159509202, - "url": "https://www.rightmove.co.uk/properties/161636819", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105656/161636819/105656_KCZ250919_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.254155, - 51.490597 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.9, - "qmprice": 32.48, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161636852", - "info": { - "identifier": 161636852, - "sqm_ocr": 73.9, - "price": 2400.0, - "price_per_sqm": 32.47631935047361, - "url": "https://www.rightmove.co.uk/properties/161636852", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57994/161636852/57994_KDI251305_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095204, - 51.44605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -276561,86 +218121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.3, - "qmprice": 26.73, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161638973", - "info": { - "identifier": 161638973, - "sqm_ocr": 82.3, - "price": 2200.0, - "price_per_sqm": 26.731470230862698, - "url": "https://www.rightmove.co.uk/properties/161638973", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161638973/96668_245884422042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.317245, - 51.554092 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.0, - "qmprice": 25.64, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161640239", - "info": { - "identifier": 161640239, - "sqm_ocr": 78.0, - "price": 2000.0, - "price_per_sqm": 25.641025641025642, - "url": "https://www.rightmove.co.uk/properties/161640239", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Conran Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17519/161640239/17519_LET240156_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.008665, - 51.48804 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -276721,46 +218201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161643977", - "info": { - "identifier": 161643977, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161643977", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161643977/96668_245744220042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.373162, - 51.45721 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -276921,86 +218361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161644802", - "info": { - "identifier": 161644802, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161644802", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "PropertyLoop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222287/161644802/222287_jMzhGRgB_IMG_00_0000_max_656x437.png", - "let_date_available": "09/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1, - 51.52737 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161644835", - "info": { - "identifier": 161644835, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161644835", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161644835/96668_247616807052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135177, - 51.49544 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -277321,46 +218681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161647259", - "info": { - "identifier": 161647259, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161647259", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161647259/96668_247468506052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07451, - 51.529198 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -277761,46 +219081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 42.12, - "rooms": 2, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/161654396", - "info": { - "identifier": 161654396, - "sqm_ocr": 72.0, - "price": 3033.0, - "price_per_sqm": 42.125, - "url": "https://www.rightmove.co.uk/properties/161654396", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63025/161654396/63025_MRL130213_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.114616, - 51.526894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -277841,46 +219121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/161654480", - "info": { - "identifier": 161654480, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161654480", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Regency Estate Group Ltd", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286280/161654480/286280_REG250074_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129192, - 51.481213 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -278001,126 +219241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161655011", - "info": { - "identifier": 161655011, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161655011", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "The Chant Group", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222842/161655011/222842_TCH231747_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.080274, - 51.54365 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.1, - "qmprice": 26.55, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161655572", - "info": { - "identifier": 161655572, - "sqm_ocr": 79.1, - "price": 2100.0, - "price_per_sqm": 26.548672566371682, - "url": "https://www.rightmove.co.uk/properties/161655572", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Carringtons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/2k/1541/161655572/1541_CAR240204_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.279236, - 51.42201 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161655752", - "info": { - "identifier": 161655752, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161655752", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81158/161655752/81158_33867738_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.280689, - 51.5973 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -278201,86 +219321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161656127", - "info": { - "identifier": 161656127, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161656127", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Visum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35298/161656127/35298_50959_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.204155, - 51.543793 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 43.7, - "qmprice": 56.06, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161656268", - "info": { - "identifier": 161656268, - "sqm_ocr": 43.7, - "price": 2450.0, - "price_per_sqm": 56.06407322654462, - "url": "https://www.rightmove.co.uk/properties/161656268", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Woodhouse Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77192/161656268/77192_CAMDENHS_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14153, - 51.53774 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -278441,46 +219481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.63, - "qmprice": 47.74, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/161656922", - "info": { - "identifier": 161656922, - "sqm_ocr": 72.63, - "price": 3467.0, - "price_per_sqm": 47.73509569048603, - "url": "https://www.rightmove.co.uk/properties/161656922", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63025/161656922/63025_HEA223166_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128852, - 51.515835 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -278521,46 +219521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.9, - "qmprice": 29.09, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161657405", - "info": { - "identifier": 161657405, - "sqm_ocr": 73.9, - "price": 2150.0, - "price_per_sqm": 29.09336941813261, - "url": "https://www.rightmove.co.uk/properties/161657405", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Rolfe East", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/6k/5252/161657405/5252_33867838_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.299486, - 51.51349 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -278601,46 +219561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.3, - "qmprice": 21.44, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161657906", - "info": { - "identifier": 161657906, - "sqm_ocr": 93.3, - "price": 2000.0, - "price_per_sqm": 21.436227224008576, - "url": "https://www.rightmove.co.uk/properties/161657906", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "John Payne", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34400/161657906/34400_P276815_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01295, - 51.4735 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -278704,7 +219624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -278721,46 +219641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.08, - "qmprice": 46.47, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161658704", - "info": { - "identifier": 161658704, - "sqm_ocr": 86.08, - "price": 4000.0, - "price_per_sqm": 46.468401486988846, - "url": "https://www.rightmove.co.uk/properties/161658704", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/140k/139751/161658704/139751_LHL200366_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.195196, - 51.485256 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -279001,46 +219881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.6, - "qmprice": 27.64, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161659976", - "info": { - "identifier": 161659976, - "sqm_ocr": 79.6, - "price": 2200.0, - "price_per_sqm": 27.638190954773872, - "url": "https://www.rightmove.co.uk/properties/161659976", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87812/161659976/87812_1325031_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24162, - 51.57704 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -279441,46 +220281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161661467", - "info": { - "identifier": 161661467, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161661467", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52518/161661467/52518_CWL150235_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019424, - 51.498817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -279601,46 +220401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.4, - "qmprice": 57.13, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/161662181", - "info": { - "identifier": 161662181, - "sqm_ocr": 47.4, - "price": 2708.0, - "price_per_sqm": 57.130801687763714, - "url": "https://www.rightmove.co.uk/properties/161662181", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43062/161662181/43062_NHS210150_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.200131, - 51.51925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -279881,46 +220641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161663540", - "info": { - "identifier": 161663540, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161663540", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Inner City Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/104k/103850/161663540/103850_ellisonana_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.02553, - 51.52587 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -280104,7 +220824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -280241,86 +220961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.5, - "qmprice": 31.91, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161665139", - "info": { - "identifier": 161665139, - "sqm_ocr": 70.5, - "price": 2250.0, - "price_per_sqm": 31.914893617021278, - "url": "https://www.rightmove.co.uk/properties/161665139", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49922/161665139/49922_CEI243919_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.008593, - 51.51287 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161665169", - "info": { - "identifier": 161665169, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161665169", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Procuro Limited", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261533/161665169/261533_ARU-784387_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128417, - 51.493793 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -280784,7 +221424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Chestertons", @@ -280801,46 +221441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161667140", - "info": { - "identifier": 161667140, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161667140", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Cortland", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249947/161667140/249947_LIVGR_022652_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.078036, - 51.50564 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -280881,46 +221481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161667461", - "info": { - "identifier": 161667461, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161667461", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14614/161667461/14614_BLA170885_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022498, - 51.466785 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -281001,46 +221561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.78, - "qmprice": 40.13, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/161667890", - "info": { - "identifier": 161667890, - "sqm_ocr": 91.78, - "price": 3683.0, - "price_per_sqm": 40.12856831553715, - "url": "https://www.rightmove.co.uk/properties/161667890", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51319/161667890/51319_MCL250034_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135054, - 51.506554 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -281321,46 +221841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161668955", - "info": { - "identifier": 161668955, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161668955", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161668955/96668_245915222042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024897, - 51.492348 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -281561,46 +222041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161669456", - "info": { - "identifier": 161669456, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161669456", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161669456/96668_246983202052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184037, - 51.35534 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -281641,46 +222081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161669606", - "info": { - "identifier": 161669606, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161669606", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161669606/96668_247655308052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.145728, - 51.45431 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -281721,46 +222121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/161669840", - "info": { - "identifier": 161669840, - "sqm_ocr": null, - "price": 3650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161669840", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161669840/96668_244295606042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.079862, - 51.53073 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -281944,7 +222304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Grey & Co", @@ -281961,86 +222321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.3, - "qmprice": 29.05, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161670941", - "info": { - "identifier": 161670941, - "sqm_ocr": 72.3, - "price": 2100.0, - "price_per_sqm": 29.04564315352697, - "url": "https://www.rightmove.co.uk/properties/161670941", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87812/161670941/87812_1325550_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.240087, - 51.577602 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161670968", - "info": { - "identifier": 161670968, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161670968", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "London Move", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261842/161670968/261842_1701_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07471, - 51.52902 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -282121,46 +222401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161671607", - "info": { - "identifier": 161671607, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161671607", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Wembley Park Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80783/161671607/80783_2300443_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28393, - 51.55871 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -282601,126 +222841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.7, - "qmprice": 37.06, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161674298", - "info": { - "identifier": 161674298, - "sqm_ocr": 87.7, - "price": 3250.0, - "price_per_sqm": 37.058152793614596, - "url": "https://www.rightmove.co.uk/properties/161674298", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Dimension Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87953/161674298/87953_3687_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.012108, - 51.4879 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3999.0, - "url": "https://www.rightmove.co.uk/properties/161674757", - "info": { - "identifier": 161674757, - "sqm_ocr": null, - "price": 3999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161674757", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Ak247 Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261134/161674757/261134_84lincoln_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22289, - 51.51113 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161675132", - "info": { - "identifier": 161675132, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161675132", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "SLettings Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/283k/282698/161675132/282698_RM_LP_77_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.278538, - 51.621346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -282761,46 +222881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.2, - "qmprice": 41.55, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161675810", - "info": { - "identifier": 161675810, - "sqm_ocr": 72.2, - "price": 3000.0, - "price_per_sqm": 41.55124653739612, - "url": "https://www.rightmove.co.uk/properties/161675810", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Latymers Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74302/161675810/74302_LATYM_001210_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19621, - 51.465572 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -283161,46 +223241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161679347", - "info": { - "identifier": 161679347, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161679347", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Castles Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257138/161679347/257138_2665546_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05642, - 51.53852 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -283281,86 +223321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/161680262", - "info": { - "identifier": 161680262, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161680262", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161680262/96668_247665908052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.147461, - 51.43929 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161680298", - "info": { - "identifier": 161680298, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161680298", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161680298/96668_247672108052025_IMG_22_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.221311, - 51.571236 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -283441,86 +223401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 113.16, - "qmprice": 26.5, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161680865", - "info": { - "identifier": 161680865, - "sqm_ocr": 113.16, - "price": 2999.0, - "price_per_sqm": 26.50229763167197, - "url": "https://www.rightmove.co.uk/properties/161680865", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Cedar Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79883/161680865/79883_4101_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1819, - 51.54186 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161680943", - "info": { - "identifier": 161680943, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161680943", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Cedar Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79883/161680943/79883_3308_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1819, - 51.54186 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -284104,7 +223984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 19, + "updated_days": 20, "status": null, "last_seen": 0, "agency": "Century 21 Goodmayes", @@ -284121,46 +224001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161684699", - "info": { - "identifier": 161684699, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161684699", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 24, - "status": null, - "last_seen": 9, - "agency": "Mann Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42117/161684699/42117_000906544_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07382, - 51.42685 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -284441,166 +224281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.36, - "qmprice": 63.13, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161686097", - "info": { - "identifier": 161686097, - "sqm_ocr": 63.36, - "price": 4000.0, - "price_per_sqm": 63.131313131313135, - "url": "https://www.rightmove.co.uk/properties/161686097", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70038/161686097/70038_5124_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.181906, - 51.473488 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.3, - "qmprice": 24.92, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161686814", - "info": { - "identifier": 161686814, - "sqm_ocr": 88.3, - "price": 2200.0, - "price_per_sqm": 24.91506228765572, - "url": "https://www.rightmove.co.uk/properties/161686814", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Century 21 Royale", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/180k/179552/161686814/179552_R210282_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.298275, - 51.4132 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.4, - "qmprice": 37.04, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161686847", - "info": { - "identifier": 161686847, - "sqm_ocr": 86.4, - "price": 3200.0, - "price_per_sqm": 37.03703703703704, - "url": "https://www.rightmove.co.uk/properties/161686847", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41343/161686847/41343_06730447_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.133, - 51.567 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.9, - "qmprice": 36.51, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161686853", - "info": { - "identifier": 161686853, - "sqm_ocr": 84.9, - "price": 3100.0, - "price_per_sqm": 36.513545347467605, - "url": "https://www.rightmove.co.uk/properties/161686853", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15966/161686853/15966_1325132_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.163551, - 51.46301 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -284641,46 +224321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161687462", - "info": { - "identifier": 161687462, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161687462", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "David Astburys Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176261/161687462/176261_102708042577_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05559, - 51.58851 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -285081,46 +224721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.0, - "qmprice": 38.75, - "rooms": 2, - "total_price": 2480.0, - "url": "https://www.rightmove.co.uk/properties/161691959", - "info": { - "identifier": 161691959, - "sqm_ocr": 64.0, - "price": 2480.0, - "price_per_sqm": 38.75, - "url": "https://www.rightmove.co.uk/properties/161691959", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Neptune Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/277k/276332/161691959/276332_C306-2BEDFULL-25_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04098, - 51.48483 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -285361,46 +224961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.3, - "qmprice": 30.58, - "rooms": 2, - "total_price": 2180.0, - "url": "https://www.rightmove.co.uk/properties/161693462", - "info": { - "identifier": 161693462, - "sqm_ocr": 71.3, - "price": 2180.0, - "price_per_sqm": 30.575035063113607, - "url": "https://www.rightmove.co.uk/properties/161693462", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Neptune Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/277k/276332/161693462/276332_C105-2BED-14_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04098, - 51.48483 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -285481,46 +225041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161693600", - "info": { - "identifier": 161693600, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161693600", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Fraser & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266348/161693600/266348_CDL230090_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.253986, - 51.5965 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -285721,46 +225241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.3, - "qmprice": 37.09, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/161694347", - "info": { - "identifier": 161694347, - "sqm_ocr": 67.3, - "price": 2496.0, - "price_per_sqm": 37.08766716196137, - "url": "https://www.rightmove.co.uk/properties/161694347", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202016/161694347/202016_33870079_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.327883, - 51.505787 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -286001,46 +225481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 116.13, - "qmprice": 21.53, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161695664", - "info": { - "identifier": 161695664, - "sqm_ocr": 116.13, - "price": 2500.0, - "price_per_sqm": 21.5275983811246, - "url": "https://www.rightmove.co.uk/properties/161695664", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43310/161695664/43310_MRL090703_L_IMG_24_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02, - 51.49 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -286241,46 +225681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161697173", - "info": { - "identifier": 161697173, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161697173", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161697173/96668_247663108052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.048796, - 51.51476 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -286321,46 +225721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161697917", - "info": { - "identifier": 161697917, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161697917", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Lords Property", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249026/161697917/249026_MEDCALF_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.0216, - 51.66968 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -286681,46 +226041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161699603", - "info": { - "identifier": 161699603, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161699603", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100855/161699603/100855_CLV205895_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126092, - 51.46687 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -286921,46 +226241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.58, - "qmprice": 29.62, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161700062", - "info": { - "identifier": 161700062, - "sqm_ocr": 72.58, - "price": 2150.0, - "price_per_sqm": 29.622485533204742, - "url": "https://www.rightmove.co.uk/properties/161700062", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/57k/56712/161700062/56712_SHO210266_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.047159, - 51.511337 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -287441,86 +226721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161701634", - "info": { - "identifier": 161701634, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161701634", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/218k/217508/161701634/217508_P66351_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03943, - 51.53429 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161701718", - "info": { - "identifier": 161701718, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161701718", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/218k/217508/161701718/217508_P65484_IMG_19_0001_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03969, - 51.53365 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -287561,86 +226761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161701868", - "info": { - "identifier": 161701868, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161701868", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/218k/217508/161701868/217508_P65479_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03969, - 51.53365 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.29, - "qmprice": 31.37, - "rooms": 3, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/161701943", - "info": { - "identifier": 161701943, - "sqm_ocr": 81.29, - "price": 2550.0, - "price_per_sqm": 31.369172099889283, - "url": "https://www.rightmove.co.uk/properties/161701943", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63329/161701943/63329_P5987F0308_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30872, - 51.3919 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -287841,46 +226961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161702483", - "info": { - "identifier": 161702483, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161702483", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161702483/96668_234098205012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.287925, - 51.461494 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -287921,46 +227001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161702645", - "info": { - "identifier": 161702645, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161702645", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161702645/96668_246552628042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126958, - 51.566822 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -288121,46 +227161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.91, - "qmprice": 22.6, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161702960", - "info": { - "identifier": 161702960, - "sqm_ocr": 92.91, - "price": 2100.0, - "price_per_sqm": 22.602518566354536, - "url": "https://www.rightmove.co.uk/properties/161702960", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Daniels", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13501/161702960/13501_33870441_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.271662, - 51.569702 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -288361,46 +227361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161703791", - "info": { - "identifier": 161703791, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161703791", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161703791/96668_246815330042025_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.151053, - 51.319065 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -288481,46 +227441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.0, - "qmprice": 32.79, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161703968", - "info": { - "identifier": 161703968, - "sqm_ocr": 61.0, - "price": 2000.0, - "price_per_sqm": 32.78688524590164, - "url": "https://www.rightmove.co.uk/properties/161703968", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Andrews Letting and Management", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34325/161703968/34325_KNG100198_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27345, - 51.56356 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -288921,46 +227841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161706683", - "info": { - "identifier": 161706683, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161706683", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161706683/96668_28264912092017_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.157072, - 51.45993 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -289041,166 +227921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.0, - "qmprice": 36.99, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161707064", - "info": { - "identifier": 161707064, - "sqm_ocr": 73.0, - "price": 2700.0, - "price_per_sqm": 36.986301369863014, - "url": "https://www.rightmove.co.uk/properties/161707064", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Neptune Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/277k/276332/161707064/276332_C407-3BED-14_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04098, - 51.48483 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.5, - "qmprice": 26.13, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161707091", - "info": { - "identifier": 161707091, - "sqm_ocr": 99.5, - "price": 2600.0, - "price_per_sqm": 26.13065326633166, - "url": "https://www.rightmove.co.uk/properties/161707091", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64571/161707091/64571_33870691_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.229221, - 51.56269 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161707118", - "info": { - "identifier": 161707118, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161707118", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161707118/96668_238372811022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.065602, - 51.598324 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/161707853", - "info": { - "identifier": 161707853, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161707853", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161707853/96668_164080901032023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.117584, - 51.401985 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -289361,46 +228081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.6, - "qmprice": 44.77, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161712764", - "info": { - "identifier": 161712764, - "sqm_ocr": 72.6, - "price": 3250.0, - "price_per_sqm": 44.76584022038568, - "url": "https://www.rightmove.co.uk/properties/161712764", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/152k/151658/161712764/151658_1323071_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.197434, - 51.53427 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -289601,46 +228281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.2, - "qmprice": 43.21, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/161714339", - "info": { - "identifier": 161714339, - "sqm_ocr": 65.2, - "price": 2817.0, - "price_per_sqm": 43.20552147239263, - "url": "https://www.rightmove.co.uk/properties/161714339", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/161714339/15948_1325078_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.192692, - 51.482895 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -289761,46 +228401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161716388", - "info": { - "identifier": 161716388, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161716388", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/237k/236303/161716388/236303_P66364_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2468, - 51.59394 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -289961,46 +228561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.0, - "qmprice": 34.44, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161717660", - "info": { - "identifier": 161717660, - "sqm_ocr": 90.0, - "price": 3100.0, - "price_per_sqm": 34.44444444444444, - "url": "https://www.rightmove.co.uk/properties/161717660", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Holland Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36516/161717660/36516_10307_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022, - 51.47446 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -290024,7 +228584,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -290041,46 +228601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.4, - "qmprice": 28.47, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161718431", - "info": { - "identifier": 161718431, - "sqm_ocr": 112.4, - "price": 3200.0, - "price_per_sqm": 28.469750889679712, - "url": "https://www.rightmove.co.uk/properties/161718431", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/167k/166334/161718431/166334_1324478_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.102139, - 51.60037 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -290281,126 +228801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.7, - "qmprice": 48.62, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161719478", - "info": { - "identifier": 161719478, - "sqm_ocr": 61.7, - "price": 3000.0, - "price_per_sqm": 48.62236628849271, - "url": "https://www.rightmove.co.uk/properties/161719478", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/109k/108947/161719478/108947_1324777_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.363044, - 51.571095 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.7, - "qmprice": 32.41, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161719487", - "info": { - "identifier": 161719487, - "sqm_ocr": 61.7, - "price": 2000.0, - "price_per_sqm": 32.414910858995135, - "url": "https://www.rightmove.co.uk/properties/161719487", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/109k/108947/161719487/108947_1324776_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.363044, - 51.571095 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161719850", - "info": { - "identifier": 161719850, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161719850", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Docklands Prestige Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/102k/101404/161719850/101404_584739_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27203, - 51.50143 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -290481,86 +228881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161720579", - "info": { - "identifier": 161720579, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161720579", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "COZEE", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262232/161720579/262232_358aaef4-ecd3-488c-8e4d-09eedefc030c_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.17424, - 51.36164 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/161720861", - "info": { - "identifier": 161720861, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161720861", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Henry Wiltshire", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256607/161720861/256607_19570_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.132848, - 51.497562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -291241,86 +229561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.7, - "qmprice": 35.66, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161724824", - "info": { - "identifier": 161724824, - "sqm_ocr": 68.7, - "price": 2450.0, - "price_per_sqm": 35.66229985443959, - "url": "https://www.rightmove.co.uk/properties/161724824", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Rentmyhome.co.uk", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/243k/242747/161724824/242747_33871316_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.312999, - 51.49459 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.2, - "qmprice": 33.99, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161724893", - "info": { - "identifier": 161724893, - "sqm_ocr": 91.2, - "price": 3100.0, - "price_per_sqm": 33.99122807017544, - "url": "https://www.rightmove.co.uk/properties/161724893", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/161724893/48101_1321768_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.020984, - 51.516632 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -291561,46 +229801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161726279", - "info": { - "identifier": 161726279, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161726279", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "W J Meade", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38087/161726279/38087_33871417_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036827, - 51.518265 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -291761,46 +229961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.03, - "qmprice": 33.54, - "rooms": 2, - "total_price": 2349.0, - "url": "https://www.rightmove.co.uk/properties/161727227", - "info": { - "identifier": 161727227, - "sqm_ocr": 70.03, - "price": 2349.0, - "price_per_sqm": 33.54276738540625, - "url": "https://www.rightmove.co.uk/properties/161727227", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Lessel", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191471/161727227/191471_33871489_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.112834, - 51.591587 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -291921,46 +230081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2947.0, - "url": "https://www.rightmove.co.uk/properties/161728196", - "info": { - "identifier": 161728196, - "sqm_ocr": null, - "price": 2947.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161728196", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50969/161728196/50969_P5124C3316_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11962, - 51.51311 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -292001,46 +230121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.72, - "qmprice": 39.61, - "rooms": 2, - "total_price": 2643.0, - "url": "https://www.rightmove.co.uk/properties/161728436", - "info": { - "identifier": 161728436, - "sqm_ocr": 66.72, - "price": 2643.0, - "price_per_sqm": 39.61330935251799, - "url": "https://www.rightmove.co.uk/properties/161728436", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51283/161728436/51283_FCL230199_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180945, - 51.48811 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -292121,46 +230201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 45.6, - "qmprice": 54.82, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161728580", - "info": { - "identifier": 161728580, - "sqm_ocr": 45.6, - "price": 2500.0, - "price_per_sqm": 54.82456140350877, - "url": "https://www.rightmove.co.uk/properties/161728580", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alex Crown Lettings & Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102122/161728580/102122_1106_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11848, - 51.55131 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -292201,46 +230241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161729138", - "info": { - "identifier": 161729138, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161729138", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Complete Prime Residential Ltd", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53946/161729138/53946_12461_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.027114, - 51.478718 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -292561,46 +230561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/161730185", - "info": { - "identifier": 161730185, - "sqm_ocr": null, - "price": 2275.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161730185", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237557/161730185/237557_P66384_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18892, - 51.36037 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -292801,46 +230761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 30.41, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161730752", - "info": { - "identifier": 161730752, - "sqm_ocr": 74.0, - "price": 2250.0, - "price_per_sqm": 30.405405405405407, - "url": "https://www.rightmove.co.uk/properties/161730752", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209807/161730752/209807_HEA220653_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020933, - 51.51349 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -292921,46 +230841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.6, - "qmprice": 52.56, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/161731577", - "info": { - "identifier": 161731577, - "sqm_ocr": 53.6, - "price": 2817.0, - "price_per_sqm": 52.55597014925373, - "url": "https://www.rightmove.co.uk/properties/161731577", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71140/161731577/71140_33871748_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.128305, - 51.527405 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -293201,46 +231081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 153.4, - "qmprice": 17.6, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161732720", - "info": { - "identifier": 161732720, - "sqm_ocr": 153.4, - "price": 2700.0, - "price_per_sqm": 17.601043024771837, - "url": "https://www.rightmove.co.uk/properties/161732720", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66200/161732720/66200_RUI251821_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.405339, - 51.56478 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -293561,86 +231401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.0, - "qmprice": 39.82, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/161734295", - "info": { - "identifier": 161734295, - "sqm_ocr": 68.0, - "price": 2708.0, - "price_per_sqm": 39.8235294117647, - "url": "https://www.rightmove.co.uk/properties/161734295", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/161734295/204560_50_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180937, - 51.51578 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161734445", - "info": { - "identifier": 161734445, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161734445", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "WR Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287297/161734445/287297_29040715_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203956, - 51.458694 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -293801,46 +231561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.6, - "qmprice": 33.6, - "rooms": 2, - "total_price": 3044.0, - "url": "https://www.rightmove.co.uk/properties/161735441", - "info": { - "identifier": 161735441, - "sqm_ocr": 90.6, - "price": 3044.0, - "price_per_sqm": 33.59823399558499, - "url": "https://www.rightmove.co.uk/properties/161735441", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82086/161735441/82086_1325745_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.007567, - 51.541687 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -293921,126 +231641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2857.0, - "url": "https://www.rightmove.co.uk/properties/161736290", - "info": { - "identifier": 161736290, - "sqm_ocr": null, - "price": 2857.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161736290", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/161736290/259979_EVER-2599792y10zFWLhgnuWe5jt7lzQ7eoup6sS0gP2xQFUinY6CMs2ezcsCAYzM2i_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.06, - "qmprice": 55.98, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161736356", - "info": { - "identifier": 161736356, - "sqm_ocr": 58.06, - "price": 3250.0, - "price_per_sqm": 55.97657595590768, - "url": "https://www.rightmove.co.uk/properties/161736356", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hudsons Property", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75559/161736356/75559_CHS160150_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.136017, - 51.51852 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161736812", - "info": { - "identifier": 161736812, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161736812", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Langford Russell", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50758/161736812/50758_P276844_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.04268, - 51.4104 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -294081,46 +231681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.0, - "qmprice": 32.14, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161737025", - "info": { - "identifier": 161737025, - "sqm_ocr": 70.0, - "price": 2250.0, - "price_per_sqm": 32.142857142857146, - "url": "https://www.rightmove.co.uk/properties/161737025", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84839/161737025/84839_33872076_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.384113, - 51.460487 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -294224,7 +231784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 14, + "updated_days": 15, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -294361,46 +231921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161737892", - "info": { - "identifier": 161737892, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161737892", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 23, - "status": null, - "last_seen": 9, - "agency": "Andre Joseph Estates Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74973/161737892/74973_517286_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105113, - 51.503155 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -294801,86 +232321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161740751", - "info": { - "identifier": 161740751, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161740751", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Milegate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/124k/123322/161740751/123322_POINT_006351_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.049724, - 51.50161 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2915.0, - "url": "https://www.rightmove.co.uk/properties/161740817", - "info": { - "identifier": 161740817, - "sqm_ocr": null, - "price": 2915.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161740817", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256148/161740817/256148_EVER-YWQwMTRiYzEtMDgwYi00ZjQ4LTgyYTYtYTJkMzQwNjQ3MTlhLTY=_IMG_00_0000_max_656x437.png", - "let_date_available": "16/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01022, - 51.52516 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -295001,46 +232441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.38, - "qmprice": 50.48, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161741693", - "info": { - "identifier": 161741693, - "sqm_ocr": 64.38, - "price": 3250.0, - "price_per_sqm": 50.48151599875738, - "url": "https://www.rightmove.co.uk/properties/161741693", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Element Properties & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221111/161741693/221111_ALP220079_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14253, - 51.534946 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -295321,46 +232721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161742779", - "info": { - "identifier": 161742779, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161742779", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Your Move", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/32k/31368/161742779/31368_BEX240449_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.099548, - 51.46677 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -295481,86 +232841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 27.03, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161743691", - "info": { - "identifier": 161743691, - "sqm_ocr": 74.0, - "price": 2000.0, - "price_per_sqm": 27.027027027027028, - "url": "https://www.rightmove.co.uk/properties/161743691", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martyn Gerrard", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51420/161743691/51420_FIL240041_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20995, - 51.61329 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 142.4, - "qmprice": 23.88, - "rooms": 4, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161743739", - "info": { - "identifier": 161743739, - "sqm_ocr": 142.4, - "price": 3400.0, - "price_per_sqm": 23.876404494382022, - "url": "https://www.rightmove.co.uk/properties/161743739", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/161743739/107533_1325773_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.03611, - 51.48354 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -295601,126 +232881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.0, - "qmprice": 46.43, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161743952", - "info": { - "identifier": 161743952, - "sqm_ocr": 70.0, - "price": 3250.0, - "price_per_sqm": 46.42857142857143, - "url": "https://www.rightmove.co.uk/properties/161743952", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15966/161743952/15966_1325780_IMG_01_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.182947, - 51.464672 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3542.0, - "url": "https://www.rightmove.co.uk/properties/161744126", - "info": { - "identifier": 161744126, - "sqm_ocr": null, - "price": 3542.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161744126", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Dolphin Square", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58030/161744126/58030_BEA612_V2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13607, - 51.48549 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161744159", - "info": { - "identifier": 161744159, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161744159", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Regency Estate Group Ltd", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286280/161744159/286280_REG250079_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "10/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210144, - 51.45948 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -296401,46 +233561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.22, - "qmprice": 31.67, - "rooms": 2, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/161749385", - "info": { - "identifier": 161749385, - "sqm_ocr": 99.22, - "price": 3142.0, - "price_per_sqm": 31.667002620439426, - "url": "https://www.rightmove.co.uk/properties/161749385", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "PMP International", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240842/161749385/240842_33872809_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183015, - 51.4718 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -296641,86 +233761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.05, - "qmprice": 38.54, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161750525", - "info": { - "identifier": 161750525, - "sqm_ocr": 70.05, - "price": 2700.0, - "price_per_sqm": 38.54389721627409, - "url": "https://www.rightmove.co.uk/properties/161750525", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25485/161750525/25485_33872847_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.190457, - 51.55131 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.9, - "qmprice": 30.76, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161750993", - "info": { - "identifier": 161750993, - "sqm_ocr": 69.9, - "price": 2150.0, - "price_per_sqm": 30.758226037195993, - "url": "https://www.rightmove.co.uk/properties/161750993", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247481/161750993/247481_P287757_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15731, - 51.45058 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -296864,7 +233904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Jukes & Co Estate Agents", @@ -296961,46 +234001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.04, - "qmprice": 37.29, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161751872", - "info": { - "identifier": 161751872, - "sqm_ocr": 67.04, - "price": 2500.0, - "price_per_sqm": 37.29116945107398, - "url": "https://www.rightmove.co.uk/properties/161751872", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/206k/205358/161751872/205358_CUS012565353_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.067137, - 51.494522 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -297064,7 +234064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "Myspace", @@ -297121,46 +234121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161753606", - "info": { - "identifier": 161753606, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161753606", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Citian & Partners", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256973/161753606/256973_275164_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22676, - 51.45588 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -297224,7 +234184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -297304,7 +234264,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 22, + "updated_days": 23, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -297321,46 +234281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.45, - "qmprice": 40.18, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161754254", - "info": { - "identifier": 161754254, - "sqm_ocr": 68.45, - "price": 2750.0, - "price_per_sqm": 40.17531044558071, - "url": "https://www.rightmove.co.uk/properties/161754254", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Andrew Lloyd Estates Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25238/161754254/25238_10823_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11477, - 51.53633 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -297521,46 +234441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161755208", - "info": { - "identifier": 161755208, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161755208", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Citian & Partners", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256973/161755208/256973_275165_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00953, - 51.50932 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -297881,46 +234761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.6, - "qmprice": 37.54, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161756591", - "info": { - "identifier": 161756591, - "sqm_ocr": 66.6, - "price": 2500.0, - "price_per_sqm": 37.53753753753754, - "url": "https://www.rightmove.co.uk/properties/161756591", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82086/161756591/82086_1325791_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.233585, - 51.53297 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -298001,46 +234841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.3, - "qmprice": 40.09, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161756645", - "info": { - "identifier": 161756645, - "sqm_ocr": 87.3, - "price": 3500.0, - "price_per_sqm": 40.09163802978236, - "url": "https://www.rightmove.co.uk/properties/161756645", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/161756645/16050_1324988_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.074887, - 51.52881 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -298201,86 +235001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161757104", - "info": { - "identifier": 161757104, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161757104", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161757104/96668_247764909052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18438, - 51.525497 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161757140", - "info": { - "identifier": 161757140, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161757140", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161757140/96668_242865324032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.248076, - 51.39809 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -298361,46 +235081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/161757389", - "info": { - "identifier": 161757389, - "sqm_ocr": null, - "price": 3467.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161757389", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161757389/96668_241496311032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135713, - 51.53778 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -298481,46 +235161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161757440", - "info": { - "identifier": 161757440, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161757440", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161757440/96668_161787303022023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024794, - 51.41749 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -298601,46 +235241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 40.28, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161757782", - "info": { - "identifier": 161757782, - "sqm_ocr": 72.0, - "price": 2900.0, - "price_per_sqm": 40.27777777777778, - "url": "https://www.rightmove.co.uk/properties/161757782", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Districts London", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/246k/245744/161757782/245744_33873329_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183845, - 51.53156 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -298881,46 +235481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 37.93, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161759690", - "info": { - "identifier": 161759690, - "sqm_ocr": 87.0, - "price": 3300.0, - "price_per_sqm": 37.93103448275862, - "url": "https://www.rightmove.co.uk/properties/161759690", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77496/161759690/77496_SHO150243_L_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.077385, - 51.537617 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -299081,86 +235641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161760590", - "info": { - "identifier": 161760590, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161760590", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Brian Cox", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288164/161760590/288164_33873543_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.342774, - 51.53313 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161760842", - "info": { - "identifier": 161760842, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161760842", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Andrews And Stacey Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143252/161760842/143252_Galloway_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.23972, - 51.50823 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -299441,126 +235921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161762219", - "info": { - "identifier": 161762219, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161762219", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ellis & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7558/161762219/7558_FIN180306_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.187104, - 51.604755 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161762237", - "info": { - "identifier": 161762237, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161762237", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168029/161762237/168029_6760allium251676755_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28488, - 51.5411 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161762327", - "info": { - "identifier": 161762327, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161762327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hausman & Holmes", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/167k/166823/161762327/166823_1395_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19648, - 51.57403 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -300001,46 +236361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.02, - "qmprice": 53.55, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161764013", - "info": { - "identifier": 161764013, - "sqm_ocr": 56.02, - "price": 3000.0, - "price_per_sqm": 53.5523027490182, - "url": "https://www.rightmove.co.uk/properties/161764013", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51295/161764013/51295_HAL140104_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17827, - 51.55628 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -300881,86 +237201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161767346", - "info": { - "identifier": 161767346, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161767346", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161767346/96668_238560312022025_IMG_08_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.286576, - 51.47526 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161767358", - "info": { - "identifier": 161767358, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161767358", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161767358/96668_224367530092024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.233852, - 51.578487 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -301121,46 +237361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/161769431", - "info": { - "identifier": 161769431, - "sqm_ocr": null, - "price": 2535.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161769431", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161769431/96668_247563407052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108795, - 51.492752 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -301281,126 +237481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161769686", - "info": { - "identifier": 161769686, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161769686", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161769686/96668_244507108042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036439, - 51.50132 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.3, - "qmprice": 41.86, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161769701", - "info": { - "identifier": 161769701, - "sqm_ocr": 63.3, - "price": 2650.0, - "price_per_sqm": 41.864139020537124, - "url": "https://www.rightmove.co.uk/properties/161769701", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161769701/96668_247852009052025_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165574, - 51.546898 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161769722", - "info": { - "identifier": 161769722, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161769722", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161769722/96668_247823909052025_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.291515, - 51.54325 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -301481,46 +237561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/161770229", - "info": { - "identifier": 161770229, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161770229", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161770229/96668_247238504052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.324456, - 51.47631 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -301921,46 +237961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161777576", - "info": { - "identifier": 161777576, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161777576", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Galaxy Real Estate", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/220k/219908/161777576/219908_4076_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.383633, - 51.4974 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -302121,86 +238121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/161778944", - "info": { - "identifier": 161778944, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161778944", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rosewood Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63096/161778944/63096_HaydonsRd_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18822, - 51.4222 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2075.0, - "url": "https://www.rightmove.co.uk/properties/161779424", - "info": { - "identifier": 161779424, - "sqm_ocr": null, - "price": 2075.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161779424", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161779424/96668_239335420022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.136693, - 51.56109 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -302241,46 +238161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161780948", - "info": { - "identifier": 161780948, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161780948", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Rosewood Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/64k/63096/161780948/63096_LOWERGROUNDHORNTONST_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19387, - 51.5016 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -302601,46 +238481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161782445", - "info": { - "identifier": 161782445, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161782445", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Curtis And Parker", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/279k/278867/161782445/278867_33874541_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.285709, - 51.52687 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -302721,86 +238561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.4, - "qmprice": 29.01, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161782712", - "info": { - "identifier": 161782712, - "sqm_ocr": 103.4, - "price": 3000.0, - "price_per_sqm": 29.013539651837522, - "url": "https://www.rightmove.co.uk/properties/161782712", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "John Dallas", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75592/161782712/75592_JDE1000136_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070368, - 51.374454 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.1, - "qmprice": 33.74, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161782859", - "info": { - "identifier": 161782859, - "sqm_ocr": 74.1, - "price": 2500.0, - "price_per_sqm": 33.738191632928476, - "url": "https://www.rightmove.co.uk/properties/161782859", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "John Payne", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48285/161782859/48285_P276857_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01548, - 51.47534 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -302841,46 +238601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.8, - "qmprice": 23.81, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161783972", - "info": { - "identifier": 161783972, - "sqm_ocr": 100.8, - "price": 2400.0, - "price_per_sqm": 23.80952380952381, - "url": "https://www.rightmove.co.uk/properties/161783972", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Spencer James Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283697/161783972/283697_12251_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.023486, - 51.507046 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -302921,46 +238641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.1, - "qmprice": 25.83, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161784140", - "info": { - "identifier": 161784140, - "sqm_ocr": 87.1, - "price": 2250.0, - "price_per_sqm": 25.83237657864524, - "url": "https://www.rightmove.co.uk/properties/161784140", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161784140/96668_247901810052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.200082, - 51.5435 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -303024,7 +238704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -303064,7 +238744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -303201,46 +238881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.0, - "qmprice": 25.49, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161784581", - "info": { - "identifier": 161784581, - "sqm_ocr": 102.0, - "price": 2600.0, - "price_per_sqm": 25.49019607843137, - "url": "https://www.rightmove.co.uk/properties/161784581", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Baker and Chase", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/110k/109898/161784581/109898_33874628_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102989, - 51.662212 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -303281,46 +238921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161784854", - "info": { - "identifier": 161784854, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161784854", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Addison Townsend", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38757/161784854/38757_addison_1540310528_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20624, - 51.65688 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -303601,86 +239201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.6, - "qmprice": 28.99, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161785670", - "info": { - "identifier": 161785670, - "sqm_ocr": 77.6, - "price": 2250.0, - "price_per_sqm": 28.994845360824744, - "url": "https://www.rightmove.co.uk/properties/161785670", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Eden Harper", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/32k/31836/161785670/31836_33874696_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.117039, - 51.4644 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 105.3, - "qmprice": 25.64, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161785679", - "info": { - "identifier": 161785679, - "sqm_ocr": 105.3, - "price": 2700.0, - "price_per_sqm": 25.641025641025642, - "url": "https://www.rightmove.co.uk/properties/161785679", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50683/161785679/50683_P276859_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0739, - 51.49007 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -303721,46 +239241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161786045", - "info": { - "identifier": 161786045, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161786045", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Philip Alexander", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73781/161786045/73781_33874515_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118054, - 51.590057 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -303801,46 +239281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161786237", - "info": { - "identifier": 161786237, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161786237", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161786237/96668_238443312022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143375, - 51.49453 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -303921,46 +239361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161786960", - "info": { - "identifier": 161786960, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161786960", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161786960/96668_240384402032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.176314, - 51.646336 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -304001,46 +239401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2075.0, - "url": "https://www.rightmove.co.uk/properties/161787650", - "info": { - "identifier": 161787650, - "sqm_ocr": null, - "price": 2075.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161787650", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Prime Residential Property Management", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/245k/244076/161787650/244076_LND250011_L_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.169499, - 51.425774 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -304081,126 +239441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.1, - "qmprice": 50.58, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161788136", - "info": { - "identifier": 161788136, - "sqm_ocr": 77.1, - "price": 3900.0, - "price_per_sqm": 50.58365758754864, - "url": "https://www.rightmove.co.uk/properties/161788136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97423/161788136/97423_CEI241113_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.122545, - 51.533134 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161788154", - "info": { - "identifier": 161788154, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161788154", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161788154/96668_192204810122023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191303, - 51.45859 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161788181", - "info": { - "identifier": 161788181, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161788181", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161788181/96668_244558508042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089933, - 51.57056 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -304281,46 +239521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.5, - "qmprice": 48.14, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/161788376", - "info": { - "identifier": 161788376, - "sqm_ocr": 76.5, - "price": 3683.0, - "price_per_sqm": 48.1437908496732, - "url": "https://www.rightmove.co.uk/properties/161788376", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65439/161788376/65439_NEL160025_L_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.128494, - 51.48121 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -304361,46 +239561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161788679", - "info": { - "identifier": 161788679, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161788679", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161788679/96668_93204119102020_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.382056, - 51.467857 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -304441,166 +239601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3380.0, - "url": "https://www.rightmove.co.uk/properties/161789777", - "info": { - "identifier": 161789777, - "sqm_ocr": null, - "price": 3380.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161789777", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/161789777/115768_7845canadaneed_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "21/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04836, - 51.50008 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3640.0, - "url": "https://www.rightmove.co.uk/properties/161789840", - "info": { - "identifier": 161789840, - "sqm_ocr": null, - "price": 3640.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161789840", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/161789840/115768_7845fors_IMG_26_0000_max_656x437.jpeg", - "let_date_available": "22/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10224, - 51.48406 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3813.0, - "url": "https://www.rightmove.co.uk/properties/161789849", - "info": { - "identifier": 161789849, - "sqm_ocr": null, - "price": 3813.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161789849", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 21, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/161789849/115768_181loz_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "28/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10184, - 51.48324 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.2, - "qmprice": 46.4, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161789885", - "info": { - "identifier": 161789885, - "sqm_ocr": 86.2, - "price": 4000.0, - "price_per_sqm": 46.403712296983755, - "url": "https://www.rightmove.co.uk/properties/161789885", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Dawson Barker", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261290/161789885/261290_RX577739_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18383, - 51.51314 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -304721,86 +239721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161790023", - "info": { - "identifier": 161790023, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161790023", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161790023/96668_247929510052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089671, - 51.55065 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161790035", - "info": { - "identifier": 161790035, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161790035", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161790035/96668_247934710052025_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.124725, - 51.43834 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -305441,46 +240361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161796821", - "info": { - "identifier": 161796821, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161796821", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "One Eighty, Stratford", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262661/161796821/262661_478_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.005499, - 51.535694 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -305521,86 +240401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2970.0, - "url": "https://www.rightmove.co.uk/properties/161796953", - "info": { - "identifier": 161796953, - "sqm_ocr": null, - "price": 2970.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161796953", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "One Eighty, Stratford", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262661/161796953/262661_367_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.005444, - 51.53568 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161796977", - "info": { - "identifier": 161796977, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161796977", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "One Eighty, Stratford", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262661/161796977/262661_701_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.005422, - 51.535675 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -305641,46 +240441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2195.0, - "url": "https://www.rightmove.co.uk/properties/161797082", - "info": { - "identifier": 161797082, - "sqm_ocr": null, - "price": 2195.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161797082", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161797082/96668_247963511052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105959, - 51.48499 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -305721,86 +240481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.9, - "qmprice": 48.39, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161797112", - "info": { - "identifier": 161797112, - "sqm_ocr": 58.9, - "price": 2850.0, - "price_per_sqm": 48.38709677419355, - "url": "https://www.rightmove.co.uk/properties/161797112", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Dewisant Lettings and Management", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277034/161797112/277034_201_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09523, - 51.52423 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/161797643", - "info": { - "identifier": 161797643, - "sqm_ocr": null, - "price": 2535.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161797643", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Allsop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284159/161797643/284159_716A_IMG_11_0005_max_656x437.png", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.28034, - 51.55829 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -305921,46 +240601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161798135", - "info": { - "identifier": 161798135, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161798135", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161798135/96668_248017011052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.050008, - 51.42618 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -306041,46 +240681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2049.0, - "url": "https://www.rightmove.co.uk/properties/161798492", - "info": { - "identifier": 161798492, - "sqm_ocr": null, - "price": 2049.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161798492", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161798492/96668_246931801052025_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.117282, - 51.40027 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -306161,46 +240761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.45, - "qmprice": 22.4, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161798549", - "info": { - "identifier": 161798549, - "sqm_ocr": 100.45, - "price": 2250.0, - "price_per_sqm": 22.399203583872573, - "url": "https://www.rightmove.co.uk/properties/161798549", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161798549/96668_248005211052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.056146, - 51.57882 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -306281,46 +240841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161799713", - "info": { - "identifier": 161799713, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161799713", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - White City", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260429/161799713/260429_wclbrafpwl1205117_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22258, - 51.51157 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -306481,46 +241001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.43, - "qmprice": 46.4, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161801942", - "info": { - "identifier": 161801942, - "sqm_ocr": 75.43, - "price": 3500.0, - "price_per_sqm": 46.40063635158425, - "url": "https://www.rightmove.co.uk/properties/161801942", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Copperstones", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82091/161801942/82091_CR_559_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16848, - 51.51658 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -306601,46 +241081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3028.0, - "url": "https://www.rightmove.co.uk/properties/161802569", - "info": { - "identifier": 161802569, - "sqm_ocr": null, - "price": 3028.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161802569", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/161802569/253604_57S1205_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0072, - 51.54164 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -307281,46 +241721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161805515", - "info": { - "identifier": 161805515, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161805515", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Keller Williams Advantage", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/206k/205682/161805515/205682_RX580297_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089177, - 51.37596 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -307441,46 +241841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161806496", - "info": { - "identifier": 161806496, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161806496", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "We Are Lettings Limited", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/251k/250448/161806496/250448_33875316_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.261922, - 51.3998 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -307521,46 +241881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.0, - "qmprice": 44.37, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/161806814", - "info": { - "identifier": 161806814, - "sqm_ocr": 71.0, - "price": 3150.0, - "price_per_sqm": 44.36619718309859, - "url": "https://www.rightmove.co.uk/properties/161806814", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 10, - "agency": "Hotblack Desiato", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51388/161806814/51388_ISL220231_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.101122, - 51.546116 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -307961,46 +242281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.8, - "qmprice": 29.74, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161808557", - "info": { - "identifier": 161808557, - "sqm_ocr": 90.8, - "price": 2700.0, - "price_per_sqm": 29.73568281938326, - "url": "https://www.rightmove.co.uk/properties/161808557", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/219k/218729/161808557/218729_33875748_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.120329, - 51.55329 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -308041,46 +242321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2102.0, - "url": "https://www.rightmove.co.uk/properties/161808848", - "info": { - "identifier": 161808848, - "sqm_ocr": null, - "price": 2102.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161808848", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Keating Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/107k/106135/161808848/106135_33098472_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.117737, - 51.462273 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -308121,46 +242361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3995.0, - "url": "https://www.rightmove.co.uk/properties/161809232", - "info": { - "identifier": 161809232, - "sqm_ocr": null, - "price": 3995.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161809232", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161809232/96668_240071527022025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.040136, - 51.544014 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -308201,46 +242401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161809418", - "info": { - "identifier": 161809418, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161809418", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Maalems", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/43k/42021/161809418/42021_33875782_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.188657, - 51.44641 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -308561,86 +242721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161811005", - "info": { - "identifier": 161811005, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161811005", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161811005/191744_RL4988_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.066436, - 51.508644 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/161811050", - "info": { - "identifier": 161811050, - "sqm_ocr": null, - "price": 2197.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161811050", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/161811050/39741_33875912_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19557, - 51.527058 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -308704,7 +242784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Waterview", @@ -309041,46 +243121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161812397", - "info": { - "identifier": 161812397, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161812397", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12684/161812397/12684_GER253533_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203316, - 51.48067 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -309264,7 +243304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 14, + "updated_days": 15, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -309281,46 +243321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.9, - "qmprice": 29.9, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161812667", - "info": { - "identifier": 161812667, - "sqm_ocr": 66.9, - "price": 2000.0, - "price_per_sqm": 29.89536621823617, - "url": "https://www.rightmove.co.uk/properties/161812667", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50662/161812667/50662_P276866_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0364, - 51.46085 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -309401,46 +243401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161813618", - "info": { - "identifier": 161813618, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161813618", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "CHARLES WILLIAM PROPERTY INVESTMENT", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252278/161813618/252278_RL03519092204_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130304, - 51.482113 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -309504,7 +243464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Camerons Stiff & Co", @@ -309521,46 +243481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/161813975", - "info": { - "identifier": 161813975, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161813975", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/161813975/270209_S1824-0014_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.0735, - 51.5068 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -309681,46 +243601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2680.0, - "url": "https://www.rightmove.co.uk/properties/161814494", - "info": { - "identifier": 161814494, - "sqm_ocr": null, - "price": 2680.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161814494", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/131k/130954/161814494/130954_HUBCT1205_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22083, - 51.57143 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -309921,46 +243801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161815763", - "info": { - "identifier": 161815763, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161815763", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161815763/191744_RL4950_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.253476, - 51.583103 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -310801,46 +244641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.8, - "qmprice": 51.75, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161817563", - "info": { - "identifier": 161817563, - "sqm_ocr": 62.8, - "price": 3250.0, - "price_per_sqm": 51.7515923566879, - "url": "https://www.rightmove.co.uk/properties/161817563", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71140/161817563/71140_33876362_IMG_06_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.121424, - 51.520226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -310904,7 +244704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -310921,46 +244721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161818433", - "info": { - "identifier": 161818433, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161818433", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "COZEE", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262232/161818433/262232_17db6df8-41aa-4d9e-b2e5-e1982c5b9f31_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.06443, - 51.52603 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -311081,46 +244841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.0, - "qmprice": 34.54, - "rooms": 2, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/161819288", - "info": { - "identifier": 161819288, - "sqm_ocr": 69.0, - "price": 2383.0, - "price_per_sqm": 34.53623188405797, - "url": "https://www.rightmove.co.uk/properties/161819288", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "UKmate", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/264k/263912/161819288/263912_ukmate_agent_1747052981_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.005867, - 51.5072 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -311161,46 +244881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.04, - "qmprice": 31.24, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161819381", - "info": { - "identifier": 161819381, - "sqm_ocr": 112.04, - "price": 3500.0, - "price_per_sqm": 31.23884327026062, - "url": "https://www.rightmove.co.uk/properties/161819381", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Reeds Rains Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/89k/88613/161819381/88613_KEI220120_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115502, - 51.4928 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -311601,46 +245281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 45.95, - "qmprice": 52.23, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161820596", - "info": { - "identifier": 161820596, - "sqm_ocr": 45.95, - "price": 2400.0, - "price_per_sqm": 52.230685527747546, - "url": "https://www.rightmove.co.uk/properties/161820596", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/161820596/48101_1320462_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.024092, - 51.501026 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -311921,46 +245561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.45, - "qmprice": 46.61, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/161821568", - "info": { - "identifier": 161821568, - "sqm_ocr": 80.45, - "price": 3750.0, - "price_per_sqm": 46.61280298321939, - "url": "https://www.rightmove.co.uk/properties/161821568", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161821568/26207_IUL160116_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097029, - 51.529854 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -312081,46 +245681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.1, - "qmprice": 21.03, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161822039", - "info": { - "identifier": 161822039, - "sqm_ocr": 114.1, - "price": 2400.0, - "price_per_sqm": 21.034180543383, - "url": "https://www.rightmove.co.uk/properties/161822039", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Cockburn Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124243/161822039/124243_L108757_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.028252, - 51.440826 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -312401,46 +245961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2225.0, - "url": "https://www.rightmove.co.uk/properties/161822543", - "info": { - "identifier": 161822543, - "sqm_ocr": null, - "price": 2225.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161822543", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/161822543/102784_12670367_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.016134, - 51.46584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -312481,46 +246001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.86, - "qmprice": 36.17, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161822648", - "info": { - "identifier": 161822648, - "sqm_ocr": 89.86, - "price": 3250.0, - "price_per_sqm": 36.16737146672602, - "url": "https://www.rightmove.co.uk/properties/161822648", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 10, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161822648/26207_HEA171707_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.106613, - 51.548233 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -312801,126 +246281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161823131", - "info": { - "identifier": 161823131, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161823131", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Castles Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257135/161823131/257135_2188995_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02673, - 51.66824 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.88, - "qmprice": 41.74, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161823503", - "info": { - "identifier": 161823503, - "sqm_ocr": 65.88, - "price": 2750.0, - "price_per_sqm": 41.742562234365515, - "url": "https://www.rightmove.co.uk/properties/161823503", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7111/161823503/7111_P2321F3406_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16136, - 51.46432 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 30.0, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161823644", - "info": { - "identifier": 161823644, - "sqm_ocr": 75.0, - "price": 2250.0, - "price_per_sqm": 30.0, - "url": "https://www.rightmove.co.uk/properties/161823644", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161823644/191744_RL4906_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.282538, - 51.53975 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -313001,86 +246361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.0, - "qmprice": 32.0, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161824091", - "info": { - "identifier": 161824091, - "sqm_ocr": 75.0, - "price": 2400.0, - "price_per_sqm": 32.0, - "url": "https://www.rightmove.co.uk/properties/161824091", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161824091/191744_RL4907_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.280856, - 51.540203 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 33.54, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161824508", - "info": { - "identifier": 161824508, - "sqm_ocr": 82.0, - "price": 2750.0, - "price_per_sqm": 33.53658536585366, - "url": "https://www.rightmove.co.uk/properties/161824508", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25055/161824508/25055_BOW100500_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.032075, - 51.525723 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -313161,46 +246441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.4, - "qmprice": 25.82, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161825099", - "info": { - "identifier": 161825099, - "sqm_ocr": 110.4, - "price": 2850.0, - "price_per_sqm": 25.815217391304348, - "url": "https://www.rightmove.co.uk/properties/161825099", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85766/161825099/85766_HRX240269_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.351, - 51.5639 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -313321,46 +246561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/161825249", - "info": { - "identifier": 161825249, - "sqm_ocr": null, - "price": 2395.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161825249", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Churchill Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10145/161825249/10145_33876885_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.026817, - 51.579685 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -313401,46 +246601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.3, - "qmprice": 24.44, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161825603", - "info": { - "identifier": 161825603, - "sqm_ocr": 102.3, - "price": 2500.0, - "price_per_sqm": 24.437927663734115, - "url": "https://www.rightmove.co.uk/properties/161825603", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Monteo London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272198/161825603/272198_1213243_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.04109, - 51.47805 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -313641,46 +246801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.61, - "qmprice": 27.37, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161827010", - "info": { - "identifier": 161827010, - "sqm_ocr": 109.61, - "price": 3000.0, - "price_per_sqm": 27.36976553234194, - "url": "https://www.rightmove.co.uk/properties/161827010", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161827010/96668_248001111052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375462, - 51.46162 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -313801,46 +246921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161827997", - "info": { - "identifier": 161827997, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161827997", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "S J Smith Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72819/161827997/72819_103010009808_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42761, - 51.45407 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -314001,86 +247081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161828516", - "info": { - "identifier": 161828516, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161828516", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Knights Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82394/161828516/82394_DWR0013F4_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061872, - 51.595238 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161828522", - "info": { - "identifier": 161828522, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161828522", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "James Alexander", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287633/161828522/287633_33876584_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.11448, - 51.40368 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -314201,46 +247201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161830019", - "info": { - "identifier": 161830019, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161830019", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Wellington Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288956/161830019/288956_33877214_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.173783, - 51.53354 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -314481,46 +247441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161832020", - "info": { - "identifier": 161832020, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161832020", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "S Stone Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286994/161832020/286994_ssml_1676940403_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108362, - 51.35185 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -314544,7 +247464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 19, + "updated_days": 20, "status": null, "last_seen": 0, "agency": "Mayfords Estate Agent", @@ -314641,46 +247561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2198.0, - "url": "https://www.rightmove.co.uk/properties/161832974", - "info": { - "identifier": 161832974, - "sqm_ocr": null, - "price": 2198.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161832974", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Sincere lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96983/161832974/96983_33877396_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139215, - 51.556118 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -314801,46 +247681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.1, - "qmprice": 23.52, - "rooms": 3, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/161833931", - "info": { - "identifier": 161833931, - "sqm_ocr": 106.1, - "price": 2495.0, - "price_per_sqm": 23.51555136663525, - "url": "https://www.rightmove.co.uk/properties/161833931", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Snellers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58464/161833931/58464_33877467_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.258597, - 51.432713 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -315001,46 +247841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161834519", - "info": { - "identifier": 161834519, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161834519", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161834519/96668_244023703042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.151577, - 51.61 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -315081,86 +247881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.94, - "qmprice": 36.1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161834693", - "info": { - "identifier": 161834693, - "sqm_ocr": 60.94, - "price": 2200.0, - "price_per_sqm": 36.101083032490976, - "url": "https://www.rightmove.co.uk/properties/161834693", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161834693/96668_247595907052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.166161, - 51.47708 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161834774", - "info": { - "identifier": 161834774, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161834774", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161834774/96668_247516407052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.117685, - 51.46227 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -315441,46 +248161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 31.06, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161835299", - "info": { - "identifier": 161835299, - "sqm_ocr": 66.0, - "price": 2050.0, - "price_per_sqm": 31.060606060606062, - "url": "https://www.rightmove.co.uk/properties/161835299", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Go View London", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50304/161835299/50304_33877539_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.325644, - 51.5051 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -315521,46 +248201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161835641", - "info": { - "identifier": 161835641, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161835641", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161835641/191744_RL4964_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.004036, - 51.52726 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -315841,46 +248481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/161836682", - "info": { - "identifier": 161836682, - "sqm_ocr": null, - "price": 2275.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161836682", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/161836682/204560_763_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128493, - 51.548363 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -315921,86 +248521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161837231", - "info": { - "identifier": 161837231, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161837231", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Salter McGuinness", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/233k/232748/161837231/232748_2558548_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28422, - 51.57022 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161837510", - "info": { - "identifier": 161837510, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161837510", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161837510/191744_RL2639_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.238262, - 51.5957 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -316161,46 +248681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.3, - "qmprice": 38.99, - "rooms": 2, - "total_price": 2975.0, - "url": "https://www.rightmove.co.uk/properties/161838341", - "info": { - "identifier": 161838341, - "sqm_ocr": 76.3, - "price": 2975.0, - "price_per_sqm": 38.99082568807339, - "url": "https://www.rightmove.co.uk/properties/161838341", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/161838341/249341_BPR325_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16451, - 51.47253 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -316361,86 +248841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161840159", - "info": { - "identifier": 161840159, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161840159", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Nikson and Co Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264722/161840159/264722_64HospitalBridge_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.36311, - 51.44086 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161840237", - "info": { - "identifier": 161840237, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161840237", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161840237/96668_248111912052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.294812, - 51.40243 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -316521,46 +248921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161840654", - "info": { - "identifier": 161840654, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161840654", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75148/161840654/75148_1323382_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.023254, - 51.454296 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -316681,86 +249041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161841005", - "info": { - "identifier": 161841005, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161841005", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Belvoir", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/225k/224096/161841005/224096_P70_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.23401, - 51.59232 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161841020", - "info": { - "identifier": 161841020, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161841020", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Andrew Pearce", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17418/161841020/17418_100415010760_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.36384, - 51.57109 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -316881,46 +249161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161841092", - "info": { - "identifier": 161841092, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161841092", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marc and Partners", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201956/161841092/201956_MAY230059_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185581, - 51.475445 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -317001,46 +249241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161841275", - "info": { - "identifier": 161841275, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161841275", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hawes & Co", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/195k/194222/161841275/194222_HRP250353_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.230779, - 51.409466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -317161,46 +249361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161841395", - "info": { - "identifier": 161841395, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161841395", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Major Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/246k/245513/161841395/245513_10677273_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.338207, - 51.601883 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -317321,46 +249481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.1, - "qmprice": 53.76, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161842079", - "info": { - "identifier": 161842079, - "sqm_ocr": 65.1, - "price": 3500.0, - "price_per_sqm": 53.763440860215056, - "url": "https://www.rightmove.co.uk/properties/161842079", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47640/161842079/47640_33877939_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.076112, - 51.52784 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -317641,46 +249761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/161842766", - "info": { - "identifier": 161842766, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161842766", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161842766/96668_248090112052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08027, - 51.555107 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -317721,46 +249801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161842823", - "info": { - "identifier": 161842823, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161842823", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161842823/96668_248128212052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.351499, - 51.4539 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318001,86 +250041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.6, - "qmprice": 23.01, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161843354", - "info": { - "identifier": 161843354, - "sqm_ocr": 95.6, - "price": 2200.0, - "price_per_sqm": 23.01255230125523, - "url": "https://www.rightmove.co.uk/properties/161843354", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66768/161843354/66768_1325704_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.085081, - 51.467564 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2667.0, - "url": "https://www.rightmove.co.uk/properties/161843378", - "info": { - "identifier": 161843378, - "sqm_ocr": null, - "price": 2667.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161843378", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "SW16", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76165/161843378/76165_swmb_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19649, - 51.41433 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318241,46 +250201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 137.3, - "qmprice": 25.49, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161843771", - "info": { - "identifier": 161843771, - "sqm_ocr": 137.3, - "price": 3500.0, - "price_per_sqm": 25.491624180626363, - "url": "https://www.rightmove.co.uk/properties/161843771", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78317/161843771/78317_KDS240056_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.304243, - 51.415726 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318401,46 +250321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 46.85, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/161844452", - "info": { - "identifier": 161844452, - "sqm_ocr": 74.0, - "price": 3467.0, - "price_per_sqm": 46.851351351351354, - "url": "https://www.rightmove.co.uk/properties/161844452", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Russell Simpson", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46673/161844452/46673_RUS250331_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167028, - 51.48723 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318481,86 +250361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161845208", - "info": { - "identifier": 161845208, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161845208", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161845208/96668_242615021032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13299, - 51.4561 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2295.0, - "url": "https://www.rightmove.co.uk/properties/161845784", - "info": { - "identifier": 161845784, - "sqm_ocr": null, - "price": 2295.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161845784", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161845784/96668_231827907122024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.044538, - 51.430725 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318641,46 +250441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 47.22, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161846150", - "info": { - "identifier": 161846150, - "sqm_ocr": 72.0, - "price": 3400.0, - "price_per_sqm": 47.22222222222222, - "url": "https://www.rightmove.co.uk/properties/161846150", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Hurford Salvi Carr", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14543/161846150/14543_CIT110135_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.103956, - 51.5217 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318761,46 +250521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161846660", - "info": { - "identifier": 161846660, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161846660", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Guide Point Properties Limited", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/247k/246506/161846660/246506_RL0015_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.066929, - 51.49412 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -318841,46 +250561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.6, - "qmprice": 46.44, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161847014", - "info": { - "identifier": 161847014, - "sqm_ocr": 64.6, - "price": 3000.0, - "price_per_sqm": 46.43962848297214, - "url": "https://www.rightmove.co.uk/properties/161847014", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 11, - "agency": "Allen Goldstein", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112351/161847014/112351_RL1520_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102832, - 51.52529 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -319121,46 +250801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161852411", - "info": { - "identifier": 161852411, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161852411", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/161852411/252785_33878400_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.340521, - 51.58034 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -319721,46 +251361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.8, - "qmprice": 28.99, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161855579", - "info": { - "identifier": 161855579, - "sqm_ocr": 82.8, - "price": 2400.0, - "price_per_sqm": 28.985507246376812, - "url": "https://www.rightmove.co.uk/properties/161855579", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/225k/224513/161855579/224513_P193638_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00983, - 51.50591 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -319801,46 +251401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3315.0, - "url": "https://www.rightmove.co.uk/properties/161855792", - "info": { - "identifier": 161855792, - "sqm_ocr": null, - "price": 3315.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161855792", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Garton Jones", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53038/161855792/53038_CBW180044_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.148127, - 51.482887 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -319881,46 +251441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.23, - "qmprice": 28.99, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161856092", - "info": { - "identifier": 161856092, - "sqm_ocr": 86.23, - "price": 2500.0, - "price_per_sqm": 28.992230082337933, - "url": "https://www.rightmove.co.uk/properties/161856092", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons in association with James Pendleton", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/280k/279227/161856092/279227_JWC150015_L_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165452, - 51.438305 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -319961,46 +251481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161856809", - "info": { - "identifier": 161856809, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161856809", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161856809/96668_246072623042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.109211, - 51.440697 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -320201,46 +251681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.1, - "qmprice": 38.33, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161857220", - "info": { - "identifier": 161857220, - "sqm_ocr": 86.1, - "price": 3300.0, - "price_per_sqm": 38.32752613240418, - "url": "https://www.rightmove.co.uk/properties/161857220", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Jorgensen Turner", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73024/161857220/73024_33878721_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.225254, - 51.498856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -320361,46 +251801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/161857925", - "info": { - "identifier": 161857925, - "sqm_ocr": null, - "price": 2550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161857925", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/29k/28238/161857925/28238_CEL240148_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.007955, - 51.508224 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -320641,86 +252041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161859803", - "info": { - "identifier": 161859803, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161859803", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Alex Crown Lettings & Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102122/161859803/102122_3667_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15195, - 51.55122 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.25, - "qmprice": 42.07, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161860100", - "info": { - "identifier": 161860100, - "sqm_ocr": 77.25, - "price": 3250.0, - "price_per_sqm": 42.07119741100323, - "url": "https://www.rightmove.co.uk/properties/161860100", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15954/161860100/15954_1325391_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.08601, - 51.537884 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -320921,86 +252241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/161860727", - "info": { - "identifier": 161860727, - "sqm_ocr": null, - "price": 3150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161860727", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Independent London", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91421/161860727/91421_102043000981_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05145, - 51.49635 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161860778", - "info": { - "identifier": 161860778, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161860778", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Seymours Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70149/161860778/70149_2487572_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30207, - 51.38788 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -321041,46 +252281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 35.8, - "qmprice": 84.72, - "rooms": 2, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/161861111", - "info": { - "identifier": 161861111, - "sqm_ocr": 35.8, - "price": 3033.0, - "price_per_sqm": 84.72067039106146, - "url": "https://www.rightmove.co.uk/properties/161861111", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/161861111/204560_1021_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119245, - 51.5272 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -321201,46 +252401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3402.0, - "url": "https://www.rightmove.co.uk/properties/161861810", - "info": { - "identifier": 161861810, - "sqm_ocr": null, - "price": 3402.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161861810", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 11, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/161861810/96542_ROCH_000134_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119215, - 51.552002 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -321264,7 +252424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -321521,46 +252681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.99, - "qmprice": 30.52, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161862881", - "info": { - "identifier": 161862881, - "sqm_ocr": 76.99, - "price": 2350.0, - "price_per_sqm": 30.523444603195223, - "url": "https://www.rightmove.co.uk/properties/161862881", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Easthaus", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67707/161862881/67707_BET220056_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.069507, - 51.521664 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -321584,7 +252704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Curtis And Parker", @@ -321601,46 +252721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161863247", - "info": { - "identifier": 161863247, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161863247", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Quest Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35843/161863247/35843_HaRo_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11539, - 51.57024 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -321681,46 +252761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161863601", - "info": { - "identifier": 161863601, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161863601", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 11, - "agency": "Stelfort", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67576/161863601/67576_RL0360_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119622, - 51.551914 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -321841,46 +252881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.9, - "qmprice": 44.36, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161865386", - "info": { - "identifier": 161865386, - "sqm_ocr": 78.9, - "price": 3500.0, - "price_per_sqm": 44.359949302915076, - "url": "https://www.rightmove.co.uk/properties/161865386", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "David Astburys", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247697/161865386/247697_102708030067_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0767, - 51.529 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -322201,86 +253201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 41.38, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161866037", - "info": { - "identifier": 161866037, - "sqm_ocr": 87.0, - "price": 3600.0, - "price_per_sqm": 41.37931034482759, - "url": "https://www.rightmove.co.uk/properties/161866037", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Huttons & Partners", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257087/161866037/257087_HHP-65860699_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.124902, - 51.482777 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.0, - "qmprice": 23.2, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161866121", - "info": { - "identifier": 161866121, - "sqm_ocr": 97.0, - "price": 2250.0, - "price_per_sqm": 23.195876288659793, - "url": "https://www.rightmove.co.uk/properties/161866121", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/210k/209807/161866121/209807_GER253696_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.033176, - 51.511925 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -322401,46 +253321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161866334", - "info": { - "identifier": 161866334, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161866334", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "CityWharf Property Investment Consultancy", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/207k/206597/161866334/206597_RL1684X5_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.005738, - 51.5129 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -322481,46 +253361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161866538", - "info": { - "identifier": 161866538, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161866538", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "CityWharf Property Investment Consultancy", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/207k/206597/161866538/206597_RL1711X4_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.163201, - 51.4654 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -322721,46 +253561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.88, - "qmprice": 34.44, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161866790", - "info": { - "identifier": 161866790, - "sqm_ocr": 63.88, - "price": 2200.0, - "price_per_sqm": 34.43957420162805, - "url": "https://www.rightmove.co.uk/properties/161866790", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Northwood", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270887/161866790/270887_P2412_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06839, - 51.46372 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -322801,46 +253601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3485.0, - "url": "https://www.rightmove.co.uk/properties/161866847", - "info": { - "identifier": 161866847, - "sqm_ocr": null, - "price": 3485.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161866847", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Allsop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/251k/250628/161866847/250628_B405_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.13734, - 51.48106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -322881,46 +253641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.5, - "qmprice": 33.74, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161866946", - "info": { - "identifier": 161866946, - "sqm_ocr": 81.5, - "price": 2750.0, - "price_per_sqm": 33.74233128834356, - "url": "https://www.rightmove.co.uk/properties/161866946", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Tatlers", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/156k/155624/161866946/155624_MUH250193_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.099309, - 51.584534 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -323081,126 +253801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 156.44, - "qmprice": 20.77, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161867615", - "info": { - "identifier": 161867615, - "sqm_ocr": 156.44, - "price": 3250.0, - "price_per_sqm": 20.77473791869087, - "url": "https://www.rightmove.co.uk/properties/161867615", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43002/161867615/43002_BAL250012_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.281219, - 51.465847 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161867624", - "info": { - "identifier": 161867624, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161867624", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Inner City Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/104k/103850/161867624/103850_Onyxxx_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.00965, - 51.54253 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.85, - "qmprice": 25.83, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161867678", - "info": { - "identifier": 161867678, - "sqm_ocr": 94.85, - "price": 2450.0, - "price_per_sqm": 25.830258302583026, - "url": "https://www.rightmove.co.uk/properties/161867678", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Coultons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115756/161867678/115756_33879336_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0287, - 51.614494 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -323721,46 +254321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161868938", - "info": { - "identifier": 161868938, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161868938", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161868938/191744_RL0490_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.225406, - 51.487247 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -323881,46 +254441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.5, - "qmprice": 35.75, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161869337", - "info": { - "identifier": 161869337, - "sqm_ocr": 89.5, - "price": 3200.0, - "price_per_sqm": 35.754189944134076, - "url": "https://www.rightmove.co.uk/properties/161869337", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "At Home with Hannah", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/279k/278006/161869337/278006_GYLCOTECLOSE_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0893, - 51.4593 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -324081,46 +254601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.46, - "qmprice": 26.5, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161869874", - "info": { - "identifier": 161869874, - "sqm_ocr": 75.46, - "price": 2000.0, - "price_per_sqm": 26.5041081367612, - "url": "https://www.rightmove.co.uk/properties/161869874", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "MY LONDON HOME", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6464/161869874/6464_CWE250240_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.031828, - 51.499477 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -324281,46 +254761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.1, - "qmprice": 23.5, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161870264", - "info": { - "identifier": 161870264, - "sqm_ocr": 85.1, - "price": 2000.0, - "price_per_sqm": 23.501762632197416, - "url": "https://www.rightmove.co.uk/properties/161870264", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/131k/130309/161870264/130309_1324831_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.084656, - 51.362144 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -324441,46 +254881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 141.4, - "qmprice": 28.29, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161870522", - "info": { - "identifier": 161870522, - "sqm_ocr": 141.4, - "price": 4000.0, - "price_per_sqm": 28.28854314002829, - "url": "https://www.rightmove.co.uk/properties/161870522", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/161870522/55101_1324687_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.059409, - 51.4941 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -324561,46 +254961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161870705", - "info": { - "identifier": 161870705, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161870705", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Greenfields", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/270k/269312/161870705/269312_33879556_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.406794, - 51.56885 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -324841,46 +255201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161871101", - "info": { - "identifier": 161871101, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161871101", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94448/161871101/94448_EAL240370_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.288656, - 51.508022 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -325201,46 +255521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.4, - "qmprice": 31.09, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161872397", - "info": { - "identifier": 161872397, - "sqm_ocr": 80.4, - "price": 2500.0, - "price_per_sqm": 31.094527363184078, - "url": "https://www.rightmove.co.uk/properties/161872397", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80829/161872397/80829_TDL250041_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.306798, - 51.409557 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -325401,46 +255681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161873375", - "info": { - "identifier": 161873375, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161873375", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161873375/96668_182197004092023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.127133, - 51.43893 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -325561,86 +255801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/161873846", - "info": { - "identifier": 161873846, - "sqm_ocr": null, - "price": 3350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161873846", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161873846/96668_247587807052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.36851, - 51.418755 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161873996", - "info": { - "identifier": 161873996, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161873996", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Tatlers", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/156k/155624/161873996/155624_MUH250163_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115404, - 51.588257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -325664,7 +255824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -325721,46 +255881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 42.06, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161874998", - "info": { - "identifier": 161874998, - "sqm_ocr": 63.0, - "price": 2650.0, - "price_per_sqm": 42.06349206349206, - "url": "https://www.rightmove.co.uk/properties/161874998", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57095/161874998/57095_P300596_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20664, - 51.45504 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -325921,86 +256041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161875610", - "info": { - "identifier": 161875610, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161875610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26204/161875610/26204_33879877_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212749, - 51.40932 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161875655", - "info": { - "identifier": 161875655, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161875655", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "1st Avenue", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12070/161875655/12070_29049361_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.017114, - 51.491787 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -326121,46 +256161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.67, - "qmprice": 37.97, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161876105", - "info": { - "identifier": 161876105, - "sqm_ocr": 52.67, - "price": 2000.0, - "price_per_sqm": 37.97228023542814, - "url": "https://www.rightmove.co.uk/properties/161876105", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Loney Miller Limited", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/188k/187115/161876105/187115_33879916_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19772, - 51.451782 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -326201,166 +256201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 105.7, - "qmprice": 25.62, - "rooms": 3, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/161876291", - "info": { - "identifier": 161876291, - "sqm_ocr": 105.7, - "price": 2708.0, - "price_per_sqm": 25.619678334910123, - "url": "https://www.rightmove.co.uk/properties/161876291", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Taylor Gibbs", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66943/161876291/66943_6208_TAYG_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.156912, - 51.574306 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161876666", - "info": { - "identifier": 161876666, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161876666", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/101k/100906/161876666/100906_0630_HRT063001135_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.064274, - 51.594696 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.0, - "qmprice": 36.36, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161876699", - "info": { - "identifier": 161876699, - "sqm_ocr": 55.0, - "price": 2000.0, - "price_per_sqm": 36.36363636363637, - "url": "https://www.rightmove.co.uk/properties/161876699", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Leaders Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9170/161876699/9170_P195651_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30491, - 51.41342 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.7, - "qmprice": 42.71, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/161876960", - "info": { - "identifier": 161876960, - "sqm_ocr": 59.7, - "price": 2550.0, - "price_per_sqm": 42.713567839195974, - "url": "https://www.rightmove.co.uk/properties/161876960", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57973/161876960/57973_KEG250567_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.174127, - 51.528076 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -326561,46 +256401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161878274", - "info": { - "identifier": 161878274, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161878274", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Elkay Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52868/161878274/52868_102387000955_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07446, - 51.52452 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -326624,7 +256424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Acorn", @@ -326681,46 +256481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3696.0, - "url": "https://www.rightmove.co.uk/properties/161878448", - "info": { - "identifier": 161878448, - "sqm_ocr": null, - "price": 3696.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161878448", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50969/161878448/50969_P3593F3313_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14403, - 51.54012 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -326801,46 +256561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3977.0, - "url": "https://www.rightmove.co.uk/properties/161878793", - "info": { - "identifier": 161878793, - "sqm_ocr": null, - "price": 3977.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161878793", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/161878793/253604_17HOWS1305_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00769, - 51.54196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -327064,7 +256784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -327081,46 +256801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.5, - "qmprice": 31.01, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161879987", - "info": { - "identifier": 161879987, - "sqm_ocr": 64.5, - "price": 2000.0, - "price_per_sqm": 31.007751937984494, - "url": "https://www.rightmove.co.uk/properties/161879987", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85697/161879987/85697_KDG250651_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.308799, - 51.521725 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -327161,46 +256841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161880029", - "info": { - "identifier": 161880029, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161880029", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Leaders Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/6k/5845/161880029/5845_P459080_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.23069, - 51.3653 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -327241,86 +256881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161881136", - "info": { - "identifier": 161881136, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161881136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Poplar HARCA", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272039/161881136/272039_AH302_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00085, - 51.51349 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.74, - "qmprice": 28.67, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161881205", - "info": { - "identifier": 161881205, - "sqm_ocr": 76.74, - "price": 2200.0, - "price_per_sqm": 28.668230388324215, - "url": "https://www.rightmove.co.uk/properties/161881205", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Central Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6323/161881205/6323_WAL250350_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.025406, - 51.594547 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -327481,86 +257041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161882009", - "info": { - "identifier": 161882009, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161882009", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Williams Harlow", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52677/161882009/52677_33754954_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.229135, - 51.36446 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161882228", - "info": { - "identifier": 161882228, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161882228", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161882228/191744_RL3077_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096233, - 51.529076 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -327721,46 +257201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3563.0, - "url": "https://www.rightmove.co.uk/properties/161883395", - "info": { - "identifier": 161883395, - "sqm_ocr": null, - "price": 3563.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161883395", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/161883395/259979_EVER-NjEzM2MzMWItMjk0ZC00NGZmLTljYjktYTU3OTI3OWVlODU4LTI=_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -328121,46 +257561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161884436", - "info": { - "identifier": 161884436, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161884436", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 11, - "agency": "Lionsgate Property Management", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159428/161884436/159428_5128_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118851, - 51.546204 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -328281,46 +257681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3402.0, - "url": "https://www.rightmove.co.uk/properties/161885111", - "info": { - "identifier": 161885111, - "sqm_ocr": null, - "price": 3402.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161885111", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Garton Jones", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52942/161885111/52942_33880439_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126908, - 51.49441 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -328344,7 +257704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 18, + "updated_days": 19, "status": null, "last_seen": 0, "agency": "Pedder", @@ -328561,46 +257921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3455.0, - "url": "https://www.rightmove.co.uk/properties/161886155", - "info": { - "identifier": 161886155, - "sqm_ocr": null, - "price": 3455.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161886155", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80281/161886155/80281_1326203_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.006262, - 51.541485 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -328641,206 +257961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2813.0, - "url": "https://www.rightmove.co.uk/properties/161886602", - "info": { - "identifier": 161886602, - "sqm_ocr": null, - "price": 2813.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161886602", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Blackhorse Mills", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/216k/215234/161886602/215234_2Bed62WheelhouseMr_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04408, - 51.5876 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/161886659", - "info": { - "identifier": 161886659, - "sqm_ocr": null, - "price": 3445.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161886659", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Stelfort", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67576/161886659/67576_RL0371_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139537, - 51.560112 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2813.0, - "url": "https://www.rightmove.co.uk/properties/161886728", - "info": { - "identifier": 161886728, - "sqm_ocr": null, - "price": 2813.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161886728", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Blackhorse Mills", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/216k/215234/161886728/215234_2BedFairleads53Mr_IMG_00_0000_max_656x437.png", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04408, - 51.5876 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.0, - "qmprice": 40.79, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/161886776", - "info": { - "identifier": 161886776, - "sqm_ocr": 76.0, - "price": 3100.0, - "price_per_sqm": 40.78947368421053, - "url": "https://www.rightmove.co.uk/properties/161886776", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Bishop", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74392/161886776/74392_6610_KBIS_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07827, - 51.559116 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161886917", - "info": { - "identifier": 161886917, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161886917", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Lionsgate Property Management", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159428/161886917/159428_673_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.300942, - 51.414356 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -328944,7 +258064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 18, + "updated_days": 19, "status": null, "last_seen": 0, "agency": "Rochester Place", @@ -329121,46 +258241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.36, - "qmprice": 44.19, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161887859", - "info": { - "identifier": 161887859, - "sqm_ocr": 63.36, - "price": 2800.0, - "price_per_sqm": 44.19191919191919, - "url": "https://www.rightmove.co.uk/properties/161887859", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Storeys", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176102/161887859/176102_33880658_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.084865, - 51.498817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -329201,86 +258281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.7, - "qmprice": 31.64, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161888057", - "info": { - "identifier": 161888057, - "sqm_ocr": 72.7, - "price": 2300.0, - "price_per_sqm": 31.636863823933975, - "url": "https://www.rightmove.co.uk/properties/161888057", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "SeOUL Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73282/161888057/73282_10323_SR4U_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.249569, - 51.3977 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161888063", - "info": { - "identifier": 161888063, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161888063", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22268/161888063/22268_SHO220200_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05179, - 51.544075 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -329304,7 +258304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Maple Estate & Letting Agents", @@ -329321,46 +258321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161888141", - "info": { - "identifier": 161888141, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161888141", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Lionsgate Property Management", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159428/161888141/159428_925_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.026932, - 51.461437 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -329441,46 +258401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3536.0, - "url": "https://www.rightmove.co.uk/properties/161888249", - "info": { - "identifier": 161888249, - "sqm_ocr": null, - "price": 3536.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161888249", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Blackhorse Mills", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/216k/215234/161888249/215234_3BedroomMR66Fairleads_IMG_03_0000_max_656x437.png", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04408, - 51.5876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -329681,46 +258601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/161889110", - "info": { - "identifier": 161889110, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161889110", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161889110/191744_RL3854_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184806, - 51.476597 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -329801,46 +258681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161889386", - "info": { - "identifier": 161889386, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161889386", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161889386/191744_RL2355_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00282, - 51.489796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -330001,86 +258841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2232.0, - "url": "https://www.rightmove.co.uk/properties/161890079", - "info": { - "identifier": 161890079, - "sqm_ocr": null, - "price": 2232.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161890079", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Living Space Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237116/161890079/237116_582_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13251, - 51.54326 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.1, - "qmprice": 35.21, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161890481", - "info": { - "identifier": 161890481, - "sqm_ocr": 78.1, - "price": 2750.0, - "price_per_sqm": 35.21126760563381, - "url": "https://www.rightmove.co.uk/properties/161890481", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66768/161890481/66768_1319525_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.075897, - 51.465508 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -330201,86 +258961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.38, - "qmprice": 47.65, - "rooms": 3, - "total_price": 3878.0, - "url": "https://www.rightmove.co.uk/properties/161890739", - "info": { - "identifier": 161890739, - "sqm_ocr": 81.38, - "price": 3878.0, - "price_per_sqm": 47.652985991644144, - "url": "https://www.rightmove.co.uk/properties/161890739", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161890739/26207_IUL100054_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "23/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108775, - 51.549496 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/161890841", - "info": { - "identifier": 161890841, - "sqm_ocr": null, - "price": 2448.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161890841", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Living Space Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237116/161890841/237116_389_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09927, - 51.58994 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -330681,46 +259361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/161891846", - "info": { - "identifier": 161891846, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161891846", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54922/161891846/54922_BZV200190_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126533, - 51.48515 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -330841,46 +259481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161892383", - "info": { - "identifier": 161892383, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161892383", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Romans & Partners", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264404/161892383/264404_RX580626_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "29/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.038421, - 51.491768 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -330961,166 +259561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/161892749", - "info": { - "identifier": 161892749, - "sqm_ocr": null, - "price": 3150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161892749", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Wynn Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/225k/224318/161892749/224318_44CentralAvenue_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.4173, - 51.51103 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.0, - "qmprice": 44.64, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161893094", - "info": { - "identifier": 161893094, - "sqm_ocr": 56.0, - "price": 2500.0, - "price_per_sqm": 44.642857142857146, - "url": "https://www.rightmove.co.uk/properties/161893094", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85699/161893094/85699_CHI240141_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210197, - 51.49187 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.72, - "qmprice": 55.77, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161893172", - "info": { - "identifier": 161893172, - "sqm_ocr": 71.72, - "price": 4000.0, - "price_per_sqm": 55.77244841048522, - "url": "https://www.rightmove.co.uk/properties/161893172", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51283/161893172/51283_HEA182524_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.160815, - 51.49224 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.15, - "qmprice": 27.06, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161893175", - "info": { - "identifier": 161893175, - "sqm_ocr": 83.15, - "price": 2250.0, - "price_per_sqm": 27.059530968129884, - "url": "https://www.rightmove.co.uk/properties/161893175", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43310/161893175/43310_CWL120252_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.038702, - 51.510303 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331161,46 +259601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.3, - "qmprice": 34.18, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161893463", - "info": { - "identifier": 161893463, - "sqm_ocr": 67.3, - "price": 2300.0, - "price_per_sqm": 34.17533432392273, - "url": "https://www.rightmove.co.uk/properties/161893463", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57991/161893463/57991_KEJ230032_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167783, - 51.4255 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331344,7 +259744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -331401,46 +259801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/161893880", - "info": { - "identifier": 161893880, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161893880", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18930/161893880/18930_33881062_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.139122, - 51.559856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331481,46 +259841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161894126", - "info": { - "identifier": 161894126, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161894126", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66176/161894126/66176_P3301F5709_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19805, - 51.59645 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331561,46 +259881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.0, - "qmprice": 35.83, - "rooms": 3, - "total_price": 3690.0, - "url": "https://www.rightmove.co.uk/properties/161894423", - "info": { - "identifier": 161894423, - "sqm_ocr": 103.0, - "price": 3690.0, - "price_per_sqm": 35.8252427184466, - "url": "https://www.rightmove.co.uk/properties/161894423", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280928/161894423/280928_KYC240442_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.257906, - 51.52189 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331641,46 +259921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.0, - "qmprice": 31.65, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161894456", - "info": { - "identifier": 161894456, - "sqm_ocr": 79.0, - "price": 2500.0, - "price_per_sqm": 31.645569620253166, - "url": "https://www.rightmove.co.uk/properties/161894456", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280928/161894456/280928_KYC240441_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.257906, - 51.52189 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331841,46 +260081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161895164", - "info": { - "identifier": 161895164, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161895164", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Stack & Bonner", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46386/161895164/46386_100723003334_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30327, - 51.4146 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -331961,86 +260161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.0, - "qmprice": 31.82, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161895392", - "info": { - "identifier": 161895392, - "sqm_ocr": 110.0, - "price": 3500.0, - "price_per_sqm": 31.818181818181817, - "url": "https://www.rightmove.co.uk/properties/161895392", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Antony Roberts", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/194k/193835/161895392/193835_MAG240017_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.323281, - 51.45287 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161895476", - "info": { - "identifier": 161895476, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161895476", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Drayton Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18369/161895476/18369_DRN1001968_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.25243, - 51.51481 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -332321,46 +260441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161895824", - "info": { - "identifier": 161895824, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161895824", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Residential Links", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289685/161895824/289685_289685-72316_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.199612, - 51.527622 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -332481,46 +260561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161895953", - "info": { - "identifier": 161895953, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161895953", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Residential Links", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289685/161895953/289685_289685-74227_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.032624, - 51.50354 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -332561,46 +260601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.96, - "qmprice": 40.6, - "rooms": 3, - "total_price": 3449.0, - "url": "https://www.rightmove.co.uk/properties/161896034", - "info": { - "identifier": 161896034, - "sqm_ocr": 84.96, - "price": 3449.0, - "price_per_sqm": 40.59557438794727, - "url": "https://www.rightmove.co.uk/properties/161896034", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/118k/117766/161896034/117766_WTS230020_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2026" - } - }, - "geometry": { - "coordinates": [ - -0.166502, - 51.47402 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -333041,166 +261041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/161896541", - "info": { - "identifier": 161896541, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161896541", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161896541/191744_RL4103_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.225406, - 51.487247 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161896544", - "info": { - "identifier": 161896544, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161896544", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Residential Links", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289685/161896544/289685_289685-74557_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.027272, - 51.513737 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/161896556", - "info": { - "identifier": 161896556, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161896556", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Tate Residential Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111214/161896556/111214_6689218_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.153981, - 51.47002 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/161896580", - "info": { - "identifier": 161896580, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161896580", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Residential Links", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289685/161896580/289685_289685-74261_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070544, - 51.48866 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -333241,46 +261081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161897018", - "info": { - "identifier": 161897018, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161897018", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "London Property Broker", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/62k/61607/161897018/61607_78f44fa7-3f05-4afd-b4cc-87a6c642f87e_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.002456, - 51.51598 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -333321,46 +261121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.41, - "qmprice": 38.26, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161897060", - "info": { - "identifier": 161897060, - "sqm_ocr": 78.41, - "price": 3000.0, - "price_per_sqm": 38.26042596607576, - "url": "https://www.rightmove.co.uk/properties/161897060", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Moveli", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191324/161897060/191324_RX581098_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.166167, - 51.492237 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -333521,46 +261281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/161897762", - "info": { - "identifier": 161897762, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161897762", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Atlantic Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/135k/134441/161897762/134441_SOUTH2025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061308, - 51.649014 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -333801,46 +261521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161898740", - "info": { - "identifier": 161898740, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161898740", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161898740/96668_248184413052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128338, - 51.365414 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -333881,46 +261561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161898752", - "info": { - "identifier": 161898752, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161898752", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161898752/96668_248211013052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.083068, - 51.479908 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -334001,46 +261641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161898863", - "info": { - "identifier": 161898863, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161898863", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161898863/96668_248235313052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.017088, - 51.42956 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -334081,166 +261681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3550.0, - "url": "https://www.rightmove.co.uk/properties/161898884", - "info": { - "identifier": 161898884, - "sqm_ocr": null, - "price": 3550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161898884", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161898884/96668_248113412052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.031656, - 51.52805 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3550.0, - "url": "https://www.rightmove.co.uk/properties/161898887", - "info": { - "identifier": 161898887, - "sqm_ocr": null, - "price": 3550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161898887", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161898887/96668_248113312052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.031458, - 51.528065 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.7, - "qmprice": 30.91, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161898917", - "info": { - "identifier": 161898917, - "sqm_ocr": 64.7, - "price": 2000.0, - "price_per_sqm": 30.911901081916536, - "url": "https://www.rightmove.co.uk/properties/161898917", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249770/161898917/249770_33573068_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.179223, - 51.623577 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161898932", - "info": { - "identifier": 161898932, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161898932", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161898932/96668_248261613052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129306, - 51.55147 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -334304,7 +261744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -334321,46 +261761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.2, - "qmprice": 29.92, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161899589", - "info": { - "identifier": 161899589, - "sqm_ocr": 75.2, - "price": 2250.0, - "price_per_sqm": 29.920212765957444, - "url": "https://www.rightmove.co.uk/properties/161899589", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124141/161899589/124141_33881281_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.257662, - 51.468933 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -334921,46 +262321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161903195", - "info": { - "identifier": 161903195, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161903195", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Mudhut Property", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/174k/173825/161903195/173825_492314_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.279175, - 51.489784 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -335081,86 +262441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161903840", - "info": { - "identifier": 161903840, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161903840", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161903840/96668_241739213032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068144, - 51.51319 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.9, - "qmprice": 40.75, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161903858", - "info": { - "identifier": 161903858, - "sqm_ocr": 85.9, - "price": 3500.0, - "price_per_sqm": 40.74505238649592, - "url": "https://www.rightmove.co.uk/properties/161903858", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57287/161903858/57287_1314605_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.074682, - 51.451603 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -335361,46 +262641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.0, - "qmprice": 25.23, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161905025", - "info": { - "identifier": 161905025, - "sqm_ocr": 109.0, - "price": 2750.0, - "price_per_sqm": 25.229357798165136, - "url": "https://www.rightmove.co.uk/properties/161905025", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Allen Goldstein", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112351/161905025/112351_RL1778_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.284529, - 51.541275 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -335441,126 +262681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2125.0, - "url": "https://www.rightmove.co.uk/properties/161906363", - "info": { - "identifier": 161906363, - "sqm_ocr": null, - "price": 2125.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161906363", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/161906363/208253_PRL251009_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.377413, - 51.504986 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161906366", - "info": { - "identifier": 161906366, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161906366", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/161906366/208253_PRL251010_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.377413, - 51.504986 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.3, - "qmprice": 43.18, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/161906693", - "info": { - "identifier": 161906693, - "sqm_ocr": 80.3, - "price": 3467.0, - "price_per_sqm": 43.17559153175592, - "url": "https://www.rightmove.co.uk/properties/161906693", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3728/161906693/3728_CHE250614_L_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.168147, - 51.486824 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -335664,7 +262784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 13, + "updated_days": 14, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -335761,86 +262881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/161909009", - "info": { - "identifier": 161909009, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161909009", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "S Stone Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286994/161909009/286994_ssml_30751629_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115817, - 51.440544 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3212.0, - "url": "https://www.rightmove.co.uk/properties/161909351", - "info": { - "identifier": 161909351, - "sqm_ocr": null, - "price": 3212.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161909351", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/161909351/253604_214B1405_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0072, - 51.54164 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -336081,86 +263121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161910428", - "info": { - "identifier": 161910428, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161910428", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/206k/205358/161910428/205358_CUS012567774_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.073865, - 51.4945 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161910539", - "info": { - "identifier": 161910539, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161910539", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Ellis & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6292/161910539/6292_KTL250001_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28071, - 51.6041 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -336264,7 +263224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Barnard Marcus Lettings", @@ -336281,46 +263241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.0, - "qmprice": 40.68, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161911250", - "info": { - "identifier": 161911250, - "sqm_ocr": 59.0, - "price": 2400.0, - "price_per_sqm": 40.67796610169491, - "url": "https://www.rightmove.co.uk/properties/161911250", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33101/161911250/33101_SHE250135_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.246047, - 51.502117 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -336761,46 +263681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.19, - "qmprice": 23.39, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161913464", - "info": { - "identifier": 161913464, - "sqm_ocr": 96.19, - "price": 2250.0, - "price_per_sqm": 23.391204906954986, - "url": "https://www.rightmove.co.uk/properties/161913464", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Christopher St James", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/246k/245558/161913464/245558_33821074_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.164074, - 51.4379 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -337001,46 +263881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.1, - "qmprice": 23.09, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161914229", - "info": { - "identifier": 161914229, - "sqm_ocr": 93.1, - "price": 2150.0, - "price_per_sqm": 23.093447905477984, - "url": "https://www.rightmove.co.uk/properties/161914229", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Frost Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73898/161914229/73898_11756036_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.133595, - 51.343437 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -337361,46 +264201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.3, - "qmprice": 31.22, - "rooms": 2, - "total_price": 2195.0, - "url": "https://www.rightmove.co.uk/properties/161915828", - "info": { - "identifier": 161915828, - "sqm_ocr": 70.3, - "price": 2195.0, - "price_per_sqm": 31.223328591749645, - "url": "https://www.rightmove.co.uk/properties/161915828", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Andrew Nunn & Associates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87794/161915828/87794_33882038_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.250936, - 51.511166 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -337561,86 +264361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161916023", - "info": { - "identifier": 161916023, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161916023", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161916023/191744_RL3775_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.303367, - 51.408398 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.0, - "qmprice": 31.46, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161916128", - "info": { - "identifier": 161916128, - "sqm_ocr": 89.0, - "price": 2800.0, - "price_per_sqm": 31.46067415730337, - "url": "https://www.rightmove.co.uk/properties/161916128", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77508/161916128/77508_LBL250039_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.008373, - 51.465378 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -337681,46 +264401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161917160", - "info": { - "identifier": 161917160, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161917160", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161917160/191744_RL3738_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.387088, - 51.506695 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -337841,46 +264521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161918231", - "info": { - "identifier": 161918231, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161918231", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "HC-GB", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238694/161918231/238694_new2bmaud_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01209, - 51.51707 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -338001,86 +264641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.5, - "qmprice": 22.39, - "rooms": 4, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161918585", - "info": { - "identifier": 161918585, - "sqm_ocr": 129.5, - "price": 2900.0, - "price_per_sqm": 22.393822393822393, - "url": "https://www.rightmove.co.uk/properties/161918585", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Nicholas James London Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/117k/116041/161918585/116041_10113671_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180425, - 51.641396 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.4, - "qmprice": 35.33, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161918774", - "info": { - "identifier": 161918774, - "sqm_ocr": 93.4, - "price": 3300.0, - "price_per_sqm": 35.33190578158458, - "url": "https://www.rightmove.co.uk/properties/161918774", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84790/161918774/84790_P300676_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17743, - 51.46583 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -338361,46 +264921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 46.1, - "qmprice": 59.65, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161919653", - "info": { - "identifier": 161919653, - "sqm_ocr": 46.1, - "price": 2750.0, - "price_per_sqm": 59.6529284164859, - "url": "https://www.rightmove.co.uk/properties/161919653", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3615/161919653/3615_NGL240118_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.200471, - 51.519714 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -338721,86 +265241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161921933", - "info": { - "identifier": 161921933, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161921933", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Roundtree Real Estate", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46965/161921933/46965_57801_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.225169, - 51.595226 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/161922017", - "info": { - "identifier": 161922017, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161922017", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/168k/167687/161922017/167687_2432038_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1909, - 51.543938 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -338841,46 +265281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 29.27, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161922122", - "info": { - "identifier": 161922122, - "sqm_ocr": 82.0, - "price": 2400.0, - "price_per_sqm": 29.26829268292683, - "url": "https://www.rightmove.co.uk/properties/161922122", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stonebridge Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/215k/214412/161922122/214412_3290_STOB_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.15409, - 51.53282 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339001,46 +265401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3402.0, - "url": "https://www.rightmove.co.uk/properties/161922476", - "info": { - "identifier": 161922476, - "sqm_ocr": null, - "price": 3402.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161922476", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stelfort", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67576/161922476/67576_RL1028_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2026" - } - }, - "geometry": { - "coordinates": [ - -0.134743, - 51.553577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339081,46 +265441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3495.0, - "url": "https://www.rightmove.co.uk/properties/161922590", - "info": { - "identifier": 161922590, - "sqm_ocr": null, - "price": 3495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161922590", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Wellington Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288956/161922590/288956_33882479_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.158792, - 51.520535 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339241,46 +265561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.8, - "qmprice": 43.89, - "rooms": 3, - "total_price": 2449.0, - "url": "https://www.rightmove.co.uk/properties/161922779", - "info": { - "identifier": 161922779, - "sqm_ocr": 55.8, - "price": 2449.0, - "price_per_sqm": 43.88888888888889, - "url": "https://www.rightmove.co.uk/properties/161922779", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Colin Dean Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/119k/118630/161922779/118630_33882497_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.308925, - 51.556686 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339504,7 +265784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Tennison Property", @@ -339521,46 +265801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161923481", - "info": { - "identifier": 161923481, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161923481", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/161923481/191744_RL0007_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.016929, - 51.478622 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339641,46 +265881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161923613", - "info": { - "identifier": 161923613, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161923613", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65896/161923613/65896_NHQ012573763_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19525, - 51.51772 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339841,46 +266041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 133.0, - "qmprice": 21.8, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/161923958", - "info": { - "identifier": 161923958, - "sqm_ocr": 133.0, - "price": 2900.0, - "price_per_sqm": 21.804511278195488, - "url": "https://www.rightmove.co.uk/properties/161923958", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111050/161923958/111050_1325843_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.174159, - 51.41613 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -339961,46 +266121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.1, - "qmprice": 51.87, - "rooms": 2, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/161924372", - "info": { - "identifier": 161924372, - "sqm_ocr": 73.1, - "price": 3792.0, - "price_per_sqm": 51.874145006839946, - "url": "https://www.rightmove.co.uk/properties/161924372", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Circa London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77406/161924372/77406_2503505_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08832, - 51.52745 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -340441,46 +266561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161926691", - "info": { - "identifier": 161926691, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161926691", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Ellis & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89228/161926691/89228_GRE250226_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.299359, - 51.55253 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -340681,46 +266761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161927618", - "info": { - "identifier": 161927618, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161927618", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Drayton Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18369/161927618/18369_DRN1001977_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30949, - 51.49577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -340761,86 +266801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.4, - "qmprice": 37.83, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/161927957", - "info": { - "identifier": 161927957, - "sqm_ocr": 67.4, - "price": 2550.0, - "price_per_sqm": 37.83382789317507, - "url": "https://www.rightmove.co.uk/properties/161927957", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Hogarth Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94841/161927957/94841_543_HOGE_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.199595, - 51.49258 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.0, - "qmprice": 52.14, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/161928131", - "info": { - "identifier": 161928131, - "sqm_ocr": 70.0, - "price": 3650.0, - "price_per_sqm": 52.142857142857146, - "url": "https://www.rightmove.co.uk/properties/161928131", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161928131/78933_33882866_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11481, - 51.486618 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -341121,46 +267081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.29, - "qmprice": 27.75, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161928425", - "info": { - "identifier": 161928425, - "sqm_ocr": 79.29, - "price": 2200.0, - "price_per_sqm": 27.74624795056123, - "url": "https://www.rightmove.co.uk/properties/161928425", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15969/161928425/15969_1326293_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.375714, - 51.504944 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -341241,126 +267161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 27.59, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161928527", - "info": { - "identifier": 161928527, - "sqm_ocr": 87.0, - "price": 2400.0, - "price_per_sqm": 27.586206896551722, - "url": "https://www.rightmove.co.uk/properties/161928527", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71401/161928527/71401_1326321_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.235873, - 51.54837 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.2, - "qmprice": 45.02, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161928602", - "info": { - "identifier": 161928602, - "sqm_ocr": 62.2, - "price": 2800.0, - "price_per_sqm": 45.01607717041801, - "url": "https://www.rightmove.co.uk/properties/161928602", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227810/161928602/227810_1326338_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.068671, - 51.493336 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161928605", - "info": { - "identifier": 161928605, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161928605", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161928605/78933_33882884_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.387231, - 51.506203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -341401,46 +267201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 125.21, - "qmprice": 27.95, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161928770", - "info": { - "identifier": 161928770, - "sqm_ocr": 125.21, - "price": 3500.0, - "price_per_sqm": 27.953038894656977, - "url": "https://www.rightmove.co.uk/properties/161928770", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99865/161928770/99865_33882892_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.131568, - 51.459232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -341481,46 +267241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/161929070", - "info": { - "identifier": 161929070, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161929070", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161929070/78933_33882913_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115159, - 51.48631 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -341561,86 +267281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.6, - "qmprice": 25.4, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161929139", - "info": { - "identifier": 161929139, - "sqm_ocr": 86.6, - "price": 2200.0, - "price_per_sqm": 25.40415704387991, - "url": "https://www.rightmove.co.uk/properties/161929139", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48994/161929139/48994_CNL160217_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.080554, - 51.497375 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161929169", - "info": { - "identifier": 161929169, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161929169", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Ashton Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/2k/1457/161929169/1457_AEA250223_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.126203, - 51.575165 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -341881,86 +267521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.8, - "qmprice": 48.29, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/161930732", - "info": { - "identifier": 161930732, - "sqm_ocr": 71.8, - "price": 3467.0, - "price_per_sqm": 48.28690807799443, - "url": "https://www.rightmove.co.uk/properties/161930732", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Battersea & Nine Elms Estates", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/144k/143171/161930732/143171_33881201_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.146881, - 51.48269 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3580.0, - "url": "https://www.rightmove.co.uk/properties/161930738", - "info": { - "identifier": 161930738, - "sqm_ocr": null, - "price": 3580.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161930738", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168029/161930738/168029_37Deanston45331_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02387, - 51.49894 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -342001,46 +267561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.8, - "qmprice": 35.83, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161930882", - "info": { - "identifier": 161930882, - "sqm_ocr": 62.8, - "price": 2250.0, - "price_per_sqm": 35.82802547770701, - "url": "https://www.rightmove.co.uk/properties/161930882", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 10, - "agency": "David Andrew", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93623/161930882/93623_14bc8098-7fbf-41c3-9562-97ba8eaa8482_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.116662, - 51.56395 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -342241,46 +267761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3170.0, - "url": "https://www.rightmove.co.uk/properties/161931839", - "info": { - "identifier": 161931839, - "sqm_ocr": null, - "price": 3170.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161931839", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/161931839/78429_LON-490_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19431, - 51.52688 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -342481,46 +267961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161932925", - "info": { - "identifier": 161932925, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161932925", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Woodrow Morris", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7459/161932925/7459_WOM1001382_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34209, - 51.56997 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -342601,46 +268041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/161933414", - "info": { - "identifier": 161933414, - "sqm_ocr": null, - "price": 2775.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161933414", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Quest Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35843/161933414/35843_Deth_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.03483, - 51.53429 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -342721,46 +268121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 153.09, - "qmprice": 20.9, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161933666", - "info": { - "identifier": 161933666, - "sqm_ocr": 153.09, - "price": 3200.0, - "price_per_sqm": 20.902736952119668, - "url": "https://www.rightmove.co.uk/properties/161933666", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161933666/96668_244252305042025_IMG_14_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.103824, - 51.581917 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -342881,46 +268241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/161934782", - "info": { - "identifier": 161934782, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161934782", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78933/161934782/78933_33883219_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184805, - 51.4766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -343361,86 +268681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.2, - "qmprice": 28.09, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/161936942", - "info": { - "identifier": 161936942, - "sqm_ocr": 78.2, - "price": 2197.0, - "price_per_sqm": 28.094629156010228, - "url": "https://www.rightmove.co.uk/properties/161936942", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Robert Lehrer Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57714/161936942/57714_ROBEL_001545_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.145599, - 51.59168 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.7, - "qmprice": 34.07, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161937008", - "info": { - "identifier": 161937008, - "sqm_ocr": 58.7, - "price": 2000.0, - "price_per_sqm": 34.07155025553663, - "url": "https://www.rightmove.co.uk/properties/161937008", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Humphrey & CO Property Services", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79533/161937008/79533_33883310_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.024275, - 51.58456 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -343961,86 +269201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.7, - "qmprice": 37.7, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161938988", - "info": { - "identifier": 161938988, - "sqm_ocr": 55.7, - "price": 2100.0, - "price_per_sqm": 37.70197486535009, - "url": "https://www.rightmove.co.uk/properties/161938988", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/150k/149153/161938988/149153_1326262_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.191121, - 51.369293 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161939000", - "info": { - "identifier": 161939000, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161939000", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Move Inn Estates Iver", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/114k/113317/161939000/113317_32507947_IMG_00_0000_max_656x437.png", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.403614, - 51.4856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -344161,46 +269321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161939579", - "info": { - "identifier": 161939579, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161939579", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41633/161939579/41633_SHL250041_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.187844, - 51.445972 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -344321,46 +269441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.5, - "qmprice": 19.9, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161939888", - "info": { - "identifier": 161939888, - "sqm_ocr": 100.5, - "price": 2000.0, - "price_per_sqm": 19.90049751243781, - "url": "https://www.rightmove.co.uk/properties/161939888", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "R Whitley & Co", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9236/161939888/9236_33825484_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.476105, - 51.49879 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -344424,7 +269504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -344481,46 +269561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161940329", - "info": { - "identifier": 161940329, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161940329", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co, Docklands & City", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47285/161940329/47285_DCL230134_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068733, - 51.51547 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -344544,7 +269584,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Inspired Real Estate", @@ -344601,46 +269641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.2, - "qmprice": 45.57, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/161941115", - "info": { - "identifier": 161941115, - "sqm_ocr": 81.2, - "price": 3700.0, - "price_per_sqm": 45.566502463054185, - "url": "https://www.rightmove.co.uk/properties/161941115", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "AP Living London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/236k/235805/161941115/235805_33883620_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.226799, - 51.51047 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -344664,7 +269664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Yours Link Limited", @@ -345441,46 +270441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161943785", - "info": { - "identifier": 161943785, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161943785", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Benjamin Stevens", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93881/161943785/93881_BNJ_HB_LFSYCL_518_710421254_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.446398, - 51.482212 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -345521,46 +270481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/161943992", - "info": { - "identifier": 161943992, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161943992", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Japan Services Rent", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94576/161943992/94576_P3767_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28274, - 51.51768 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -345584,7 +270504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -345761,46 +270681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161944598", - "info": { - "identifier": 161944598, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161944598", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39872/161944598/39872_100783012725_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19341, - 51.49494 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -345824,7 +270704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Sinclair Hammelton", @@ -345841,46 +270721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161944721", - "info": { - "identifier": 161944721, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161944721", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237557/161944721/237557_P66484_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18892, - 51.36037 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -345904,7 +270744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Moss and Co Ltd", @@ -345984,7 +270824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "Mayfords Estate Agent", @@ -346041,46 +270881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.0, - "qmprice": 32.5, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161945327", - "info": { - "identifier": 161945327, - "sqm_ocr": 80.0, - "price": 2600.0, - "price_per_sqm": 32.5, - "url": "https://www.rightmove.co.uk/properties/161945327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/161945327/26207_IUL080131_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.107884, - 51.535847 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -346121,46 +270921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161945777", - "info": { - "identifier": 161945777, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161945777", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Josh Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83016/161945777/83016_WoodfordAvenue_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.05467, - 51.58456 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -346241,46 +271001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 116.17, - "qmprice": 28.41, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161946038", - "info": { - "identifier": 161946038, - "sqm_ocr": 116.17, - "price": 3300.0, - "price_per_sqm": 28.406645433416543, - "url": "https://www.rightmove.co.uk/properties/161946038", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/221k/220400/161946038/220400_WAL220077_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18564, - 51.43161 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -346601,46 +271321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.8, - "qmprice": 37.17, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161947148", - "info": { - "identifier": 161947148, - "sqm_ocr": 53.8, - "price": 2000.0, - "price_per_sqm": 37.17472118959108, - "url": "https://www.rightmove.co.uk/properties/161947148", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Ellis & Co", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85127/161947148/85127_TOL210238_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.081716, - 51.590034 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -346801,46 +271481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161947613", - "info": { - "identifier": 161947613, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161947613", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Homesdale Property Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/259k/258209/161947613/258209_101MACKENZIE_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04831, - 51.40772 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -346921,46 +271561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.1, - "qmprice": 35.19, - "rooms": 3, - "total_price": 2995.0, - "url": "https://www.rightmove.co.uk/properties/161947685", - "info": { - "identifier": 161947685, - "sqm_ocr": 85.1, - "price": 2995.0, - "price_per_sqm": 35.193889541715635, - "url": "https://www.rightmove.co.uk/properties/161947685", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Century 21 Royale", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/180k/179552/161947685/179552_R210339_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.304155, - 51.413876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -347161,46 +271761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161948261", - "info": { - "identifier": 161948261, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161948261", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12685/161948261/12685_CRL150297_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.085078, - 51.37775 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -347281,46 +271841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.0, - "qmprice": 19.64, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161948486", - "info": { - "identifier": 161948486, - "sqm_ocr": 112.0, - "price": 2200.0, - "price_per_sqm": 19.642857142857142, - "url": "https://www.rightmove.co.uk/properties/161948486", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "George Proctor & Partners", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/9k/8014/161948486/8014_29060268_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.077796, - 51.383755 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -347401,46 +271921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/161948717", - "info": { - "identifier": 161948717, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161948717", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/161948717/96542_ROCH_000728_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128043, - 51.566673 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -347481,46 +271961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161949062", - "info": { - "identifier": 161949062, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161949062", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Sutherland Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102775/161949062/102775_3678_ALPH_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.324778, - 51.510433 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -347761,46 +272201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.61, - "qmprice": 42.79, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161950370", - "info": { - "identifier": 161950370, - "sqm_ocr": 66.61, - "price": 2850.0, - "price_per_sqm": 42.78636841315118, - "url": "https://www.rightmove.co.uk/properties/161950370", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67439/161950370/67439_NDL230035_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.157095, - 51.440166 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -347881,86 +272281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161950913", - "info": { - "identifier": 161950913, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161950913", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "relocate-me.co.uk", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33012/161950913/33012_33937_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18632, - 51.606754 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/161951243", - "info": { - "identifier": 161951243, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161951243", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "S Stone Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286994/161951243/286994_ssml_564543889_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.108274, - 51.35069 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -348121,46 +272441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161952509", - "info": { - "identifier": 161952509, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161952509", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/161952509/32793_39729_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19367, - 51.55393 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -348321,46 +272601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2968.0, - "url": "https://www.rightmove.co.uk/properties/161952797", - "info": { - "identifier": 161952797, - "sqm_ocr": null, - "price": 2968.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161952797", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94658/161952797/94658_33778872_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.196812, - 51.497417 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -348401,46 +272641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.7, - "qmprice": 24.56, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161952845", - "info": { - "identifier": 161952845, - "sqm_ocr": 97.7, - "price": 2400.0, - "price_per_sqm": 24.564994882292734, - "url": "https://www.rightmove.co.uk/properties/161952845", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Spencer James Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283697/161952845/283697_12325_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.014955, - 51.495197 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -348721,86 +272921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.11, - "qmprice": 37.25, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161953112", - "info": { - "identifier": 161953112, - "sqm_ocr": 67.11, - "price": 2500.0, - "price_per_sqm": 37.25227238861571, - "url": "https://www.rightmove.co.uk/properties/161953112", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57118/161953112/57118_P214613_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08402, - 51.49941 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.3, - "qmprice": 34.9, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161953187", - "info": { - "identifier": 161953187, - "sqm_ocr": 57.3, - "price": 2000.0, - "price_per_sqm": 34.904013961605585, - "url": "https://www.rightmove.co.uk/properties/161953187", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55432/161953187/55432_KAV230064_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.107939, - 51.571136 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -348921,46 +273041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.3, - "qmprice": 39.37, - "rooms": 2, - "total_price": 3358.0, - "url": "https://www.rightmove.co.uk/properties/161953742", - "info": { - "identifier": 161953742, - "sqm_ocr": 85.3, - "price": 3358.0, - "price_per_sqm": 39.36694021101993, - "url": "https://www.rightmove.co.uk/properties/161953742", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Mountgrange Heritage", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32328/161953742/32328_5764_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18966, - 51.49506 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -349161,46 +273241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.7, - "qmprice": 28.89, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161954927", - "info": { - "identifier": 161954927, - "sqm_ocr": 72.7, - "price": 2100.0, - "price_per_sqm": 28.88583218707015, - "url": "https://www.rightmove.co.uk/properties/161954927", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/150k/149153/161954927/149153_1326186_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.249747, - 51.39749 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -349281,46 +273321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2425.0, - "url": "https://www.rightmove.co.uk/properties/161955449", - "info": { - "identifier": 161955449, - "sqm_ocr": null, - "price": 2425.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161955449", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161955449/96668_224611402102024_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068873, - 51.49696 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -349401,46 +273401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.5, - "qmprice": 44.2, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161955770", - "info": { - "identifier": 161955770, - "sqm_ocr": 90.5, - "price": 4000.0, - "price_per_sqm": 44.19889502762431, - "url": "https://www.rightmove.co.uk/properties/161955770", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156782/161955770/156782_KAE240020_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.168713, - 51.46931 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -349721,46 +273681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.4, - "qmprice": 48.95, - "rooms": 2, - "total_price": 3397.0, - "url": "https://www.rightmove.co.uk/properties/161957366", - "info": { - "identifier": 161957366, - "sqm_ocr": 69.4, - "price": 3397.0, - "price_per_sqm": 48.94812680115273, - "url": "https://www.rightmove.co.uk/properties/161957366", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/139k/138797/161957366/138797_BPQ012564324_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.170752, - 51.543587 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -349801,46 +273721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/161957537", - "info": { - "identifier": 161957537, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161957537", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161957537/96668_232401013122024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.170144, - 51.468407 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -349961,46 +273841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161958011", - "info": { - "identifier": 161958011, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161958011", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161958011/96668_34724216022018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07416, - 51.49709 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -350161,86 +274001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161958647", - "info": { - "identifier": 161958647, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161958647", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Oak Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267236/161958647/267236_RL0718_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.107791, - 51.6095 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.9, - "qmprice": 37.66, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/161958680", - "info": { - "identifier": 161958680, - "sqm_ocr": 71.9, - "price": 2708.0, - "price_per_sqm": 37.66342141863699, - "url": "https://www.rightmove.co.uk/properties/161958680", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 10, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/121k/120061/161958680/120061_CLE180012_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094536, - 51.52713 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -350281,46 +274041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/161961398", - "info": { - "identifier": 161961398, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161961398", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161961398/96668_242577421032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.174316, - 51.62905 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -350641,46 +274361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.6, - "qmprice": 36.83, - "rooms": 2, - "total_price": 2195.0, - "url": "https://www.rightmove.co.uk/properties/161963714", - "info": { - "identifier": 161963714, - "sqm_ocr": 59.6, - "price": 2195.0, - "price_per_sqm": 36.828859060402685, - "url": "https://www.rightmove.co.uk/properties/161963714", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156782/161963714/156782_KAE251448_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.161432, - 51.465935 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -350721,46 +274401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.1, - "qmprice": 31.11, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161964410", - "info": { - "identifier": 161964410, - "sqm_ocr": 69.1, - "price": 2150.0, - "price_per_sqm": 31.114327062228657, - "url": "https://www.rightmove.co.uk/properties/161964410", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/219k/218888/161964410/218888_2bed1606_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42116, - 51.50335 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -350961,86 +274601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.64, - "qmprice": 35.34, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161965043", - "info": { - "identifier": 161965043, - "sqm_ocr": 80.64, - "price": 2850.0, - "price_per_sqm": 35.342261904761905, - "url": "https://www.rightmove.co.uk/properties/161965043", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jaffe Properties LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/77k/76282/161965043/76282_28987273_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.194468, - 51.545143 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.9, - "qmprice": 31.59, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161965145", - "info": { - "identifier": 161965145, - "sqm_ocr": 83.9, - "price": 2650.0, - "price_per_sqm": 31.585220500595945, - "url": "https://www.rightmove.co.uk/properties/161965145", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240482/161965145/240482_3bed1605wd_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.47494, - 51.51099 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -351081,86 +274641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/161965256", - "info": { - "identifier": 161965256, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161965256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Broadway & West", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95332/161965256/95332_394_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.23578, - 51.4931 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161965439", - "info": { - "identifier": 161965439, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161965439", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50960/161965439/50960_P4234E3226_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08465, - 51.33572 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -351441,46 +274921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.8, - "qmprice": 27.25, - "rooms": 2, - "total_price": 2093.0, - "url": "https://www.rightmove.co.uk/properties/161966594", - "info": { - "identifier": 161966594, - "sqm_ocr": 76.8, - "price": 2093.0, - "price_per_sqm": 27.252604166666668, - "url": "https://www.rightmove.co.uk/properties/161966594", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202016/161966594/202016_33885010_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.339714, - 51.551083 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -351521,46 +274961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/161966903", - "info": { - "identifier": 161966903, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161966903", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Regency Estate Group Ltd", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286280/161966903/286280_REG250086_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210144, - 51.45948 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -351801,46 +275201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.45, - "qmprice": 38.16, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161967728", - "info": { - "identifier": 161967728, - "sqm_ocr": 69.45, - "price": 2650.0, - "price_per_sqm": 38.15694744420446, - "url": "https://www.rightmove.co.uk/properties/161967728", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49027/161967728/49027_WAL220002_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.192527, - 51.453957 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -351921,46 +275281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.7, - "qmprice": 41.05, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161968478", - "info": { - "identifier": 161968478, - "sqm_ocr": 87.7, - "price": 3600.0, - "price_per_sqm": 41.04903078677309, - "url": "https://www.rightmove.co.uk/properties/161968478", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "TK International", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66289/161968478/66289_32121041_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.184708, - 51.523952 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -352001,166 +275321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/161969681", - "info": { - "identifier": 161969681, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161969681", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25055/161969681/25055_BOW250339_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.022491, - 51.53102 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161969906", - "info": { - "identifier": 161969906, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161969906", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "MoveZone Property", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287483/161969906/287483_33885270_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.036627, - 51.396343 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161970212", - "info": { - "identifier": 161970212, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161970212", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Pedder", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/22k/21476/161970212/21476_33885171_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "22/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075951, - 51.429012 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 34.09, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161970422", - "info": { - "identifier": 161970422, - "sqm_ocr": 66.0, - "price": 2250.0, - "price_per_sqm": 34.09090909090909, - "url": "https://www.rightmove.co.uk/properties/161970422", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Una Living", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87553/161970422/87553_101435001912_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28255, - 51.53018 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -352401,46 +275561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 45.3, - "qmprice": 59.6, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161972078", - "info": { - "identifier": 161972078, - "sqm_ocr": 45.3, - "price": 2700.0, - "price_per_sqm": 59.60264900662252, - "url": "https://www.rightmove.co.uk/properties/161972078", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66771/161972078/66771_1326007_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.117363, - 51.478966 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -353041,86 +276161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.5, - "qmprice": 49.68, - "rooms": 2, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/161973569", - "info": { - "identifier": 161973569, - "sqm_ocr": 77.5, - "price": 3850.0, - "price_per_sqm": 49.67741935483871, - "url": "https://www.rightmove.co.uk/properties/161973569", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157394/161973569/157394_PHL240002_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.154249, - 51.53853 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.5, - "qmprice": 39.53, - "rooms": 2, - "total_price": 2945.0, - "url": "https://www.rightmove.co.uk/properties/161974253", - "info": { - "identifier": 161974253, - "sqm_ocr": 74.5, - "price": 2945.0, - "price_per_sqm": 39.53020134228188, - "url": "https://www.rightmove.co.uk/properties/161974253", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/161974253/277814_277814_p0195669_A-0203_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -353161,86 +276201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.6, - "qmprice": 60.63, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161974277", - "info": { - "identifier": 161974277, - "sqm_ocr": 53.6, - "price": 3250.0, - "price_per_sqm": 60.634328358208954, - "url": "https://www.rightmove.co.uk/properties/161974277", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62293/161974277/62293_33885505_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.160795, - 51.514473 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.6, - "qmprice": 29.55, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/161974898", - "info": { - "identifier": 161974898, - "sqm_ocr": 84.6, - "price": 2500.0, - "price_per_sqm": 29.55082742316785, - "url": "https://www.rightmove.co.uk/properties/161974898", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Strawberry Star", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159227/161974898/159227_ROY170075_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01566, - 51.508465 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -353921,86 +276881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.3, - "qmprice": 41.49, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161977979", - "info": { - "identifier": 161977979, - "sqm_ocr": 72.3, - "price": 3000.0, - "price_per_sqm": 41.49377593360996, - "url": "https://www.rightmove.co.uk/properties/161977979", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54922/161977979/54922_NEL200080_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.136061, - 51.458893 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.1, - "qmprice": 30.76, - "rooms": 2, - "total_price": 2095.0, - "url": "https://www.rightmove.co.uk/properties/161978030", - "info": { - "identifier": 161978030, - "sqm_ocr": 68.1, - "price": 2095.0, - "price_per_sqm": 30.763582966226142, - "url": "https://www.rightmove.co.uk/properties/161978030", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Snellers", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58464/161978030/58464_33885625_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.296473, - 51.416527 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -354121,46 +277001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.3, - "qmprice": 36.7, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/161978969", - "info": { - "identifier": 161978969, - "sqm_ocr": 76.3, - "price": 2800.0, - "price_per_sqm": 36.69724770642202, - "url": "https://www.rightmove.co.uk/properties/161978969", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/161978969/99425_102708042360_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17584, - 51.53073 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -354481,46 +277321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3987.0, - "url": "https://www.rightmove.co.uk/properties/161980157", - "info": { - "identifier": 161980157, - "sqm_ocr": null, - "price": 3987.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161980157", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49012/161980157/49012_ISL230122_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.088678, - 51.541702 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -354561,86 +277361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161980262", - "info": { - "identifier": 161980262, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161980262", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89474/161980262/89474_000378144_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.119, - 51.52775 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.0, - "qmprice": 47.37, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/161980475", - "info": { - "identifier": 161980475, - "sqm_ocr": 57.0, - "price": 2700.0, - "price_per_sqm": 47.36842105263158, - "url": "https://www.rightmove.co.uk/properties/161980475", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/149k/148955/161980475/148955_FRL130043_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.295218, - 51.46092 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355001,86 +277721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.6, - "qmprice": 21.51, - "rooms": 4, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/161981555", - "info": { - "identifier": 161981555, - "sqm_ocr": 111.6, - "price": 2400.0, - "price_per_sqm": 21.505376344086024, - "url": "https://www.rightmove.co.uk/properties/161981555", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Gibbs Gillespie", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85763/161981555/85763_UXL230182_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.4796, - 51.5144 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161981564", - "info": { - "identifier": 161981564, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161981564", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Birchills", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115933/161981564/115933_90d13df0-1d30-4501-9604-064e68f066bf_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.070862, - 51.550247 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355121,46 +277761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.0, - "qmprice": 30.33, - "rooms": 4, - "total_price": 3397.0, - "url": "https://www.rightmove.co.uk/properties/161981948", - "info": { - "identifier": 161981948, - "sqm_ocr": 112.0, - "price": 3397.0, - "price_per_sqm": 30.330357142857142, - "url": "https://www.rightmove.co.uk/properties/161981948", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Finlay Brewer", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74431/161981948/74431_33885879_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.223816, - 51.49944 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355321,126 +277921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161982881", - "info": { - "identifier": 161982881, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161982881", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Sonia Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181958/161982881/181958_sonia_240385133_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.32768, - 51.60663 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161983007", - "info": { - "identifier": 161983007, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161983007", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89474/161983007/89474_000905927_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07072, - 51.55019 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2385.0, - "url": "https://www.rightmove.co.uk/properties/161983127", - "info": { - "identifier": 161983127, - "sqm_ocr": null, - "price": 2385.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161983127", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/161983127/270209_S1822-0021_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.074145, - 51.508347 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355481,46 +277961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161983463", - "info": { - "identifier": 161983463, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161983463", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/161983463/96668_241211509032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.123879, - 51.52222 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355561,46 +278001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.7, - "qmprice": 48.73, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/161983853", - "info": { - "identifier": 161983853, - "sqm_ocr": 70.7, - "price": 3445.0, - "price_per_sqm": 48.727015558698724, - "url": "https://www.rightmove.co.uk/properties/161983853", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 10, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15954/161983853/15954_1326509_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.120319, - 51.534897 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355881,46 +278281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2747.0, - "url": "https://www.rightmove.co.uk/properties/161984507", - "info": { - "identifier": 161984507, - "sqm_ocr": null, - "price": 2747.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161984507", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/161984507/181787_181787_871_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05704, - 51.48673 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -355961,46 +278321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/161984735", - "info": { - "identifier": 161984735, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161984735", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Inner City Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/104k/103850/161984735/103850_tebsmns_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05744, - 51.58575 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -356041,86 +278361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.3, - "qmprice": 35.74, - "rooms": 3, - "total_price": 3299.0, - "url": "https://www.rightmove.co.uk/properties/161984918", - "info": { - "identifier": 161984918, - "sqm_ocr": 92.3, - "price": 3299.0, - "price_per_sqm": 35.7421451787649, - "url": "https://www.rightmove.co.uk/properties/161984918", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Ak247 Homes Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/262k/261134/161984918/261134_6Lindley_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24849, - 51.58759 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161984951", - "info": { - "identifier": 161984951, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161984951", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/161984951/270461_JAX201312_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.013288, - 51.51082 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -356201,46 +278441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.9, - "qmprice": 47.86, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161985071", - "info": { - "identifier": 161985071, - "sqm_ocr": 67.9, - "price": 3250.0, - "price_per_sqm": 47.86450662739322, - "url": "https://www.rightmove.co.uk/properties/161985071", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Strawberry Star", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/165k/164900/161985071/164900_ROY170250_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126469, - 51.48151 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -356281,86 +278481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.0, - "qmprice": 41.18, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161985080", - "info": { - "identifier": 161985080, - "sqm_ocr": 85.0, - "price": 3500.0, - "price_per_sqm": 41.1764705882353, - "url": "https://www.rightmove.co.uk/properties/161985080", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44537/161985080/44537_TOL251409_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.079476, - 51.500282 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/161985101", - "info": { - "identifier": 161985101, - "sqm_ocr": null, - "price": 3033.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161985101", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 11, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/161985101/204560_85_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.127982, - 51.548508 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -356584,7 +278704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dimension Estates", @@ -356641,86 +278761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/161986337", - "info": { - "identifier": 161986337, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161986337", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Metro Village Ltd", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93680/161986337/93680_TOH250049_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.053983, - 51.496693 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.0, - "qmprice": 23.6, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/161986634", - "info": { - "identifier": 161986634, - "sqm_ocr": 89.0, - "price": 2100.0, - "price_per_sqm": 23.59550561797753, - "url": "https://www.rightmove.co.uk/properties/161986634", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Accord Sales & Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68735/161986634/68735_b7c645ca-8400-4999-980c-bc1963367c7d_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.202862, - 51.51729 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -356801,46 +278841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/161986964", - "info": { - "identifier": 161986964, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161986964", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Metro Village Ltd", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93680/161986964/93680_TOH200046_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.063645, - 51.49339 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -357121,46 +279121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.7, - "qmprice": 32.8, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/161987714", - "info": { - "identifier": 161987714, - "sqm_ocr": 74.7, - "price": 2450.0, - "price_per_sqm": 32.797858099062914, - "url": "https://www.rightmove.co.uk/properties/161987714", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kallars", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289823/161987714/289823_2d8f0133-5d8f-43b5-aae0-e4598803ed56_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.033586, - 51.47522 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -357961,46 +279921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2795.0, - "url": "https://www.rightmove.co.uk/properties/161990753", - "info": { - "identifier": 161990753, - "sqm_ocr": null, - "price": 2795.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161990753", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Atlantic Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/135k/134441/161990753/134441_BAYNES2025_IMG_00_0003_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.060845, - 51.661068 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -358161,46 +280081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.4, - "qmprice": 25.47, - "rooms": 3, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/161991101", - "info": { - "identifier": 161991101, - "sqm_ocr": 117.4, - "price": 2990.0, - "price_per_sqm": 25.468483816013627, - "url": "https://www.rightmove.co.uk/properties/161991101", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64571/161991101/64571_33872518_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.210308, - 51.544357 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -358224,7 +280104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Lettings of London Ltd", @@ -358264,7 +280144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Lettings of London Ltd", @@ -358681,46 +280561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/161993435", - "info": { - "identifier": 161993435, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/161993435", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Waterfronts", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48795/161993435/48795_29064737_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.017724, - 51.49255 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -358784,7 +280624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Lettings of London Ltd", @@ -359041,46 +280881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.8, - "qmprice": 23.71, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/161994845", - "info": { - "identifier": 161994845, - "sqm_ocr": 92.8, - "price": 2200.0, - "price_per_sqm": 23.70689655172414, - "url": "https://www.rightmove.co.uk/properties/161994845", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Butler & Stag", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/252k/251576/161994845/251576_33886749_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.11727, - 51.61343 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -359161,46 +280961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.23, - "qmprice": 64.42, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/161996417", - "info": { - "identifier": 161996417, - "sqm_ocr": 51.23, - "price": 3300.0, - "price_per_sqm": 64.41538161233653, - "url": "https://www.rightmove.co.uk/properties/161996417", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64571/161996417/64571_33886844_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.155276, - 51.54553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -359361,46 +281121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 113.0, - "qmprice": 26.84, - "rooms": 3, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/161997083", - "info": { - "identifier": 161997083, - "sqm_ocr": 113.0, - "price": 3033.0, - "price_per_sqm": 26.84070796460177, - "url": "https://www.rightmove.co.uk/properties/161997083", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Keating Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274589/161997083/274589_33886887_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.116073, - 51.451656 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -359641,46 +281361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.94, - "qmprice": 50.05, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161997407", - "info": { - "identifier": 161997407, - "sqm_ocr": 64.94, - "price": 3250.0, - "price_per_sqm": 50.04619648906683, - "url": "https://www.rightmove.co.uk/properties/161997407", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Draker Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/221k/220463/161997407/220463_5147_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211837, - 51.518173 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -359801,46 +281481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 136.91, - "qmprice": 25.56, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/161997869", - "info": { - "identifier": 161997869, - "sqm_ocr": 136.91, - "price": 3500.0, - "price_per_sqm": 25.564239281279672, - "url": "https://www.rightmove.co.uk/properties/161997869", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "TAUK", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289832/161997869/289832_RX575303_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.298789, - 51.527645 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -359881,46 +281521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.9, - "qmprice": 48.06, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/161998355", - "info": { - "identifier": 161998355, - "sqm_ocr": 74.9, - "price": 3600.0, - "price_per_sqm": 48.06408544726301, - "url": "https://www.rightmove.co.uk/properties/161998355", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15951/161998355/15951_1326565_IMG_02_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.313038, - 51.483185 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -359961,86 +281561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 51.59, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/161998613", - "info": { - "identifier": 161998613, - "sqm_ocr": 63.0, - "price": 3250.0, - "price_per_sqm": 51.58730158730159, - "url": "https://www.rightmove.co.uk/properties/161998613", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15945/161998613/15945_1326018_IMG_01_0003_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212244, - 51.520844 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 105.0, - "qmprice": 28.57, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/161998733", - "info": { - "identifier": 161998733, - "sqm_ocr": 105.0, - "price": 3000.0, - "price_per_sqm": 28.571428571428573, - "url": "https://www.rightmove.co.uk/properties/161998733", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Bennett & Hall", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82444/161998733/82444_2713535_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.164037, - 51.61346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -360104,7 +281624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 16, + "updated_days": 17, "status": null, "last_seen": 0, "agency": "John D Wood & Co. Lettings", @@ -360121,46 +281641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.2, - "qmprice": 34.36, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/161999504", - "info": { - "identifier": 161999504, - "sqm_ocr": 58.2, - "price": 2000.0, - "price_per_sqm": 34.36426116838488, - "url": "https://www.rightmove.co.uk/properties/161999504", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "The Address", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80743/161999504/80743_1c89879d-d0e9-4826-8259-55f38fbdafa2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.043463, - 51.409935 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -360241,46 +281721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/162000029", - "info": { - "identifier": 162000029, - "sqm_ocr": null, - "price": 2097.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162000029", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/162000029/181787_181787_147_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.10359, - 51.49649 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -360361,46 +281801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.7, - "qmprice": 47.81, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/162000950", - "info": { - "identifier": 162000950, - "sqm_ocr": 61.7, - "price": 2950.0, - "price_per_sqm": 47.811993517017825, - "url": "https://www.rightmove.co.uk/properties/162000950", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Viewit Real Estate", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266159/162000950/266159_RL0094_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.192234, - 51.4735 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -360441,46 +281841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.5, - "qmprice": 30.77, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162001157", - "info": { - "identifier": 162001157, - "sqm_ocr": 110.5, - "price": 3400.0, - "price_per_sqm": 30.76923076923077, - "url": "https://www.rightmove.co.uk/properties/162001157", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "JLL", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/213k/212408/162001157/212408_P160917_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00835, - 51.52989 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -360681,46 +282041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.0, - "qmprice": 28.75, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162002720", - "info": { - "identifier": 162002720, - "sqm_ocr": 80.0, - "price": 2300.0, - "price_per_sqm": 28.75, - "url": "https://www.rightmove.co.uk/properties/162002720", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "One Move Group", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/207k/206921/162002720/206921_c8bda6b8-ee50-41b1-9802-61be61934f63_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02884, - 51.51019 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -361041,46 +282361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.17, - "qmprice": 23.9, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162003671", - "info": { - "identifier": 162003671, - "sqm_ocr": 117.17, - "price": 2800.0, - "price_per_sqm": 23.896901937355977, - "url": "https://www.rightmove.co.uk/properties/162003671", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Hoopers", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10007/162003671/10007_29065199_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.239914, - 51.56562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -361241,46 +282521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.7, - "qmprice": 31.9, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162003839", - "info": { - "identifier": 162003839, - "sqm_ocr": 62.7, - "price": 2000.0, - "price_per_sqm": 31.897926634768737, - "url": "https://www.rightmove.co.uk/properties/162003839", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hastings International", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11351/162003839/11351_29059073_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.036054, - 51.50689 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -361761,46 +283001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.1, - "qmprice": 45.14, - "rooms": 2, - "total_price": 3390.0, - "url": "https://www.rightmove.co.uk/properties/162004715", - "info": { - "identifier": 162004715, - "sqm_ocr": 75.1, - "price": 3390.0, - "price_per_sqm": 45.13981358189081, - "url": "https://www.rightmove.co.uk/properties/162004715", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/162004715/277814_277814_p0195669_A-0104_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -362121,46 +283321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.14, - "qmprice": 46.59, - "rooms": 2, - "total_price": 3501.0, - "url": "https://www.rightmove.co.uk/properties/162005639", - "info": { - "identifier": 162005639, - "sqm_ocr": 75.14, - "price": 3501.0, - "price_per_sqm": 46.59302635081182, - "url": "https://www.rightmove.co.uk/properties/162005639", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Jo Webster Properties Ltd", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/140k/139826/162005639/139826_3061_JOWE_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.187202, - 51.481453 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -362601,46 +283761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.45, - "qmprice": 67.32, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/162006140", - "info": { - "identifier": 162006140, - "sqm_ocr": 56.45, - "price": 3800.0, - "price_per_sqm": 67.31620903454385, - "url": "https://www.rightmove.co.uk/properties/162006140", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Dolphin Square", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58030/162006140/58030_RAL704_V3_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13617, - 51.48559 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -363201,46 +284321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162008003", - "info": { - "identifier": 162008003, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162008003", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Ivory Real Estate", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82380/162008003/82380_IVG240327_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130697, - 51.482094 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -363441,86 +284521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/162008267", - "info": { - "identifier": 162008267, - "sqm_ocr": null, - "price": 2535.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162008267", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Landstones", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221669/162008267/221669_RL2161Q_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.197695, - 51.494133 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.2, - "qmprice": 29.76, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162008336", - "info": { - "identifier": 162008336, - "sqm_ocr": 67.2, - "price": 2000.0, - "price_per_sqm": 29.76190476190476, - "url": "https://www.rightmove.co.uk/properties/162008336", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Turners", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16319/162008336/16319_33887700_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191782, - 51.39807 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -363681,126 +284681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162008708", - "info": { - "identifier": 162008708, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162008708", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Monteo London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272198/162008708/272198_V24SK23_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03877, - 51.53241 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.5, - "qmprice": 38.41, - "rooms": 3, - "total_price": 3399.0, - "url": "https://www.rightmove.co.uk/properties/162008741", - "info": { - "identifier": 162008741, - "sqm_ocr": 88.5, - "price": 3399.0, - "price_per_sqm": 38.40677966101695, - "url": "https://www.rightmove.co.uk/properties/162008741", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46013/162008741/46013_KGL250054_L_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.134717, - 51.55358 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162008783", - "info": { - "identifier": 162008783, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162008783", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102560/162008783/102560_0494_HRT049405269_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.040427, - 51.529633 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -363921,46 +284801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162008969", - "info": { - "identifier": 162008969, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162008969", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162008969/96668_243820802042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022263, - 51.496307 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -364081,166 +284921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/162009074", - "info": { - "identifier": 162009074, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162009074", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162009074/96668_245332416042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.069859, - 51.546867 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162009131", - "info": { - "identifier": 162009131, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162009131", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162009131/96668_248498115052025_IMG_05_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118727, - 51.59002 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.0, - "qmprice": 38.61, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/162009158", - "info": { - "identifier": 162009158, - "sqm_ocr": 101.0, - "price": 3900.0, - "price_per_sqm": 38.613861386138616, - "url": "https://www.rightmove.co.uk/properties/162009158", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Monteo London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272198/162009158/272198_ZV9235_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09715, - 51.5302 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2475.0, - "url": "https://www.rightmove.co.uk/properties/162009296", - "info": { - "identifier": 162009296, - "sqm_ocr": null, - "price": 2475.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162009296", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162009296/96668_140498504062022_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.093404, - 51.49436 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -364401,86 +285081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.5, - "qmprice": 51.04, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/162009767", - "info": { - "identifier": 162009767, - "sqm_ocr": 67.5, - "price": 3445.0, - "price_per_sqm": 51.03703703703704, - "url": "https://www.rightmove.co.uk/properties/162009767", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/162009767/48101_1325388_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.013043, - 51.512257 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.5, - "qmprice": 33.7, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/162009770", - "info": { - "identifier": 162009770, - "sqm_ocr": 67.5, - "price": 2275.0, - "price_per_sqm": 33.7037037037037, - "url": "https://www.rightmove.co.uk/properties/162009770", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/162009770/48101_1325387_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.013043, - 51.512257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -364681,86 +285281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.15, - "qmprice": 24.05, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162009983", - "info": { - "identifier": 162009983, - "sqm_ocr": 83.15, - "price": 2000.0, - "price_per_sqm": 24.05291641611545, - "url": "https://www.rightmove.co.uk/properties/162009983", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ariston Property", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/22k/21035/162009983/21035_811_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06586, - 51.64569 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.4, - "qmprice": 33.12, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162010007", - "info": { - "identifier": 162010007, - "sqm_ocr": 63.4, - "price": 2100.0, - "price_per_sqm": 33.123028391167196, - "url": "https://www.rightmove.co.uk/properties/162010007", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25055/162010007/25055_BOW150342_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019498, - 51.526634 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -364801,46 +285321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.6, - "qmprice": 26.76, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/162010178", - "info": { - "identifier": 162010178, - "sqm_ocr": 76.6, - "price": 2050.0, - "price_per_sqm": 26.76240208877285, - "url": "https://www.rightmove.co.uk/properties/162010178", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162010178/96668_104753004032021_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.183052, - 51.36895 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -365041,46 +285521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/162010883", - "info": { - "identifier": 162010883, - "sqm_ocr": null, - "price": 3850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162010883", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Way of Life (Balfron Tower) LLP", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267971/162010883/267971_EVER-2679712y10HDsOPzALXPEABkJnWxiROuOuCnyx7o4WBQ4sqKFX3itQDbzYI1UlK_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.010127, - 51.513493 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -365121,126 +285561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162011465", - "info": { - "identifier": 162011465, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162011465", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Key Property Consultants", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/161k/160727/162011465/160727_2273_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.093401, - 51.3714 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 36.78, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162012341", - "info": { - "identifier": 162012341, - "sqm_ocr": 87.0, - "price": 3200.0, - "price_per_sqm": 36.7816091954023, - "url": "https://www.rightmove.co.uk/properties/162012341", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162012341/96668_168110016042023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125342, - 51.549732 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/162012377", - "info": { - "identifier": 162012377, - "sqm_ocr": null, - "price": 2999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162012377", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162012377/96668_247226104052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094735, - 51.496178 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -365641,46 +285961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162014558", - "info": { - "identifier": 162014558, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162014558", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Carringtons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/2k/1541/162014558/1541_CAR210095_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.284975, - 51.41578 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -365841,46 +286121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162015590", - "info": { - "identifier": 162015590, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162015590", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162015590/249341_AVE9_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17892, - 51.61187 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -365961,46 +286201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3444.0, - "url": "https://www.rightmove.co.uk/properties/162018806", - "info": { - "identifier": 162018806, - "sqm_ocr": null, - "price": 3444.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162018806", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/162018806/253604_341X1605_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00769, - 51.54196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -366201,86 +286401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3444.0, - "url": "https://www.rightmove.co.uk/properties/162019223", - "info": { - "identifier": 162019223, - "sqm_ocr": null, - "price": 3444.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162019223", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/162019223/253604_xavier3411605_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00769, - 51.54196 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 45.6, - "qmprice": 48.25, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162019436", - "info": { - "identifier": 162019436, - "sqm_ocr": 45.6, - "price": 2200.0, - "price_per_sqm": 48.24561403508772, - "url": "https://www.rightmove.co.uk/properties/162019436", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/247k/246848/162019436/246848_BEL200240_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.083246, - 51.493183 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -366721,46 +286841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.8, - "qmprice": 26.52, - "rooms": 3, - "total_price": 2249.0, - "url": "https://www.rightmove.co.uk/properties/162022970", - "info": { - "identifier": 162022970, - "sqm_ocr": 84.8, - "price": 2249.0, - "price_per_sqm": 26.52122641509434, - "url": "https://www.rightmove.co.uk/properties/162022970", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/114k/113191/162022970/113191_33887878_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.0026, - 51.55959 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367161,46 +287241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/162024386", - "info": { - "identifier": 162024386, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162024386", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 11, - "agency": "David Astburys", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247697/162024386/247697_102708017860_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.11942, - 51.53199 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367241,46 +287281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 140.84, - "qmprice": 23.79, - "rooms": 4, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/162024848", - "info": { - "identifier": 162024848, - "sqm_ocr": 140.84, - "price": 3350.0, - "price_per_sqm": 23.78585629082647, - "url": "https://www.rightmove.co.uk/properties/162024848", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Jo & Co Property Management", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283895/162024848/283895_d5f2205e-6091-4dbe-b6e7-3d60dce8c2e0_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.215108, - 51.401955 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367321,46 +287321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3790.0, - "url": "https://www.rightmove.co.uk/properties/162025445", - "info": { - "identifier": 162025445, - "sqm_ocr": null, - "price": 3790.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162025445", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Allsop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/251k/250628/162025445/250628_A1104_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.13734, - 51.48106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367401,46 +287361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3792.0, - "url": "https://www.rightmove.co.uk/properties/162025811", - "info": { - "identifier": 162025811, - "sqm_ocr": null, - "price": 3792.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162025811", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Prime London", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/269k/268739/162025811/268739_33843073_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.222789, - 51.511776 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367521,46 +287441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.0, - "qmprice": 27.78, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162026549", - "info": { - "identifier": 162026549, - "sqm_ocr": 81.0, - "price": 2250.0, - "price_per_sqm": 27.77777777777778, - "url": "https://www.rightmove.co.uk/properties/162026549", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Matthew James", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/30k/29132/162026549/29132_33868746_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.313117, - 51.394924 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367881,46 +287761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162031334", - "info": { - "identifier": 162031334, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162031334", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Connells Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95882/162031334/95882_P5178G2301_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3347, - 51.58273 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -367984,7 +287824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "John Payne", @@ -368121,46 +287961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162032246", - "info": { - "identifier": 162032246, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162032246", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162032246/102784_12668398_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.277, - 51.50195 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -368321,46 +288121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162032453", - "info": { - "identifier": 162032453, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162032453", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162032453/102784_12674003_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.277, - 51.50195 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -368401,46 +288161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2225.0, - "url": "https://www.rightmove.co.uk/properties/162032726", - "info": { - "identifier": 162032726, - "sqm_ocr": null, - "price": 2225.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162032726", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162032726/102784_12674005_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.277768, - 51.50128 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -368681,46 +288401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162033626", - "info": { - "identifier": 162033626, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162033626", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Sincere lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96983/162033626/96983_33888706_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01967, - 51.57696 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -368841,86 +288521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2177.0, - "url": "https://www.rightmove.co.uk/properties/162033815", - "info": { - "identifier": 162033815, - "sqm_ocr": null, - "price": 2177.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162033815", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Vonder", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/283k/282818/162033815/282818_136park_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29146, - 51.49213 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2075.0, - "url": "https://www.rightmove.co.uk/properties/162034316", - "info": { - "identifier": 162034316, - "sqm_ocr": null, - "price": 2075.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162034316", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162034316/102784_12674038_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.265056, - 51.51339 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -368961,46 +288561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162034589", - "info": { - "identifier": 162034589, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162034589", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "CITY REALTOR LIMITED", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/179k/178868/162034589/178868_33888767_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.053734, - 51.51893 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -369081,46 +288641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162034646", - "info": { - "identifier": 162034646, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162034646", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162034646/102784_12674048_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075342, - 51.53752 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -369241,46 +288761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 119.38, - "qmprice": 29.95, - "rooms": 3, - "total_price": 3575.0, - "url": "https://www.rightmove.co.uk/properties/162035249", - "info": { - "identifier": 162035249, - "sqm_ocr": 119.38, - "price": 3575.0, - "price_per_sqm": 29.946389680013404, - "url": "https://www.rightmove.co.uk/properties/162035249", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "tlc Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18984/162035249/18984_ELL190206_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.196246, - 51.491074 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -369441,46 +288921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.58, - "qmprice": 42.7, - "rooms": 2, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/162035747", - "info": { - "identifier": 162035747, - "sqm_ocr": 73.58, - "price": 3142.0, - "price_per_sqm": 42.70182114705083, - "url": "https://www.rightmove.co.uk/properties/162035747", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57124/162035747/57124_P214619_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06082, - 51.50298 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -369841,46 +289281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162036620", - "info": { - "identifier": 162036620, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162036620", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Sincere lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96983/162036620/96983_33888920_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.08906, - 51.56192 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -369921,46 +289321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 118.3, - "qmprice": 21.13, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162036974", - "info": { - "identifier": 162036974, - "sqm_ocr": 118.3, - "price": 2500.0, - "price_per_sqm": 21.132713440405748, - "url": "https://www.rightmove.co.uk/properties/162036974", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Your Move", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6592/162036974/6592_SUT070243_L_IMG_10_0001_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.202114, - 51.353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370001,126 +289361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.5, - "qmprice": 36.36, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162036980", - "info": { - "identifier": 162036980, - "sqm_ocr": 60.5, - "price": 2200.0, - "price_per_sqm": 36.36363636363637, - "url": "https://www.rightmove.co.uk/properties/162036980", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162036980/270461_JAX213247_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.033854, - 51.5015 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162036986", - "info": { - "identifier": 162036986, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162036986", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Christopher Stokes", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/32k/31367/162036986/31367_CHR_CHS_LFSYCL_353_507421608_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.037516, - 51.668163 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.6, - "qmprice": 35.71, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162037091", - "info": { - "identifier": 162037091, - "sqm_ocr": 61.6, - "price": 2200.0, - "price_per_sqm": 35.714285714285715, - "url": "https://www.rightmove.co.uk/properties/162037091", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257069/162037091/257069_33888956_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.013012, - 51.480152 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370161,46 +289401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/162037136", - "info": { - "identifier": 162037136, - "sqm_ocr": null, - "price": 3445.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162037136", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49012/162037136/49012_ISL180109_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.100903, - 51.54318 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370241,46 +289441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162037232", - "info": { - "identifier": 162037232, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162037232", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95629/162037232/95629_KEC170039_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.229755, - 51.407112 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370441,46 +289601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.4, - "qmprice": 22.82, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162037739", - "info": { - "identifier": 162037739, - "sqm_ocr": 96.4, - "price": 2200.0, - "price_per_sqm": 22.821576763485474, - "url": "https://www.rightmove.co.uk/properties/162037739", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12694/162037739/12694_GER253460_L_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119286, - 51.4367 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370601,46 +289721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162037928", - "info": { - "identifier": 162037928, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162037928", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Sovereign House Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7432/162037928/7432_102789006857_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04869, - 51.53722 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370721,46 +289801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2395.0, - "url": "https://www.rightmove.co.uk/properties/162038204", - "info": { - "identifier": 162038204, - "sqm_ocr": null, - "price": 2395.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162038204", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Sincere lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96983/162038204/96983_33889044_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.16669, - 51.541527 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370801,46 +289841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162038507", - "info": { - "identifier": 162038507, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162038507", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162038507/102784_12674118_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.240386, - 51.59263 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -370921,86 +289921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162038735", - "info": { - "identifier": 162038735, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162038735", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/181k/180173/162038735/180173_180173_p0192941_MAWE1503_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098038, - 51.494476 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.6, - "qmprice": 34.53, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162038750", - "info": { - "identifier": 162038750, - "sqm_ocr": 66.6, - "price": 2300.0, - "price_per_sqm": 34.53453453453454, - "url": "https://www.rightmove.co.uk/properties/162038750", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48330/162038750/48330_HEA220453_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120741, - 51.46066 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371041,86 +289961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.7, - "qmprice": 44.78, - "rooms": 2, - "total_price": 3390.0, - "url": "https://www.rightmove.co.uk/properties/162038903", - "info": { - "identifier": 162038903, - "sqm_ocr": 75.7, - "price": 3390.0, - "price_per_sqm": 44.78203434610304, - "url": "https://www.rightmove.co.uk/properties/162038903", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/162038903/277814_277814_p0195669_E-0403_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 44.5, - "qmprice": 44.94, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162038972", - "info": { - "identifier": 162038972, - "sqm_ocr": 44.5, - "price": 2000.0, - "price_per_sqm": 44.943820224719104, - "url": "https://www.rightmove.co.uk/properties/162038972", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Paramount", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/63k/62636/162038972/62636_PAR200148_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.203323, - 51.52773 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371161,86 +290001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162039089", - "info": { - "identifier": 162039089, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162039089", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162039089/102784_12674133_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.240386, - 51.59263 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.2, - "qmprice": 46.53, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/162039173", - "info": { - "identifier": 162039173, - "sqm_ocr": 58.2, - "price": 2708.0, - "price_per_sqm": 46.529209621993125, - "url": "https://www.rightmove.co.uk/properties/162039173", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greater London Properties", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/154k/153329/162039173/153329_GRT_BLM_LFSYCL_253_40199308_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130451, - 51.517975 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371281,46 +290041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 50.5, - "qmprice": 39.6, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162039383", - "info": { - "identifier": 162039383, - "sqm_ocr": 50.5, - "price": 2000.0, - "price_per_sqm": 39.603960396039604, - "url": "https://www.rightmove.co.uk/properties/162039383", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Davies & Davies", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22559/162039383/22559_33871338_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.115345, - 51.57107 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371361,46 +290081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162039548", - "info": { - "identifier": 162039548, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162039548", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Steed Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/286k/285482/162039548/285482_R145559_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.021286, - 51.540375 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371521,46 +290201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.16, - "qmprice": 22.69, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162040271", - "info": { - "identifier": 162040271, - "sqm_ocr": 88.16, - "price": 2000.0, - "price_per_sqm": 22.68602540834846, - "url": "https://www.rightmove.co.uk/properties/162040271", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50960/162040271/50960_P5669K1303_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07466, - 51.34521 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371681,46 +290321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2095.0, - "url": "https://www.rightmove.co.uk/properties/162040421", - "info": { - "identifier": 162040421, - "sqm_ocr": null, - "price": 2095.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162040421", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162040421/96668_242610221032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.273423, - 51.56335 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -371841,46 +290441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2012.0, - "url": "https://www.rightmove.co.uk/properties/162040583", - "info": { - "identifier": 162040583, - "sqm_ocr": null, - "price": 2012.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162040583", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Vonder", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283949/162040583/283949_5261256_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34084, - 51.58066 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -372041,46 +290601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162041183", - "info": { - "identifier": 162041183, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162041183", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/162041183/99425_102708002063_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20146, - 51.54299 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -372761,46 +291281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162043196", - "info": { - "identifier": 162043196, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162043196", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Get Living", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/181k/180173/162043196/180173_180173_p0192941_MAWE0801_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098038, - 51.494476 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373201,86 +291681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162045434", - "info": { - "identifier": 162045434, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162045434", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "James Edward", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/165k/164045/162045434/164045_31343194_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096506, - 51.562366 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162045866", - "info": { - "identifier": 162045866, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162045866", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Oak Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267236/162045866/267236_RL0726_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.061483, - 51.6384 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373321,46 +291721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162046259", - "info": { - "identifier": 162046259, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162046259", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - Ealing", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91315/162046259/91315_000003722c_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30768, - 51.51364 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373441,46 +291801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162048254", - "info": { - "identifier": 162048254, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162048254", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Andrews Letting and Management", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33326/162048254/33326_APX256958_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.128957, - 51.406475 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373521,46 +291841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162049121", - "info": { - "identifier": 162049121, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162049121", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Pedder", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/22k/21470/162049121/21470_33889740_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05347, - 51.44639 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373601,46 +291881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162049400", - "info": { - "identifier": 162049400, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162049400", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "EAZY 2 LET LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/62k/61167/162049400/61167_148984616_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05737, - 51.51624 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373721,46 +291961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162049994", - "info": { - "identifier": 162049994, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162049994", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162049994/238769_632e00d3-6c9f-4c66-a11d-27aa3787e5d1_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00012, - 51.50376 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -373881,46 +292081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162050681", - "info": { - "identifier": 162050681, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162050681", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162050681/238769_dfaa0301-c608-43fc-8d51-b9c580ffe2a3_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14221, - 51.54197 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -374001,86 +292161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2995.0, - "url": "https://www.rightmove.co.uk/properties/162052397", - "info": { - "identifier": 162052397, - "sqm_ocr": null, - "price": 2995.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162052397", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Vonder", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79578/162052397/79578_89235625_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.27917, - 51.56209 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 44.0, - "qmprice": 52.2, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/162052571", - "info": { - "identifier": 162052571, - "sqm_ocr": 44.0, - "price": 2297.0, - "price_per_sqm": 52.20454545454545, - "url": "https://www.rightmove.co.uk/properties/162052571", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Finlay Brewer", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74431/162052571/74431_33889919_IMG_09_0001_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.223462, - 51.49836 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -374161,86 +292241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.1, - "qmprice": 20.17, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162053039", - "info": { - "identifier": 162053039, - "sqm_ocr": 104.1, - "price": 2100.0, - "price_per_sqm": 20.172910662824208, - "url": "https://www.rightmove.co.uk/properties/162053039", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "John Payne", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102821/162053039/102821_P276971_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.04219, - 51.4703 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162053162", - "info": { - "identifier": 162053162, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162053162", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Cairds The Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6781/162053162/6781_CAL220140_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.233374, - 51.374676 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -374401,126 +292401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2654.0, - "url": "https://www.rightmove.co.uk/properties/162054344", - "info": { - "identifier": 162054344, - "sqm_ocr": null, - "price": 2654.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162054344", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162054344/259979_EVER-2599792y10WA0Ob0A8sOOB3IYg4MVurNYNbZ9zctsXSPx76yzoCXwzlctIN2_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2702.0, - "url": "https://www.rightmove.co.uk/properties/162054641", - "info": { - "identifier": 162054641, - "sqm_ocr": null, - "price": 2702.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162054641", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162054641/259979_EVER-YmIyZDQ3ZWMtYWE3Yy00NDAyLTk5ZTQtMjFmNmUzMDUyZjQ5LTM=_IMG_00_0000_max_656x437.png", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2784.0, - "url": "https://www.rightmove.co.uk/properties/162055085", - "info": { - "identifier": 162055085, - "sqm_ocr": null, - "price": 2784.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162055085", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162055085/259979_EVER-2599792y10BDcuSHicRtz95htmCpsAeyWdTCks5RYoHx31bWsJ8Pyn5KwCW5O_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -374601,46 +292481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2784.0, - "url": "https://www.rightmove.co.uk/properties/162055274", - "info": { - "identifier": 162055274, - "sqm_ocr": null, - "price": 2784.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162055274", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162055274/259979_EVER-2599792y10c4gYu1Y3baVnd9bWV3huuaSbcSTaSMBxCaPTTdlwwHsu80ltuy_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -374721,86 +292561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3635.0, - "url": "https://www.rightmove.co.uk/properties/162055706", - "info": { - "identifier": 162055706, - "sqm_ocr": null, - "price": 3635.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162055706", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162055706/259979_EVER-2599792y109QLQxk8VJUzsTsHMEhsFwIDwOMESEgHyj04uNH9hwnD8nrCp_IMG_00_0000_max_656x437.png", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162055793", - "info": { - "identifier": 162055793, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162055793", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162055793/102784_12674349_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.109173, - 51.51937 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -375241,46 +293001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.0, - "qmprice": 34.8, - "rooms": 3, - "total_price": 3550.0, - "url": "https://www.rightmove.co.uk/properties/162058610", - "info": { - "identifier": 162058610, - "sqm_ocr": 102.0, - "price": 3550.0, - "price_per_sqm": 34.80392156862745, - "url": "https://www.rightmove.co.uk/properties/162058610", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240482/162058610/240482_3bed1605S_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.33029, - 51.44998 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -375361,46 +293081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2784.0, - "url": "https://www.rightmove.co.uk/properties/162058916", - "info": { - "identifier": 162058916, - "sqm_ocr": null, - "price": 2784.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162058916", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256148/162058916/256148_EVER-2561482y10xeY9OzKIs5RGVnLTXUxv3r53nxB8zewciZaWQafctKsnHF6cRm_IMG_00_0000_max_656x437.png", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01022, - 51.52516 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -375441,46 +293121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.29, - "qmprice": 32.83, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162059027", - "info": { - "identifier": 162059027, - "sqm_ocr": 85.29, - "price": 2800.0, - "price_per_sqm": 32.82917106343064, - "url": "https://www.rightmove.co.uk/properties/162059027", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240482/162059027/240482_2bed1605C_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.33002, - 51.45047 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -375561,46 +293201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/162059240", - "info": { - "identifier": 162059240, - "sqm_ocr": null, - "price": 2817.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162059240", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256148/162059240/256148_EVER-OTAyNzFmZTAtOGFlZS00MTIzLWE1YjQtM2VmNmYxNzIyNTEwLTE4_IMG_00_0000_max_656x437.png", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01022, - 51.52516 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -375641,46 +293241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162059501", - "info": { - "identifier": 162059501, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162059501", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/154k/153638/162059501/153638_KFX251070_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097424, - 51.52667 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -375721,46 +293281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162059711", - "info": { - "identifier": 162059711, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162059711", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240482/162059711/240482_2bed1605CM_IMG_05_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22773, - 51.54969 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -376161,46 +293681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.2, - "qmprice": 51.4, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/162060227", - "info": { - "identifier": 162060227, - "sqm_ocr": 64.2, - "price": 3300.0, - "price_per_sqm": 51.401869158878505, - "url": "https://www.rightmove.co.uk/properties/162060227", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/162060227/77197_VCT_VCT_LFSYCL_465_633246776_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.093978, - 51.528374 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -376481,46 +293961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162060839", - "info": { - "identifier": 162060839, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162060839", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Andrew Lloyd Estates Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25238/162060839/25238_10867_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08503, - 51.53027 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -376624,7 +294064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "The London Broker", @@ -376704,7 +294144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "Fletchers", @@ -376761,46 +294201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162061544", - "info": { - "identifier": 162061544, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162061544", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Andrew Lloyd Estates Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25238/162061544/25238_10875_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02997, - 51.67342 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -376824,7 +294224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -376841,86 +294241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.2, - "qmprice": 42.75, - "rooms": 2, - "total_price": 3215.0, - "url": "https://www.rightmove.co.uk/properties/162061796", - "info": { - "identifier": 162061796, - "sqm_ocr": 75.2, - "price": 3215.0, - "price_per_sqm": 42.75265957446808, - "url": "https://www.rightmove.co.uk/properties/162061796", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/162061796/277814_277814_p0195669_A-0506_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2813.0, - "url": "https://www.rightmove.co.uk/properties/162062003", - "info": { - "identifier": 162062003, - "sqm_ocr": null, - "price": 2813.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162062003", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life (The Gessner)", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267533/162062003/267533_EVER-2675332y10m4TzxLJMovdWX1QtOCcOmxC4Lv0C1gesDoAuFA8dwtVBhMLNAWi_IMG_20_0000_max_656x437.png", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.060291, - 51.590145 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -376944,7 +294264,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 15, + "updated_days": 16, "status": null, "last_seen": 0, "agency": "LDB", @@ -377441,86 +294761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.2, - "qmprice": 32.81, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162064211", - "info": { - "identifier": 162064211, - "sqm_ocr": 76.2, - "price": 2500.0, - "price_per_sqm": 32.808398950131235, - "url": "https://www.rightmove.co.uk/properties/162064211", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57970/162064211/57970_KBU250132_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.204678, - 51.45841 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.79, - "qmprice": 25.47, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162064769", - "info": { - "identifier": 162064769, - "sqm_ocr": 117.79, - "price": 3000.0, - "price_per_sqm": 25.46905509805586, - "url": "https://www.rightmove.co.uk/properties/162064769", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Castles Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/126k/125137/162064769/125137_2713031_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10094, - 51.59137 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -377561,86 +294801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162065615", - "info": { - "identifier": 162065615, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162065615", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/220k/219029/162065615/219029_P276973_IMG_07_0001_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.16393, - 51.48029 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/162065681", - "info": { - "identifier": 162065681, - "sqm_ocr": null, - "price": 3350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162065681", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162065681/96668_248484815052025_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.218486, - 51.504112 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -377721,46 +294881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.41, - "qmprice": 20.64, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162065798", - "info": { - "identifier": 162065798, - "sqm_ocr": 111.41, - "price": 2300.0, - "price_per_sqm": 20.64446638542321, - "url": "https://www.rightmove.co.uk/properties/162065798", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Tate Residential Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111214/162065798/111214_CROzz_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.15203, - 51.42631 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -377801,46 +294921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/162065957", - "info": { - "identifier": 162065957, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162065957", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162065957/96668_248595316052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.336752, - 51.59735 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -378281,46 +295361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.9, - "qmprice": 44.53, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162066782", - "info": { - "identifier": 162066782, - "sqm_ocr": 53.9, - "price": 2400.0, - "price_per_sqm": 44.526901669758814, - "url": "https://www.rightmove.co.uk/properties/162066782", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/190k/189686/162066782/189686_CWL190347_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.263515, - 51.501984 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -378401,86 +295441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.8, - "qmprice": 33.98, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162067316", - "info": { - "identifier": 162067316, - "sqm_ocr": 61.8, - "price": 2100.0, - "price_per_sqm": 33.980582524271846, - "url": "https://www.rightmove.co.uk/properties/162067316", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Leaders Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/38k/37163/162067316/37163_P99123_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08607, - 51.46779 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162067319", - "info": { - "identifier": 162067319, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162067319", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168029/162067319/168029_60Allium01235_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29563, - 51.53909 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -378681,46 +295641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2426.0, - "url": "https://www.rightmove.co.uk/properties/162067736", - "info": { - "identifier": 162067736, - "sqm_ocr": null, - "price": 2426.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162067736", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Clay Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277505/162067736/277505_dak12lovely_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28321, - 51.55879 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -378761,46 +295681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.4, - "qmprice": 28.87, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162067835", - "info": { - "identifier": 162067835, - "sqm_ocr": 81.4, - "price": 2350.0, - "price_per_sqm": 28.86977886977887, - "url": "https://www.rightmove.co.uk/properties/162067835", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Lifespace", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/57k/56222/162067835/56222_3153_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02759, - 51.54043 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -378881,86 +295761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 130.53, - "qmprice": 22.98, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162068198", - "info": { - "identifier": 162068198, - "sqm_ocr": 130.53, - "price": 3000.0, - "price_per_sqm": 22.983222247759137, - "url": "https://www.rightmove.co.uk/properties/162068198", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/270k/269756/162068198/269756_SFL250029_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.235326, - 51.416435 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/162068300", - "info": { - "identifier": 162068300, - "sqm_ocr": null, - "price": 2492.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162068300", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Clay Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277505/162068300/277505_2montinclay_IMG_16_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28319, - 51.55914 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379001,46 +295801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.1, - "qmprice": 35.29, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162068579", - "info": { - "identifier": 162068579, - "sqm_ocr": 92.1, - "price": 3250.0, - "price_per_sqm": 35.28773072747014, - "url": "https://www.rightmove.co.uk/properties/162068579", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162068579/238769_3e560a85-7330-43f4-9771-69bf9fd4c5df_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00012, - 51.50376 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379081,46 +295841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.1, - "qmprice": 39.16, - "rooms": 2, - "total_price": 2980.0, - "url": "https://www.rightmove.co.uk/properties/162068945", - "info": { - "identifier": 162068945, - "sqm_ocr": 76.1, - "price": 2980.0, - "price_per_sqm": 39.15900131406045, - "url": "https://www.rightmove.co.uk/properties/162068945", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168029/162068945/168029_MCH34567183763358_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.30351, - 51.40846 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379201,46 +295921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.7, - "qmprice": 33.49, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162069338", - "info": { - "identifier": 162069338, - "sqm_ocr": 65.7, - "price": 2200.0, - "price_per_sqm": 33.4855403348554, - "url": "https://www.rightmove.co.uk/properties/162069338", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55432/162069338/55432_KAV220074_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.116524, - 51.58324 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379361,46 +296041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162069881", - "info": { - "identifier": 162069881, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162069881", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Concept Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82211/162069881/82211_1076_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16512, - 51.43123 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379481,126 +296121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.0, - "qmprice": 36.18, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162070022", - "info": { - "identifier": 162070022, - "sqm_ocr": 76.0, - "price": 2750.0, - "price_per_sqm": 36.18421052631579, - "url": "https://www.rightmove.co.uk/properties/162070022", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44538/162070022/44538_WBL090057_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165152, - 51.463154 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.22, - "qmprice": 40.84, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162070031", - "info": { - "identifier": 162070031, - "sqm_ocr": 61.22, - "price": 2500.0, - "price_per_sqm": 40.836327997386476, - "url": "https://www.rightmove.co.uk/properties/162070031", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44538/162070031/44538_WBL140112_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.160105, - 51.461563 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.89, - "qmprice": 33.37, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162070037", - "info": { - "identifier": 162070037, - "sqm_ocr": 95.89, - "price": 3200.0, - "price_per_sqm": 33.37157159244968, - "url": "https://www.rightmove.co.uk/properties/162070037", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/146k/145463/162070037/145463_FBL210009_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189574, - 51.447582 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379721,46 +296241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.6, - "qmprice": 35.92, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162070277", - "info": { - "identifier": 162070277, - "sqm_ocr": 69.6, - "price": 2500.0, - "price_per_sqm": 35.91954022988506, - "url": "https://www.rightmove.co.uk/properties/162070277", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3719/162070277/3719_PGL230066_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.208198, - 51.482594 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -379801,46 +296281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162070349", - "info": { - "identifier": 162070349, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162070349", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Dimension Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87953/162070349/87953_1844_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07991, - 51.5465 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -380361,46 +296801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.01, - "qmprice": 45.45, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162071930", - "info": { - "identifier": 162071930, - "sqm_ocr": 66.01, - "price": 3000.0, - "price_per_sqm": 45.44765944553855, - "url": "https://www.rightmove.co.uk/properties/162071930", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "tlc Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18984/162071930/18984_ERL200430_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.190916, - 51.495792 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -380481,46 +296881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.86, - "qmprice": 29.72, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162072239", - "info": { - "identifier": 162072239, - "sqm_ocr": 90.86, - "price": 2700.0, - "price_per_sqm": 29.716046665199208, - "url": "https://www.rightmove.co.uk/properties/162072239", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Storeys", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176102/162072239/176102_33890997_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.039166, - 51.54912 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -380681,166 +297041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.6, - "qmprice": 34.65, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162072650", - "info": { - "identifier": 162072650, - "sqm_ocr": 60.6, - "price": 2100.0, - "price_per_sqm": 34.65346534653465, - "url": "https://www.rightmove.co.uk/properties/162072650", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82857/162072650/82857_1326788_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.020119, - 51.530792 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 130.3, - "qmprice": 30.7, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162072656", - "info": { - "identifier": 162072656, - "sqm_ocr": 130.3, - "price": 4000.0, - "price_per_sqm": 30.69838833461243, - "url": "https://www.rightmove.co.uk/properties/162072656", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87812/162072656/87812_1325777_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.208496, - 51.57345 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162072926", - "info": { - "identifier": 162072926, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162072926", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 10, - "agency": "Portico", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247511/162072926/247511_P287767_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1012, - 51.5264 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162072929", - "info": { - "identifier": 162072929, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162072929", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Martyn Gerrard", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13108/162072929/13108_MWL250066_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.138322, - 51.61262 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -381344,7 +297544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Prime Land Property", @@ -381361,46 +297561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.0, - "qmprice": 50.85, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162074066", - "info": { - "identifier": 162074066, - "sqm_ocr": 59.0, - "price": 3000.0, - "price_per_sqm": 50.847457627118644, - "url": "https://www.rightmove.co.uk/properties/162074066", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/162074066/55101_1326798_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.044339, - 51.493164 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -381481,246 +297641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162074219", - "info": { - "identifier": 162074219, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074219", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162074219/96668_246472927042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.058302, - 51.545162 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 120.2, - "qmprice": 23.29, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162074222", - "info": { - "identifier": 162074222, - "sqm_ocr": 120.2, - "price": 2800.0, - "price_per_sqm": 23.29450915141431, - "url": "https://www.rightmove.co.uk/properties/162074222", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Humphrey & CO Property Services", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79533/162074222/79533_33891112_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.005555, - 51.557663 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162074288", - "info": { - "identifier": 162074288, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074288", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162074288/96668_248625716052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.066111, - 51.51278 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162074363", - "info": { - "identifier": 162074363, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074363", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162074363/96668_248326814052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.086224, - 51.56677 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162074384", - "info": { - "identifier": 162074384, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074384", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162074384/96668_248639116052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130654, - 51.41655 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162074423", - "info": { - "identifier": 162074423, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074423", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Keatons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/26k/25055/162074423/25055_BOW240365_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.041452, - 51.528896 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -381761,46 +297681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162074576", - "info": { - "identifier": 162074576, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074576", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Way of Life (Balfron Tower) LLP", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267971/162074576/267971_EVER-2679712y10gKLgDk0eLt3kX0b8ZL9TTeXjfR4zQikqURoNmaoxu2OZ5CErAG_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.010127, - 51.513493 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -381881,46 +297761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.92, - "qmprice": 33.14, - "rooms": 3, - "total_price": 3146.0, - "url": "https://www.rightmove.co.uk/properties/162074810", - "info": { - "identifier": 162074810, - "sqm_ocr": 94.92, - "price": 3146.0, - "price_per_sqm": 33.14369995785925, - "url": "https://www.rightmove.co.uk/properties/162074810", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Avrasons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38414/162074810/38414_345736_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10818, - 51.48667 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -381961,46 +297801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162074867", - "info": { - "identifier": 162074867, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162074867", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162074867/102784_12663824_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19193, - 51.45589 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -382201,46 +298001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162075317", - "info": { - "identifier": 162075317, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162075317", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Ellis & Co", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89228/162075317/89228_WCL250089_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.288662, - 51.545837 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -382321,286 +298081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 148.5, - "qmprice": 23.57, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162075389", - "info": { - "identifier": 162075389, - "sqm_ocr": 148.5, - "price": 3500.0, - "price_per_sqm": 23.569023569023567, - "url": "https://www.rightmove.co.uk/properties/162075389", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162075389/96668_138939714052022_IMG_18_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.201287, - 51.41638 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162075887", - "info": { - "identifier": 162075887, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162075887", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162075887/96668_221483904092024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.192463, - 51.41775 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162075893", - "info": { - "identifier": 162075893, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162075893", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162075893/96668_228585707112024_IMG_23_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070324, - 51.38389 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162076043", - "info": { - "identifier": 162076043, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162076043", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "London Habitat", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96380/162076043/96380_RL6261_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212781, - 51.5333 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162076247", - "info": { - "identifier": 162076247, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162076247", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/237k/236303/162076247/236303_P66572_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2468, - 51.59394 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162076277", - "info": { - "identifier": 162076277, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162076277", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/237k/236303/162076277/236303_P66574_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.24717, - 51.59419 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162076550", - "info": { - "identifier": 162076550, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162076550", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Lionsgate Property Management", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/160k/159428/162076550/159428_6324_IMG_00_0000_max_656x437.png", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125086, - 51.482582 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -382681,86 +298161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 144.4, - "qmprice": 19.74, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162076805", - "info": { - "identifier": 162076805, - "sqm_ocr": 144.4, - "price": 2850.0, - "price_per_sqm": 19.736842105263158, - "url": "https://www.rightmove.co.uk/properties/162076805", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "& Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/280k/279869/162076805/279869_RX549647_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097505, - 51.33034 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.6, - "qmprice": 32.73, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162076913", - "info": { - "identifier": 162076913, - "sqm_ocr": 88.6, - "price": 2900.0, - "price_per_sqm": 32.731376975169304, - "url": "https://www.rightmove.co.uk/properties/162076913", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "MORGAN LODGE (INTERNATIONAL) LIMITED", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272168/162076913/272168_7DUNDEE_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0305, - 51.50769 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -382881,46 +298281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.9, - "qmprice": 51.95, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/162077210", - "info": { - "identifier": 162077210, - "sqm_ocr": 70.9, - "price": 3683.0, - "price_per_sqm": 51.94640338504936, - "url": "https://www.rightmove.co.uk/properties/162077210", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78265/162077210/78265_CEL240072_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.169037, - 51.487053 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383064,7 +298424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Berkshire Hathaway HomeServices London", @@ -383081,46 +298441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2105.0, - "url": "https://www.rightmove.co.uk/properties/162078971", - "info": { - "identifier": 162078971, - "sqm_ocr": null, - "price": 2105.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162078971", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "HC-GB", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238694/162078971/238694_PEN1_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16025, - 51.64927 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383161,86 +298481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3999.0, - "url": "https://www.rightmove.co.uk/properties/162082058", - "info": { - "identifier": 162082058, - "sqm_ocr": null, - "price": 3999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162082058", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162082058/96668_198566612022024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129535, - 51.53184 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3999.0, - "url": "https://www.rightmove.co.uk/properties/162082067", - "info": { - "identifier": 162082067, - "sqm_ocr": null, - "price": 3999.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162082067", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162082067/96668_212159114062024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129871, - 51.52997 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383281,46 +298521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162082115", - "info": { - "identifier": 162082115, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162082115", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Robinson Jackson", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/247k/246929/162082115/246929_ELT250106_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.065772, - 51.46238 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383521,46 +298721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162083285", - "info": { - "identifier": 162083285, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162083285", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162083285/96668_19454827122016_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.319474, - 51.555294 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383641,86 +298801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.1, - "qmprice": 41.47, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162083462", - "info": { - "identifier": 162083462, - "sqm_ocr": 65.1, - "price": 2700.0, - "price_per_sqm": 41.474654377880185, - "url": "https://www.rightmove.co.uk/properties/162083462", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Knight Frank Lettings (ILM)", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137825/162083462/137825_BIQ012528832_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094395, - 51.498535 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162083549", - "info": { - "identifier": 162083549, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162083549", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/162083549/270209_S1823-0023_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.074145, - 51.508347 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383761,46 +298841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2425.0, - "url": "https://www.rightmove.co.uk/properties/162083735", - "info": { - "identifier": 162083735, - "sqm_ocr": null, - "price": 2425.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162083735", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/162083735/270209_S1822-0026_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03589, - 51.50341 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -383881,46 +298921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.8, - "qmprice": 32.4, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162084353", - "info": { - "identifier": 162084353, - "sqm_ocr": 81.8, - "price": 2650.0, - "price_per_sqm": 32.396088019559905, - "url": "https://www.rightmove.co.uk/properties/162084353", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Salter Rex", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75236/162084353/75236_32704074_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135756, - 51.56001 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -384001,86 +299001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162084752", - "info": { - "identifier": 162084752, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162084752", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "We Can Properties", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/217k/216545/162084752/216545_c8eb29a6-35cb-4723-83c8-001d33c37a15_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.078776, - 51.41963 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162084788", - "info": { - "identifier": 162084788, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162084788", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162084788/96668_236315324012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189682, - 51.44325 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -384281,46 +299201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.5, - "qmprice": 35.83, - "rooms": 2, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/162085685", - "info": { - "identifier": 162085685, - "sqm_ocr": 66.5, - "price": 2383.0, - "price_per_sqm": 35.83458646616541, - "url": "https://www.rightmove.co.uk/properties/162085685", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "eXp UK", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238277/162085685/238277_L109253_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11069, - 51.462837 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -384361,46 +299241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162086018", - "info": { - "identifier": 162086018, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162086018", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286493/162086018/286493_33891666_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.033679, - 51.497517 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -384441,46 +299281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162087176", - "info": { - "identifier": 162087176, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162087176", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Accord Sales & Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68735/162087176/68735_1d18301a-8482-4164-93f5-49325c6378f1_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.241963, - 51.569595 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -384721,46 +299521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162088475", - "info": { - "identifier": 162088475, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162088475", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Sargeants", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/189k/188345/162088475/188345_33891794_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.318481, - 51.500946 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -384841,126 +299601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.0, - "qmprice": 26.25, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162088727", - "info": { - "identifier": 162088727, - "sqm_ocr": 80.0, - "price": 2100.0, - "price_per_sqm": 26.25, - "url": "https://www.rightmove.co.uk/properties/162088727", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162088727/96668_247662208052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.033905, - 51.51287 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162088739", - "info": { - "identifier": 162088739, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162088739", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162088739/96668_248553115052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.037223, - 51.53678 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162088754", - "info": { - "identifier": 162088754, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162088754", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162088754/96668_248701017052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.299626, - 51.51415 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -385041,46 +299681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162089546", - "info": { - "identifier": 162089546, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162089546", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "S Stone Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286994/162089546/286994_ssml_121682038_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105645, - 51.348866 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -385201,166 +299801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.38, - "qmprice": 31.33, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/162089894", - "info": { - "identifier": 162089894, - "sqm_ocr": 81.38, - "price": 2550.0, - "price_per_sqm": 31.334480216269355, - "url": "https://www.rightmove.co.uk/properties/162089894", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Philip Alexander", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73781/162089894/73781_33891426_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.112451, - 51.591003 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162089954", - "info": { - "identifier": 162089954, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162089954", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Mark Hart Real Estate", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/235k/234521/162089954/234521_L5927_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095282, - 51.495846 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162089978", - "info": { - "identifier": 162089978, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162089978", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Neptune Homes", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/276k/275564/162089978/275564_12673384_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.183321, - 51.528385 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162090287", - "info": { - "identifier": 162090287, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162090287", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Banc Property", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156839/162090287/156839_12672307_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.074914, - 51.61527 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -385384,7 +299824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 14, + "updated_days": 15, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -385481,46 +299921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.2, - "qmprice": 45.57, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/162090977", - "info": { - "identifier": 162090977, - "sqm_ocr": 81.2, - "price": 3700.0, - "price_per_sqm": 45.566502463054185, - "url": "https://www.rightmove.co.uk/properties/162090977", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Propertymade Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280319/162090977/280319_PRM250189_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.226795, - 51.510468 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -385601,126 +300001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.4, - "qmprice": 44.89, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162091319", - "info": { - "identifier": 162091319, - "sqm_ocr": 72.4, - "price": 3250.0, - "price_per_sqm": 44.889502762430936, - "url": "https://www.rightmove.co.uk/properties/162091319", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97423/162091319/97423_CEI240191_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06941, - 51.51376 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.0, - "qmprice": 26.55, - "rooms": 3, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/162091376", - "info": { - "identifier": 162091376, - "sqm_ocr": 102.0, - "price": 2708.0, - "price_per_sqm": 26.54901960784314, - "url": "https://www.rightmove.co.uk/properties/162091376", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97423/162091376/97423_CEI241880_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.242575, - 51.592793 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.05, - "qmprice": 51.84, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/162091379", - "info": { - "identifier": 162091379, - "sqm_ocr": 71.05, - "price": 3683.0, - "price_per_sqm": 51.83673469387755, - "url": "https://www.rightmove.co.uk/properties/162091379", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97423/162091379/97423_CEI243240_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.088222, - 51.52739 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -385761,286 +300041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162092057", - "info": { - "identifier": 162092057, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162092057", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162092057/96668_247752708052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.026527, - 51.669235 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162092060", - "info": { - "identifier": 162092060, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162092060", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162092060/96668_247279405052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.150471, - 51.468548 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162092078", - "info": { - "identifier": 162092078, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162092078", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162092078/96668_248706217052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098428, - 51.553825 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/162092825", - "info": { - "identifier": 162092825, - "sqm_ocr": null, - "price": 3350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162092825", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162092825/96668_233975104012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.046293, - 51.50989 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2705.0, - "url": "https://www.rightmove.co.uk/properties/162092885", - "info": { - "identifier": 162092885, - "sqm_ocr": null, - "price": 2705.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162092885", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256148/162092885/256148_EVER-2561482y10fSiG33AgNrJZDvFZYDEaWumfmp0sMMzjTDGIpHToNeQpzBj6_IMG_01_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01022, - 51.52516 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.3, - "qmprice": 32.01, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162093020", - "info": { - "identifier": 162093020, - "sqm_ocr": 70.3, - "price": 2250.0, - "price_per_sqm": 32.005689900426745, - "url": "https://www.rightmove.co.uk/properties/162093020", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Aspire", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/46k/45018/162093020/45018_BLM150045_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14107, - 51.4476 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.2, - "qmprice": 34.87, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162093050", - "info": { - "identifier": 162093050, - "sqm_ocr": 93.2, - "price": 3250.0, - "price_per_sqm": 34.87124463519313, - "url": "https://www.rightmove.co.uk/properties/162093050", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Aspire", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50242/162093050/50242_FLS150022_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185717, - 51.471676 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -386241,46 +300241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2845.0, - "url": "https://www.rightmove.co.uk/properties/162093383", - "info": { - "identifier": 162093383, - "sqm_ocr": null, - "price": 2845.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162093383", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162093383/259979_EVER-2599792y10vePMb5LRuoqGS0EaPVox8u57mgHIiyQzGOwb8c4RP4DH1mYapZ2_IMG_01_0000_max_656x437.png", - "let_date_available": "23/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -386321,46 +300281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/162093467", - "info": { - "identifier": 162093467, - "sqm_ocr": null, - "price": 2050.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162093467", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162093467/96668_247446206052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135828, - 51.47163 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -386401,46 +300321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162094685", - "info": { - "identifier": 162094685, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162094685", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162094685/96668_247487606052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.424215, - 51.441628 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -386681,46 +300561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2755.0, - "url": "https://www.rightmove.co.uk/properties/162096614", - "info": { - "identifier": 162096614, - "sqm_ocr": null, - "price": 2755.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162096614", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162096614/259979_EVER-2599792y10FodoNPainc0aYA6ujzgOXu5g5ZSuNaPJepaUkT9So7i9myAvpq_IMG_01_0000_max_656x437.png", - "let_date_available": "06/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -386841,126 +300681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2815.0, - "url": "https://www.rightmove.co.uk/properties/162096869", - "info": { - "identifier": 162096869, - "sqm_ocr": null, - "price": 2815.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162096869", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life (The Gessner)", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267533/162096869/267533_EVER-2675332y10OyaLmF34sDpsv0bnqJHegJ41xnP5DNRLmWyRKq0SQ81esp2D1gbi_IMG_20_0000_max_656x437.png", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.060291, - 51.590145 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2845.0, - "url": "https://www.rightmove.co.uk/properties/162097313", - "info": { - "identifier": 162097313, - "sqm_ocr": null, - "price": 2845.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162097313", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life (The Gessner)", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267533/162097313/267533_EVER-2675332y10spv4RBwYOvlvuYgeM7rJGmesWIrTMP2URfSgInzvthdX4W8S2UW_IMG_11_0000_max_656x437.png", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.060291, - 51.590145 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.4, - "qmprice": 41.39, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162097388", - "info": { - "identifier": 162097388, - "sqm_ocr": 60.4, - "price": 2500.0, - "price_per_sqm": 41.390728476821195, - "url": "https://www.rightmove.co.uk/properties/162097388", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162097388/96668_236082922012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.066375, - 51.515995 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387041,46 +300761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162097685", - "info": { - "identifier": 162097685, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162097685", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 14, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162097685/96668_69729407012020_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.003524, - 51.489605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387121,86 +300801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2970.0, - "url": "https://www.rightmove.co.uk/properties/162097892", - "info": { - "identifier": 162097892, - "sqm_ocr": null, - "price": 2970.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162097892", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "One Eighty, Stratford", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262661/162097892/262661_319_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.005498, - 51.535694 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.1, - "qmprice": 35.75, - "rooms": 2, - "total_price": 2220.0, - "url": "https://www.rightmove.co.uk/properties/162097898", - "info": { - "identifier": 162097898, - "sqm_ocr": 62.1, - "price": 2220.0, - "price_per_sqm": 35.7487922705314, - "url": "https://www.rightmove.co.uk/properties/162097898", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "One Eighty, Stratford", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262661/162097898/262661_321_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.005494, - 51.535698 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387281,46 +300881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 125.79, - "qmprice": 25.44, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162098072", - "info": { - "identifier": 162098072, - "sqm_ocr": 125.79, - "price": 3200.0, - "price_per_sqm": 25.439224103664838, - "url": "https://www.rightmove.co.uk/properties/162098072", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "New Space", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/57k/56651/162098072/56651_NSL_006236_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.028108, - 51.51186 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387361,46 +300921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162098249", - "info": { - "identifier": 162098249, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162098249", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162098249/96668_248754218052025_IMG_20_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.080077, - 51.538383 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387721,46 +301241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162099113", - "info": { - "identifier": 162099113, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099113", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Stones Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/107k/106225/162099113/106225_BEP160399_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167559, - 51.549477 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387801,46 +301281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/162099224", - "info": { - "identifier": 162099224, - "sqm_ocr": null, - "price": 3950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099224", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162099224/96668_248057412052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.287041, - 51.471455 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -387961,126 +301401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2470.0, - "url": "https://www.rightmove.co.uk/properties/162099269", - "info": { - "identifier": 162099269, - "sqm_ocr": null, - "price": 2470.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099269", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "HC-GB", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238694/162099269/238694_3bedbluebell00_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28813, - 51.55361 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2195.0, - "url": "https://www.rightmove.co.uk/properties/162099287", - "info": { - "identifier": 162099287, - "sqm_ocr": null, - "price": 2195.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099287", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "HC-GB", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238694/162099287/238694_3bedcoomb03_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.33894, - 51.47401 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2016.0, - "url": "https://www.rightmove.co.uk/properties/162099293", - "info": { - "identifier": 162099293, - "sqm_ocr": null, - "price": 2016.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099293", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "HC-GB", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238694/162099293/238694_2bedharrow_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.34078, - 51.58054 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -388161,86 +301481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162099575", - "info": { - "identifier": 162099575, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099575", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162099575/96668_248811018052025_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.176425, - 51.42856 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162099608", - "info": { - "identifier": 162099608, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162099608", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Crestwell Property Consultants", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95125/162099608/95125_RL0082_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098512, - 51.5498 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -388401,46 +301641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162101576", - "info": { - "identifier": 162101576, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162101576", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162101576/96668_217327530072024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120794, - 51.47241 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -388481,86 +301681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/162102113", - "info": { - "identifier": 162102113, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162102113", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CHAMPS PROPERTY", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287132/162102113/287132_champs_262212264_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18681, - 51.47432 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/162102407", - "info": { - "identifier": 162102407, - "sqm_ocr": null, - "price": 2275.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162102407", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162102407/96668_134357413032022_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.099232, - 51.49544 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -388601,46 +301721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3830.0, - "url": "https://www.rightmove.co.uk/properties/162102962", - "info": { - "identifier": 162102962, - "sqm_ocr": null, - "price": 3830.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162102962", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/79k/78429/162102962/78429_LON-78_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14158, - 51.52255 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -388681,126 +301761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162103307", - "info": { - "identifier": 162103307, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162103307", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162103307/156986_TAE10004_IMG_20_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.282862, - 51.55864 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.52, - "qmprice": 33.19, - "rooms": 3, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/162103325", - "info": { - "identifier": 162103325, - "sqm_ocr": 117.52, - "price": 3900.0, - "price_per_sqm": 33.1858407079646, - "url": "https://www.rightmove.co.uk/properties/162103325", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Tower Quay Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55234/162103325/55234_OLREE_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.09787, - 51.52319 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162103355", - "info": { - "identifier": 162103355, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162103355", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Saxon Kings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75539/162103355/75539_33892260_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.301303, - 51.41732 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -388841,126 +301801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2075.0, - "url": "https://www.rightmove.co.uk/properties/162103637", - "info": { - "identifier": 162103637, - "sqm_ocr": null, - "price": 2075.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162103637", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Apo", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/232k/231224/162103637/231224_2Bedad232_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07348, - 51.53588 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2631.0, - "url": "https://www.rightmove.co.uk/properties/162103712", - "info": { - "identifier": 162103712, - "sqm_ocr": null, - "price": 2631.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162103712", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162103712/156986_LBB20020_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2812, - 51.56006 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3071.0, - "url": "https://www.rightmove.co.uk/properties/162103724", - "info": { - "identifier": 162103724, - "sqm_ocr": null, - "price": 3071.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162103724", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162103724/156986_FQZ20012_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2841, - 51.55512 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389081,46 +301921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162104162", - "info": { - "identifier": 162104162, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162104162", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Apo", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80388/162104162/80388_2Bedad210_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.28774, - 51.49177 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389201,46 +302001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162104264", - "info": { - "identifier": 162104264, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162104264", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Folio London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97670/162104264/97670_SHE210296_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.006625, - 51.535007 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389281,126 +302041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.34, - "qmprice": 38.01, - "rooms": 3, - "total_price": 3396.0, - "url": "https://www.rightmove.co.uk/properties/162104405", - "info": { - "identifier": 162104405, - "sqm_ocr": 89.34, - "price": 3396.0, - "price_per_sqm": 38.012088650100736, - "url": "https://www.rightmove.co.uk/properties/162104405", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162104405/156986_MQD10037_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.277941, - 51.55744 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.4, - "qmprice": 37.46, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162104432", - "info": { - "identifier": 162104432, - "sqm_ocr": 65.4, - "price": 2450.0, - "price_per_sqm": 37.461773700305805, - "url": "https://www.rightmove.co.uk/properties/162104432", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Apo", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80388/162104432/80388_2bedad211_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.28789, - 51.49168 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162104699", - "info": { - "identifier": 162104699, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162104699", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162104699/156986_CAJ20011_IMG_21_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28318, - 51.55863 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389441,46 +302081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 43.9, - "qmprice": 62.64, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162104735", - "info": { - "identifier": 162104735, - "sqm_ocr": 43.9, - "price": 2750.0, - "price_per_sqm": 62.64236902050114, - "url": "https://www.rightmove.co.uk/properties/162104735", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Add Living Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274040/162104735/274040_miles116_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1706, - 51.5212 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389521,86 +302121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.82, - "qmprice": 30.84, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162104912", - "info": { - "identifier": 162104912, - "sqm_ocr": 77.82, - "price": 2400.0, - "price_per_sqm": 30.84040092521203, - "url": "https://www.rightmove.co.uk/properties/162104912", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Shaws Kensington", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41814/162104912/41814_SHW_SHW_LFSYCL_354_508107898_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.220794, - 51.48881 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162104987", - "info": { - "identifier": 162104987, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162104987", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Route Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/282k/281087/162104987/281087_14591_008403_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07281, - 51.545563 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389721,46 +302241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.2, - "qmprice": 31.15, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162106037", - "info": { - "identifier": 162106037, - "sqm_ocr": 64.2, - "price": 2000.0, - "price_per_sqm": 31.15264797507788, - "url": "https://www.rightmove.co.uk/properties/162106037", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Your Move Sales & Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81876/162106037/81876_WLT250189_L_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.013302, - 51.520496 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -389881,46 +302361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.5, - "qmprice": 29.64, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/162106502", - "info": { - "identifier": 162106502, - "sqm_ocr": 77.5, - "price": 2297.0, - "price_per_sqm": 29.638709677419357, - "url": "https://www.rightmove.co.uk/properties/162106502", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Goldschmidt & Howland", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73956/162106502/73956_2616330_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13129, - 51.585907 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390001,86 +302441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2125.0, - "url": "https://www.rightmove.co.uk/properties/162106727", - "info": { - "identifier": 162106727, - "sqm_ocr": null, - "price": 2125.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162106727", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162106727/238769_7940928893465_IMG_16_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.37656, - 51.5055 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/162106853", - "info": { - "identifier": 162106853, - "sqm_ocr": null, - "price": 3950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162106853", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Alex Marks", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90731/162106853/90731_ALEXM_003491_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.150419, - 51.554226 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390121,86 +302481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162107015", - "info": { - "identifier": 162107015, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162107015", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162107015/270461_JAX213318_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.002157, - 51.562645 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/162107018", - "info": { - "identifier": 162107018, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162107018", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Drivers & Norris", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54616/162107018/54616_DAN230408_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094207, - 51.528564 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390441,126 +302721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162107801", - "info": { - "identifier": 162107801, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162107801", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chase Buchanan", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48798/162107801/48798_FTW110014_L_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.323647, - 51.448654 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.45, - "qmprice": 36.39, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162107864", - "info": { - "identifier": 162107864, - "sqm_ocr": 82.45, - "price": 3000.0, - "price_per_sqm": 36.38568829593693, - "url": "https://www.rightmove.co.uk/properties/162107864", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Rampton Baseley", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89369/162107864/89369_BAL250083_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165712, - 51.459915 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162107870", - "info": { - "identifier": 162107870, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162107870", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Living Space Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237116/162107870/237116_1821_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1093, - 51.58821 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390601,46 +302761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 30.41, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162108080", - "info": { - "identifier": 162108080, - "sqm_ocr": 74.0, - "price": 2250.0, - "price_per_sqm": 30.405405405405407, - "url": "https://www.rightmove.co.uk/properties/162108080", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "HAUZOO", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/244k/243260/162108080/243260_L16709_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.104987, - 51.42776 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390681,46 +302801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/162108344", - "info": { - "identifier": 162108344, - "sqm_ocr": null, - "price": 2817.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162108344", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49012/162108344/49012_HCK120247_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1132, - 51.54779 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390761,46 +302841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3395.0, - "url": "https://www.rightmove.co.uk/properties/162108707", - "info": { - "identifier": 162108707, - "sqm_ocr": null, - "price": 3395.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162108707", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Dimension Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87953/162108707/87953_3678_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036423, - 51.5954 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -390961,46 +303001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.4, - "qmprice": 36.41, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162108935", - "info": { - "identifier": 162108935, - "sqm_ocr": 82.4, - "price": 3000.0, - "price_per_sqm": 36.40776699029126, - "url": "https://www.rightmove.co.uk/properties/162108935", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162108935/96668_247583707052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.190907, - 51.52791 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391121,86 +303121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.6, - "qmprice": 29.55, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162109250", - "info": { - "identifier": 162109250, - "sqm_ocr": 84.6, - "price": 2500.0, - "price_per_sqm": 29.55082742316785, - "url": "https://www.rightmove.co.uk/properties/162109250", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47825/162109250/47825_DUL130749_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.074255, - 51.453053 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162109298", - "info": { - "identifier": 162109298, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162109298", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64604/162109298/64604_000907384_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17078, - 51.46644 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391241,46 +303161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162110009", - "info": { - "identifier": 162110009, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162110009", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Prime Residential Property Management", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/245k/244076/162110009/244076_LND250014_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075206, - 51.498974 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391321,46 +303201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162110309", - "info": { - "identifier": 162110309, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162110309", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 11, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38250/162110309/38250_KET210041_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126694, - 51.566147 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391401,46 +303241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 37.16, - "qmprice": 69.97, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162110348", - "info": { - "identifier": 162110348, - "sqm_ocr": 37.16, - "price": 2600.0, - "price_per_sqm": 69.96770721205598, - "url": "https://www.rightmove.co.uk/properties/162110348", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hemmingfords", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201083/162110348/201083_33111274_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.139444, - 51.518353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391481,46 +303281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.0, - "qmprice": 49.16, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/162110492", - "info": { - "identifier": 162110492, - "sqm_ocr": 61.0, - "price": 2999.0, - "price_per_sqm": 49.16393442622951, - "url": "https://www.rightmove.co.uk/properties/162110492", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Goldschmidt & Howland", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73956/162110492/73956_2314230_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15045, - 51.57026 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391721,86 +303481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.33, - "qmprice": 40.58, - "rooms": 4, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/162111269", - "info": { - "identifier": 162111269, - "sqm_ocr": 81.33, - "price": 3300.0, - "price_per_sqm": 40.57543341940244, - "url": "https://www.rightmove.co.uk/properties/162111269", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Scarlett Dyer", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/201k/200492/162111269/200492_90_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16994, - 51.4729 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/162111425", - "info": { - "identifier": 162111425, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162111425", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Propertymade Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280319/162111425/280319_PRM250190_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222486, - 51.51159 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -391921,46 +303601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.0, - "qmprice": 21.28, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162112022", - "info": { - "identifier": 162112022, - "sqm_ocr": 94.0, - "price": 2000.0, - "price_per_sqm": 21.27659574468085, - "url": "https://www.rightmove.co.uk/properties/162112022", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "EweMove", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/265k/264530/162112022/264530_10267775_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.020798, - 51.555992 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392001,46 +303641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.79, - "qmprice": 34.17, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162112088", - "info": { - "identifier": 162112088, - "sqm_ocr": 87.79, - "price": 3000.0, - "price_per_sqm": 34.17245699965827, - "url": "https://www.rightmove.co.uk/properties/162112088", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/57k/56653/162112088/56653_P214561_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22264, - 51.49907 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392161,46 +303761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.68, - "qmprice": 47.41, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/162112631", - "info": { - "identifier": 162112631, - "sqm_ocr": 77.68, - "price": 3683.0, - "price_per_sqm": 47.412461380020595, - "url": "https://www.rightmove.co.uk/properties/162112631", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hudsons Property", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75559/162112631/75559_CHS180010_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.134272, - 51.52278 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392264,7 +303824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Winchester White", @@ -392281,126 +303841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162114260", - "info": { - "identifier": 162114260, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162114260", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168029/162114260/168029_50chronicle13425_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09687, - 51.52983 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162114320", - "info": { - "identifier": 162114320, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162114320", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162114320/252785_33893344_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.135377, - 51.565067 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.32, - "qmprice": 46.89, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162114764", - "info": { - "identifier": 162114764, - "sqm_ocr": 53.32, - "price": 2500.0, - "price_per_sqm": 46.8867216804201, - "url": "https://www.rightmove.co.uk/properties/162114764", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Martin & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39872/162114764/39872_100783004298_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19139, - 51.4878 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392441,46 +303881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162114956", - "info": { - "identifier": 162114956, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162114956", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Two Six Homes", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/276k/275567/162114956/275567_two_299518247_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.082363, - 51.632248 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392521,46 +303921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162115061", - "info": { - "identifier": 162115061, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162115061", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162115061/252785_33893387_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.340478, - 51.58052 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392881,46 +304241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.2, - "qmprice": 44.84, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162116495", - "info": { - "identifier": 162116495, - "sqm_ocr": 89.2, - "price": 4000.0, - "price_per_sqm": 44.84304932735426, - "url": "https://www.rightmove.co.uk/properties/162116495", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "CROWN LUXURY HOMES LIMITED", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267257/162116495/267257_33893453_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.066904, - 51.50822 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -392961,46 +304281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.88, - "qmprice": 38.14, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162116552", - "info": { - "identifier": 162116552, - "sqm_ocr": 104.88, - "price": 4000.0, - "price_per_sqm": 38.13882532418002, - "url": "https://www.rightmove.co.uk/properties/162116552", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44538/162116552/44538_HEA180815_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143289, - 51.45098 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -393041,166 +304321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.36, - "qmprice": 45.97, - "rooms": 3, - "total_price": 3878.0, - "url": "https://www.rightmove.co.uk/properties/162116828", - "info": { - "identifier": 162116828, - "sqm_ocr": 84.36, - "price": 3878.0, - "price_per_sqm": 45.96965386439071, - "url": "https://www.rightmove.co.uk/properties/162116828", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Berkshire Hathaway HomeServices London", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36222/162116828/36222_HBL230045_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165237, - 51.51921 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.9, - "qmprice": 32.66, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162116972", - "info": { - "identifier": 162116972, - "sqm_ocr": 68.9, - "price": 2250.0, - "price_per_sqm": 32.65602322206095, - "url": "https://www.rightmove.co.uk/properties/162116972", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156782/162116972/156782_KAE230125_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.144739, - 51.4689 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/162117098", - "info": { - "identifier": 162117098, - "sqm_ocr": null, - "price": 2396.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162117098", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Residential Realtors", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105856/162117098/105856_3430_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.089959, - 51.502445 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.0, - "qmprice": 30.16, - "rooms": 2, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/162117119", - "info": { - "identifier": 162117119, - "sqm_ocr": 79.0, - "price": 2383.0, - "price_per_sqm": 30.164556962025316, - "url": "https://www.rightmove.co.uk/properties/162117119", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65911/162117119/65911_WAQ012532247_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.067184, - 51.50657 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -393321,46 +304441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2318.0, - "url": "https://www.rightmove.co.uk/properties/162117362", - "info": { - "identifier": 162117362, - "sqm_ocr": null, - "price": 2318.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162117362", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/162117362/96542_ROCH_002588_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.129375, - 51.543095 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -393521,86 +304601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162118079", - "info": { - "identifier": 162118079, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162118079", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Habitat", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96380/162118079/96380_RL6262_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.212781, - 51.5333 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 117.61, - "qmprice": 30.61, - "rooms": 3, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162118226", - "info": { - "identifier": 162118226, - "sqm_ocr": 117.61, - "price": 3600.0, - "price_per_sqm": 30.60964203724173, - "url": "https://www.rightmove.co.uk/properties/162118226", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Parkheath", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72719/162118226/72719_31534848_IMG_11_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.172129, - 51.544773 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -393721,46 +304721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162118757", - "info": { - "identifier": 162118757, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162118757", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89593/162118757/89593_000298676_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07933, - 51.32973 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -393801,86 +304761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162119342", - "info": { - "identifier": 162119342, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162119342", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Broadway & West", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95332/162119342/95332_15_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.231672, - 51.51403 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.34, - "qmprice": 29.2, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162119411", - "info": { - "identifier": 162119411, - "sqm_ocr": 75.34, - "price": 2200.0, - "price_per_sqm": 29.20095566764003, - "url": "https://www.rightmove.co.uk/properties/162119411", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Presidential Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80874/162119411/80874_RX580916_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.095032, - 51.610798 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -394121,46 +305001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2513.0, - "url": "https://www.rightmove.co.uk/properties/162120251", - "info": { - "identifier": 162120251, - "sqm_ocr": null, - "price": 2513.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162120251", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Rose & Co Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83711/162120251/83711_12405695_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.136391, - 51.55261 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -394281,46 +305121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3185.0, - "url": "https://www.rightmove.co.uk/properties/162121133", - "info": { - "identifier": 162121133, - "sqm_ocr": null, - "price": 3185.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162121133", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49784/162121133/49784_38760_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10906, - 51.48974 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -394441,46 +305241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162121346", - "info": { - "identifier": 162121346, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162121346", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34082/162121346/34082_KBS250083_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.283771, - 51.5911 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -394961,46 +305721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.39, - "qmprice": 39.33, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162122171", - "info": { - "identifier": 162122171, - "sqm_ocr": 53.39, - "price": 2100.0, - "price_per_sqm": 39.33320846600487, - "url": "https://www.rightmove.co.uk/properties/162122171", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Homes With PJ", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/268k/267413/162122171/267413_L109293_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.148126, - 51.440746 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -395361,46 +306081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.2, - "qmprice": 40.38, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/162124967", - "info": { - "identifier": 162124967, - "sqm_ocr": 91.2, - "price": 3683.0, - "price_per_sqm": 40.38377192982456, - "url": "https://www.rightmove.co.uk/properties/162124967", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48618/162124967/48618_HOP160087_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.215758, - 51.504463 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -395441,86 +306121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.2, - "qmprice": 32.85, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162127106", - "info": { - "identifier": 162127106, - "sqm_ocr": 82.2, - "price": 2700.0, - "price_per_sqm": 32.846715328467155, - "url": "https://www.rightmove.co.uk/properties/162127106", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238841/162127106/238841_P300939_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00892, - 51.51353 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.7, - "qmprice": 36.08, - "rooms": 3, - "total_price": 3850.0, - "url": "https://www.rightmove.co.uk/properties/162127145", - "info": { - "identifier": 162127145, - "sqm_ocr": 106.7, - "price": 3850.0, - "price_per_sqm": 36.08247422680412, - "url": "https://www.rightmove.co.uk/properties/162127145", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238841/162127145/238841_P300940_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00892, - 51.51353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -395881,126 +306481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/162128261", - "info": { - "identifier": 162128261, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162128261", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Victorstone Property Consultants", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77197/162128261/77197_VCT_VCT_LFSYCL_465_633349881_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.044888, - 51.514168 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162128624", - "info": { - "identifier": 162128624, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162128624", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Prime Land Property", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39507/162128624/39507_402528_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.064165, - 51.51319 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3198.0, - "url": "https://www.rightmove.co.uk/properties/162128645", - "info": { - "identifier": 162128645, - "sqm_ocr": null, - "price": 3198.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162128645", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Campden Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/46k/45915/162128645/45915_2370_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.213021, - 51.520203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -396281,46 +306761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3896.0, - "url": "https://www.rightmove.co.uk/properties/162130661", - "info": { - "identifier": 162130661, - "sqm_ocr": null, - "price": 3896.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162130661", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162130661/156986_LBG5_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2812, - 51.56006 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -396561,46 +307001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.0, - "qmprice": 40.98, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162131558", - "info": { - "identifier": 162131558, - "sqm_ocr": 61.0, - "price": 2500.0, - "price_per_sqm": 40.98360655737705, - "url": "https://www.rightmove.co.uk/properties/162131558", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Rooted", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266030/162131558/266030_LDN240060_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.052954, - 51.539055 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -396641,46 +307041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 107.4, - "qmprice": 28.86, - "rooms": 3, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/162131594", - "info": { - "identifier": 162131594, - "sqm_ocr": 107.4, - "price": 3100.0, - "price_per_sqm": 28.86405959031657, - "url": "https://www.rightmove.co.uk/properties/162131594", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67598/162131594/67598_P300901_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13611, - 51.32545 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -396801,46 +307161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 122.2, - "qmprice": 26.6, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162131945", - "info": { - "identifier": 162131945, - "sqm_ocr": 122.2, - "price": 3250.0, - "price_per_sqm": 26.595744680851062, - "url": "https://www.rightmove.co.uk/properties/162131945", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67598/162131945/67598_P300472_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13611, - 51.32545 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -397201,46 +307521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.8, - "qmprice": 22.77, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162133178", - "info": { - "identifier": 162133178, - "sqm_ocr": 98.8, - "price": 2250.0, - "price_per_sqm": 22.773279352226723, - "url": "https://www.rightmove.co.uk/properties/162133178", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Acorn", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50659/162133178/50659_P276990_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02152, - 51.43014 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -397281,46 +307561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.7, - "qmprice": 42.01, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/162133256", - "info": { - "identifier": 162133256, - "sqm_ocr": 60.7, - "price": 2550.0, - "price_per_sqm": 42.00988467874794, - "url": "https://www.rightmove.co.uk/properties/162133256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Parkheath", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72719/162133256/72719_32324572_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.156965, - 51.555702 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -397841,46 +308081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.01, - "qmprice": 33.33, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162135671", - "info": { - "identifier": 162135671, - "sqm_ocr": 60.01, - "price": 2000.0, - "price_per_sqm": 33.32777870354941, - "url": "https://www.rightmove.co.uk/properties/162135671", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Loney Miller Limited", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/188k/187115/162135671/187115_32795128_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.196788, - 51.43585 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -397961,86 +308161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2197.0, - "url": "https://www.rightmove.co.uk/properties/162135785", - "info": { - "identifier": 162135785, - "sqm_ocr": null, - "price": 2197.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162135785", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Robertson Smith & Kempson", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6954/162135785/6954_33877947_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.250722, - 51.5078 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.46, - "qmprice": 46.03, - "rooms": 2, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162135881", - "info": { - "identifier": 162135881, - "sqm_ocr": 81.46, - "price": 3750.0, - "price_per_sqm": 46.034863736803345, - "url": "https://www.rightmove.co.uk/properties/162135881", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hastings International", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14606/162135881/14606_29076948_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.088276, - 51.52729 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -398121,46 +308241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.85, - "qmprice": 33.62, - "rooms": 2, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/162135983", - "info": { - "identifier": 162135983, - "sqm_ocr": 75.85, - "price": 2550.0, - "price_per_sqm": 33.618984838497035, - "url": "https://www.rightmove.co.uk/properties/162135983", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/221k/220400/162135983/220400_WAL220092_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18564, - 51.43162 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -398241,46 +308321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.01, - "qmprice": 29.08, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162136421", - "info": { - "identifier": 162136421, - "sqm_ocr": 98.01, - "price": 2850.0, - "price_per_sqm": 29.078665442301805, - "url": "https://www.rightmove.co.uk/properties/162136421", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "Tudorvale Homes", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/286k/285149/162136421/285149_BA-TV03_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.12069, - 51.5607 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -398601,46 +308641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 155.33, - "qmprice": 15.77, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162138005", - "info": { - "identifier": 162138005, - "sqm_ocr": 155.33, - "price": 2450.0, - "price_per_sqm": 15.772870662460566, - "url": "https://www.rightmove.co.uk/properties/162138005", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "William Rose", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/203k/202865/162138005/202865_33796534_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.100477, - 51.580837 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -398761,86 +308761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.9, - "qmprice": 45.06, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/162138188", - "info": { - "identifier": 162138188, - "sqm_ocr": 69.9, - "price": 3150.0, - "price_per_sqm": 45.06437768240343, - "url": "https://www.rightmove.co.uk/properties/162138188", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253853/162138188/253853_1324324_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.099521, - 51.492916 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3597.0, - "url": "https://www.rightmove.co.uk/properties/162138323", - "info": { - "identifier": 162138323, - "sqm_ocr": null, - "price": 3597.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162138323", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162138323/213815_650297_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.114894, - 51.50546 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -398944,7 +308864,7 @@ var data = { "service_charge": null, "development": true, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Regent Letting and Property Management", @@ -399104,7 +309024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Living Space Estate Agents", @@ -399144,7 +309064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "SJW property management limited", @@ -399201,46 +309121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.03, - "qmprice": 35.31, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162139586", - "info": { - "identifier": 162139586, - "sqm_ocr": 92.03, - "price": 3250.0, - "price_per_sqm": 35.314571335434096, - "url": "https://www.rightmove.co.uk/properties/162139586", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Devenports", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/243k/242942/162139586/242942_DVN230158_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.367453, - 51.414085 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -399264,7 +309144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -399304,7 +309184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -399344,7 +309224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -399424,7 +309304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Pomp Properties", @@ -399521,86 +309401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.7, - "qmprice": 38.9, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162140042", - "info": { - "identifier": 162140042, - "sqm_ocr": 61.7, - "price": 2400.0, - "price_per_sqm": 38.897893030794165, - "url": "https://www.rightmove.co.uk/properties/162140042", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Orlando Reid", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/87k/86327/162140042/86327_33894777_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.135765, - 51.4617 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162140132", - "info": { - "identifier": 162140132, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162140132", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "L&Q", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102784/162140132/102784_12675462_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197788, - 51.44817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -399681,46 +309481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.2, - "qmprice": 22.13, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162140786", - "info": { - "identifier": 162140786, - "sqm_ocr": 106.2, - "price": 2350.0, - "price_per_sqm": 22.128060263653484, - "url": "https://www.rightmove.co.uk/properties/162140786", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68804/162140786/68804_P300960_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10087, - 51.45814 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -399761,126 +309521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162140882", - "info": { - "identifier": 162140882, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162140882", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Anthony Martin Estate Agents", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90758/162140882/90758_LET250028_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.164003, - 51.459717 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162140909", - "info": { - "identifier": 162140909, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162140909", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/131k/130954/162140909/130954_CWRAR2B1905_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07014, - 51.49301 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.7, - "qmprice": 24.28, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/162140960", - "info": { - "identifier": 162140960, - "sqm_ocr": 98.7, - "price": 2396.0, - "price_per_sqm": 24.275582573454912, - "url": "https://www.rightmove.co.uk/properties/162140960", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Wilfords London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260447/162140960/260447_WWH250147_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.134882, - 51.45553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -399921,86 +309561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162141020", - "info": { - "identifier": 162141020, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162141020", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Folio London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97670/162141020/97670_SHE210384_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.006625, - 51.535007 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.9, - "qmprice": 28.61, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162141122", - "info": { - "identifier": 162141122, - "sqm_ocr": 69.9, - "price": 2000.0, - "price_per_sqm": 28.612303290414875, - "url": "https://www.rightmove.co.uk/properties/162141122", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Brooks Estate Agents", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49201/162141122/49201_STR140030_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126963, - 51.43739 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -400081,46 +309641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162142184", - "info": { - "identifier": 162142184, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162142184", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "London Key", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/162k/161585/162142184/161585_LKL1000219_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.014591, - 51.47708 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -400281,46 +309801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162142790", - "info": { - "identifier": 162142790, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162142790", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Waterfronts", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48795/162142790/48795_29077684_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098285, - 51.38206 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -400441,46 +309921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.1, - "qmprice": 24.53, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162142937", - "info": { - "identifier": 162142937, - "sqm_ocr": 112.1, - "price": 2750.0, - "price_per_sqm": 24.531668153434435, - "url": "https://www.rightmove.co.uk/properties/162142937", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hello Neighbour", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221711/162142937/221711_3311_EAF_177772_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20804, - 51.404034 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -400601,46 +310041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162143135", - "info": { - "identifier": 162143135, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162143135", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Fraser & Co", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/267k/266348/162143135/266348_CDL230135_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2549, - 51.596466 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -400721,46 +310121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162143633", - "info": { - "identifier": 162143633, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162143633", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47640/162143633/47640_33895104_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.084857, - 51.53038 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -400881,46 +310241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3300.0, - "url": "https://www.rightmove.co.uk/properties/162143822", - "info": { - "identifier": 162143822, - "sqm_ocr": null, - "price": 3300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162143822", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Inner City Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/104k/103850/162143822/103850_navava_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06285, - 51.54672 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -401001,46 +310321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.09, - "qmprice": 36.44, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162144440", - "info": { - "identifier": 162144440, - "sqm_ocr": 74.09, - "price": 2700.0, - "price_per_sqm": 36.44216493453907, - "url": "https://www.rightmove.co.uk/properties/162144440", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162144440/208253_BSL250342_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24784, - 51.595272 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -401081,46 +310361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162145115", - "info": { - "identifier": 162145115, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162145115", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Lixing", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/255k/254453/162145115/254453_RX582812_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.072829, - 51.49128 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -401201,86 +310441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.08, - "qmprice": 50.65, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162145151", - "info": { - "identifier": 162145151, - "sqm_ocr": 71.08, - "price": 3600.0, - "price_per_sqm": 50.64715813168261, - "url": "https://www.rightmove.co.uk/properties/162145151", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "London Property Guru", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97850/162145151/97850_RX582781_IMG_15_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.146368, - 51.479122 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2903.0, - "url": "https://www.rightmove.co.uk/properties/162145154", - "info": { - "identifier": 162145154, - "sqm_ocr": null, - "price": 2903.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162145154", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162145154/213815_705228_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.010597, - 51.51966 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -401361,46 +310521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.5, - "qmprice": 40.68, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162145505", - "info": { - "identifier": 162145505, - "sqm_ocr": 88.5, - "price": 3600.0, - "price_per_sqm": 40.67796610169491, - "url": "https://www.rightmove.co.uk/properties/162145505", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/146k/145463/162145505/145463_WLS250149_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.187876, - 51.44274 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -401641,46 +310761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162146306", - "info": { - "identifier": 162146306, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162146306", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Knights Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82394/162146306/82394_DWR001400_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06973, - 51.58933 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -401761,46 +310841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 121.1, - "qmprice": 26.84, - "rooms": 4, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162146516", - "info": { - "identifier": 162146516, - "sqm_ocr": 121.1, - "price": 3250.0, - "price_per_sqm": 26.8373245251858, - "url": "https://www.rightmove.co.uk/properties/162146516", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67598/162146516/67598_P300899_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13611, - 51.32545 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -402121,46 +311161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162147371", - "info": { - "identifier": 162147371, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162147371", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162147371/96668_243157926032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.100474, - 51.52964 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -402201,46 +311201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162147455", - "info": { - "identifier": 162147455, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162147455", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162147455/96668_244553908042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.346688, - 51.593517 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -402281,46 +311241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 37.0, - "qmprice": 55.38, - "rooms": 3, - "total_price": 2049.0, - "url": "https://www.rightmove.co.uk/properties/162147605", - "info": { - "identifier": 162147605, - "sqm_ocr": 37.0, - "price": 2049.0, - "price_per_sqm": 55.37837837837838, - "url": "https://www.rightmove.co.uk/properties/162147605", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162147605/96668_222037109092024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.152583, - 51.54674 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -403081,46 +312001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.3, - "qmprice": 34.4, - "rooms": 2, - "total_price": 2384.0, - "url": "https://www.rightmove.co.uk/properties/162148217", - "info": { - "identifier": 162148217, - "sqm_ocr": 69.3, - "price": 2384.0, - "price_per_sqm": 34.4011544011544, - "url": "https://www.rightmove.co.uk/properties/162148217", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111056/162148217/111056_1326832_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.042764, - 51.51008 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -403161,46 +312041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162148280", - "info": { - "identifier": 162148280, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162148280", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162148280/96668_247772509052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.262838, - 51.39549 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -403281,86 +312121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162148403", - "info": { - "identifier": 162148403, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162148403", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162148403/96668_73680402032020_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.470065, - 51.546593 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3449.0, - "url": "https://www.rightmove.co.uk/properties/162148427", - "info": { - "identifier": 162148427, - "sqm_ocr": null, - "price": 3449.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162148427", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Homesforth Ltd", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280625/162148427/280625_HOMFR_001722_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.155276, - 51.54553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -403401,46 +312161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162148466", - "info": { - "identifier": 162148466, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162148466", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162148466/96668_246704029042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.29979, - 51.485275 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -403561,46 +312281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.0, - "qmprice": 26.32, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162148718", - "info": { - "identifier": 162148718, - "sqm_ocr": 76.0, - "price": 2000.0, - "price_per_sqm": 26.31578947368421, - "url": "https://www.rightmove.co.uk/properties/162148718", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162148718/96668_248871519052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.059944, - 51.431683 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -403841,46 +312521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.5, - "qmprice": 43.87, - "rooms": 3, - "total_price": 3970.0, - "url": "https://www.rightmove.co.uk/properties/162149228", - "info": { - "identifier": 162149228, - "sqm_ocr": 90.5, - "price": 3970.0, - "price_per_sqm": 43.86740331491713, - "url": "https://www.rightmove.co.uk/properties/162149228", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/162149228/277814_277814_p0195669_E-0407_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -404041,46 +312681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.1, - "qmprice": 46.07, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162149549", - "info": { - "identifier": 162149549, - "sqm_ocr": 52.1, - "price": 2400.0, - "price_per_sqm": 46.06525911708253, - "url": "https://www.rightmove.co.uk/properties/162149549", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140183/162149549/140183_CAL250290_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.185234, - 51.54053 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -404161,46 +312761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.59, - "qmprice": 38.18, - "rooms": 3, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/162149837", - "info": { - "identifier": 162149837, - "sqm_ocr": 91.59, - "price": 3497.0, - "price_per_sqm": 38.181024129271755, - "url": "https://www.rightmove.co.uk/properties/162149837", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39741/162149837/39741_33895465_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18792, - 51.528778 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -404801,206 +313361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162150380", - "info": { - "identifier": 162150380, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150380", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162150380/96668_244134904042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.074216, - 51.49937 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2426.0, - "url": "https://www.rightmove.co.uk/properties/162150431", - "info": { - "identifier": 162150431, - "sqm_ocr": null, - "price": 2426.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150431", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Clay Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277505/162150431/277505_f_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28321, - 51.55879 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162150440", - "info": { - "identifier": 162150440, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150440", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162150440/96668_229930819112024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.147218, - 51.467323 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162150521", - "info": { - "identifier": 162150521, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150521", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162150521/96668_248809718052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.126075, - 51.52757 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162150560", - "info": { - "identifier": 162150560, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150560", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162150560/96668_246148824042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.035735, - 51.438324 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405041,126 +313401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162150584", - "info": { - "identifier": 162150584, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150584", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162150584/96668_225376809102024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.000409, - 51.438766 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.0, - "qmprice": 17.83, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162150587", - "info": { - "identifier": 162150587, - "sqm_ocr": 129.0, - "price": 2300.0, - "price_per_sqm": 17.829457364341085, - "url": "https://www.rightmove.co.uk/properties/162150587", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34217/162150587/34217_OXL250102_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.441532, - 51.569843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162150608", - "info": { - "identifier": 162150608, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150608", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162150608/96668_248398214052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.128149, - 51.571716 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405201,46 +313441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162150677", - "info": { - "identifier": 162150677, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162150677", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57967/162150677/57967_KBS250882_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.050388, - 51.468624 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405344,7 +313544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Robertson Smith & Kempson", @@ -405361,46 +313561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162151157", - "info": { - "identifier": 162151157, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162151157", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162151157/270461_JAX250487_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.029334, - 51.499992 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405481,46 +313641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162151529", - "info": { - "identifier": 162151529, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162151529", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162151529/96668_248849619052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22267, - 51.549988 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405601,46 +313721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162151769", - "info": { - "identifier": 162151769, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162151769", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162151769/252785_33895717_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.176115, - 51.530186 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405721,86 +313801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162152669", - "info": { - "identifier": 162152669, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162152669", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162152669/270461_JAX250492_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.377434, - 51.504986 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.0, - "qmprice": 39.56, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162152690", - "info": { - "identifier": 162152690, - "sqm_ocr": 91.0, - "price": 3600.0, - "price_per_sqm": 39.56043956043956, - "url": "https://www.rightmove.co.uk/properties/162152690", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162152690/270461_JAX250493_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068802, - 51.514584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -405881,46 +313881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162153008", - "info": { - "identifier": 162153008, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153008", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162153008/252785_33895768_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.277861, - 51.56167 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -406001,46 +313961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/162153140", - "info": { - "identifier": 162153140, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153140", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "More Homes Group", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289757/162153140/289757_1008_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04155, - 51.49538 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -406281,126 +314201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.4, - "qmprice": 38.27, - "rooms": 2, - "total_price": 2120.0, - "url": "https://www.rightmove.co.uk/properties/162153251", - "info": { - "identifier": 162153251, - "sqm_ocr": 55.4, - "price": 2120.0, - "price_per_sqm": 38.26714801444044, - "url": "https://www.rightmove.co.uk/properties/162153251", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162153251/96668_248925519052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.065754, - 51.552208 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/162153299", - "info": { - "identifier": 162153299, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153299", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Benham & Reeves - White City", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260429/162153299/260429_wclwafpwl1905157_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22387, - 51.51099 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.8, - "qmprice": 39.25, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162153308", - "info": { - "identifier": 162153308, - "sqm_ocr": 82.8, - "price": 3250.0, - "price_per_sqm": 39.251207729468604, - "url": "https://www.rightmove.co.uk/properties/162153308", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hurford Salvi Carr", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111509/162153308/111509_ISL210027_L_IMG_14_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.093899, - 51.53071 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -406441,126 +314241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162153491", - "info": { - "identifier": 162153491, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153491", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162153491/270461_JAX250505_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068802, - 51.514584 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 36.46, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/162153569", - "info": { - "identifier": 162153569, - "sqm_ocr": 63.0, - "price": 2297.0, - "price_per_sqm": 36.46031746031746, - "url": "https://www.rightmove.co.uk/properties/162153569", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33140/162153569/33140_HAM080275_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.219255, - 51.50154 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3450.0, - "url": "https://www.rightmove.co.uk/properties/162153602", - "info": { - "identifier": 162153602, - "sqm_ocr": null, - "price": 3450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153602", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162153602/270461_JAX250508_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068802, - 51.514584 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -406601,46 +314281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162153635", - "info": { - "identifier": 162153635, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153635", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162153635/96668_248797218052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.190908, - 51.371418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -406681,46 +314321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162153734", - "info": { - "identifier": 162153734, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162153734", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162153734/270461_JAX250510_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.028474, - 51.499847 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -406881,46 +314481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2548.0, - "url": "https://www.rightmove.co.uk/properties/162160640", - "info": { - "identifier": 162160640, - "sqm_ocr": null, - "price": 2548.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162160640", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Global House Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74713/162160640/74713_REFZTWtNT2ZraHNPb1JNcythdENpZz09_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.027008, - 51.502457 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -407041,86 +314601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.4, - "qmprice": 32.87, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162161333", - "info": { - "identifier": 162161333, - "sqm_ocr": 65.4, - "price": 2150.0, - "price_per_sqm": 32.87461773700306, - "url": "https://www.rightmove.co.uk/properties/162161333", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52617/162161333/52617_LVL140020_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.200819, - 51.524693 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3163.0, - "url": "https://www.rightmove.co.uk/properties/162161342", - "info": { - "identifier": 162161342, - "sqm_ocr": null, - "price": 3163.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162161342", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/162161342/253604_76X2005_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00769, - 51.54196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -407201,46 +314681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3241.0, - "url": "https://www.rightmove.co.uk/properties/162161759", - "info": { - "identifier": 162161759, - "sqm_ocr": null, - "price": 3241.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162161759", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/162161759/253604_138X2005_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00769, - 51.54196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -407361,166 +314801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/162162365", - "info": { - "identifier": 162162365, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162162365", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162162365/96668_126723925112021_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118101, - 51.559467 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.2, - "qmprice": 42.39, - "rooms": 4, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162162434", - "info": { - "identifier": 162162434, - "sqm_ocr": 80.2, - "price": 3400.0, - "price_per_sqm": 42.394014962593516, - "url": "https://www.rightmove.co.uk/properties/162162434", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Rampton Baseley", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89369/162162434/89369_PGL050011_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.119776, - 51.457535 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.6, - "qmprice": 36.55, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162162680", - "info": { - "identifier": 162162680, - "sqm_ocr": 76.6, - "price": 2800.0, - "price_per_sqm": 36.55352480417755, - "url": "https://www.rightmove.co.uk/properties/162162680", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162162680/156986_MHB10003_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02056, - 51.5458 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 26.44, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162163241", - "info": { - "identifier": 162163241, - "sqm_ocr": 87.0, - "price": 2300.0, - "price_per_sqm": 26.436781609195403, - "url": "https://www.rightmove.co.uk/properties/162163241", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Helliwell & Co", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/244k/243986/162163241/243986_33895395_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.299734, - 51.51325 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -407801,46 +315081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.9, - "qmprice": 39.23, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162164342", - "info": { - "identifier": 162164342, - "sqm_ocr": 59.9, - "price": 2350.0, - "price_per_sqm": 39.23205342237062, - "url": "https://www.rightmove.co.uk/properties/162164342", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "James Anderson", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85685/162164342/85685_32637336_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.259697, - 51.4683 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -407921,46 +315161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 154.5, - "qmprice": 24.27, - "rooms": 4, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162165065", - "info": { - "identifier": 162165065, - "sqm_ocr": 154.5, - "price": 3750.0, - "price_per_sqm": 24.271844660194176, - "url": "https://www.rightmove.co.uk/properties/162165065", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80281/162165065/80281_1327027_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.039408, - 51.53208 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -408024,7 +315224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Balgores", @@ -408361,86 +315561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2560.0, - "url": "https://www.rightmove.co.uk/properties/162166214", - "info": { - "identifier": 162166214, - "sqm_ocr": null, - "price": 2560.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162166214", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162166214/89149_EAST-B25-2005-OPEN_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00992, - 51.51258 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.0, - "qmprice": 48.75, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/162166298", - "info": { - "identifier": 162166298, - "sqm_ocr": 52.0, - "price": 2535.0, - "price_per_sqm": 48.75, - "url": "https://www.rightmove.co.uk/properties/162166298", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162166298/89149_EAST-A38-2005_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -408521,86 +315641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.8, - "qmprice": 53.93, - "rooms": 2, - "total_price": 2578.0, - "url": "https://www.rightmove.co.uk/properties/162167495", - "info": { - "identifier": 162167495, - "sqm_ocr": 47.8, - "price": 2578.0, - "price_per_sqm": 53.93305439330544, - "url": "https://www.rightmove.co.uk/properties/162167495", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "GMS", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90902/162167495/90902_462_GMSE_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120345, - 51.516182 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3298.0, - "url": "https://www.rightmove.co.uk/properties/162167540", - "info": { - "identifier": 162167540, - "sqm_ocr": null, - "price": 3298.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162167540", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank Lettings (ILM)", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33966/162167540/33966_WLQ012564584_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.225992, - 51.51562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -408784,7 +315824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Balgores", @@ -408881,46 +315921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.8, - "qmprice": 31.09, - "rooms": 2, - "total_price": 3445.0, - "url": "https://www.rightmove.co.uk/properties/162168542", - "info": { - "identifier": 162168542, - "sqm_ocr": 110.8, - "price": 3445.0, - "price_per_sqm": 31.092057761732853, - "url": "https://www.rightmove.co.uk/properties/162168542", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "ADN Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283532/162168542/283532_33896332_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.144234, - 51.59196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -408961,86 +315961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.7, - "qmprice": 34.5, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162168704", - "info": { - "identifier": 162168704, - "sqm_ocr": 79.7, - "price": 2750.0, - "price_per_sqm": 34.50439146800502, - "url": "https://www.rightmove.co.uk/properties/162168704", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238841/162168704/238841_P301002_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22083, - 51.57143 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.8, - "qmprice": 37.28, - "rooms": 3, - "total_price": 3795.0, - "url": "https://www.rightmove.co.uk/properties/162168713", - "info": { - "identifier": 162168713, - "sqm_ocr": 101.8, - "price": 3795.0, - "price_per_sqm": 37.278978388998034, - "url": "https://www.rightmove.co.uk/properties/162168713", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238841/162168713/238841_P301003_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22083, - 51.57143 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -409281,46 +316201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3683.0, - "url": "https://www.rightmove.co.uk/properties/162169796", - "info": { - "identifier": 162169796, - "sqm_ocr": null, - "price": 3683.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162169796", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Tyers Yan Management", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262028/162169796/262028_189_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143455, - 51.52127 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -409441,46 +316321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 100.3, - "qmprice": 32.4, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162169976", - "info": { - "identifier": 162169976, - "sqm_ocr": 100.3, - "price": 3250.0, - "price_per_sqm": 32.40279162512463, - "url": "https://www.rightmove.co.uk/properties/162169976", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chancellors", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/31k/30575/162169976/30575_05313695_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.296523, - 51.462803 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -409641,46 +316481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 124.6, - "qmprice": 22.07, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162170657", - "info": { - "identifier": 162170657, - "sqm_ocr": 124.6, - "price": 2750.0, - "price_per_sqm": 22.070626003210275, - "url": "https://www.rightmove.co.uk/properties/162170657", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43754/162170657/43754_P300362_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14538, - 51.46442 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -409721,126 +316521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 97.36, - "qmprice": 35.43, - "rooms": 2, - "total_price": 3449.0, - "url": "https://www.rightmove.co.uk/properties/162170939", - "info": { - "identifier": 162170939, - "sqm_ocr": 97.36, - "price": 3449.0, - "price_per_sqm": 35.425225965488906, - "url": "https://www.rightmove.co.uk/properties/162170939", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "BPS London", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95999/162170939/95999_7788806_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.116034, - 51.53997 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.2, - "qmprice": 33.74, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162170951", - "info": { - "identifier": 162170951, - "sqm_ocr": 65.2, - "price": 2200.0, - "price_per_sqm": 33.74233128834356, - "url": "https://www.rightmove.co.uk/properties/162170951", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/162170951/32793_23923_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18207, - 51.54467 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.7, - "qmprice": 34.29, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162171101", - "info": { - "identifier": 162171101, - "sqm_ocr": 62.7, - "price": 2150.0, - "price_per_sqm": 34.2902711323764, - "url": "https://www.rightmove.co.uk/properties/162171101", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57991/162171101/57991_KEJ190131_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.166906, - 51.4242 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -409881,46 +316561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.3, - "qmprice": 47.89, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162171263", - "info": { - "identifier": 162171263, - "sqm_ocr": 78.3, - "price": 3750.0, - "price_per_sqm": 47.89272030651341, - "url": "https://www.rightmove.co.uk/properties/162171263", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/17k/16050/162171263/16050_1325325_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.080751, - 51.529922 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -409961,46 +316601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.3, - "qmprice": 26.05, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162171560", - "info": { - "identifier": 162171560, - "sqm_ocr": 88.3, - "price": 2300.0, - "price_per_sqm": 26.047565118912797, - "url": "https://www.rightmove.co.uk/properties/162171560", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249770/162171560/249770_33896525_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.246855, - 51.611954 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -410161,86 +316761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.97, - "qmprice": 36.79, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162171794", - "info": { - "identifier": 162171794, - "sqm_ocr": 86.97, - "price": 3200.0, - "price_per_sqm": 36.79429688398298, - "url": "https://www.rightmove.co.uk/properties/162171794", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Whitman & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67487/162171794/67487_33896539_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.25675, - 51.49115 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3098.0, - "url": "https://www.rightmove.co.uk/properties/162172097", - "info": { - "identifier": 162172097, - "sqm_ocr": null, - "price": 3098.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162172097", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162172097/213815_592381_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.011895, - 51.524326 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -410281,86 +316801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3012.0, - "url": "https://www.rightmove.co.uk/properties/162172280", - "info": { - "identifier": 162172280, - "sqm_ocr": null, - "price": 3012.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162172280", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162172280/213815_241577_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.01439, - 51.52352 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.6, - "qmprice": 37.33, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162172319", - "info": { - "identifier": 162172319, - "sqm_ocr": 57.6, - "price": 2150.0, - "price_per_sqm": 37.326388888888886, - "url": "https://www.rightmove.co.uk/properties/162172319", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57991/162172319/57991_KEJ240094_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.159656, - 51.42203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -410441,86 +316881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.4, - "qmprice": 36.82, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162172952", - "info": { - "identifier": 162172952, - "sqm_ocr": 58.4, - "price": 2150.0, - "price_per_sqm": 36.81506849315068, - "url": "https://www.rightmove.co.uk/properties/162172952", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Bramtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51428/162172952/51428_BRA111GRA_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191263, - 51.45315 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.6, - "qmprice": 50.27, - "rooms": 2, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/162173309", - "info": { - "identifier": 162173309, - "sqm_ocr": 73.6, - "price": 3700.0, - "price_per_sqm": 50.27173913043479, - "url": "https://www.rightmove.co.uk/properties/162173309", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knightsbridge Land", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/227k/226406/162173309/226406_RL0172_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.185083, - 51.475754 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -410561,46 +316921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.82, - "qmprice": 43.31, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162173909", - "info": { - "identifier": 162173909, - "sqm_ocr": 80.82, - "price": 3500.0, - "price_per_sqm": 43.30611234842861, - "url": "https://www.rightmove.co.uk/properties/162173909", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96392/162173909/96392_SVL200025_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.172662, - 51.540756 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -410761,86 +317081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 102.28, - "qmprice": 36.66, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162174470", - "info": { - "identifier": 162174470, - "sqm_ocr": 102.28, - "price": 3750.0, - "price_per_sqm": 36.66405944466171, - "url": "https://www.rightmove.co.uk/properties/162174470", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/48k/47640/162174470/47640_33896687_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.082501, - 51.53098 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/162174755", - "info": { - "identifier": 162174755, - "sqm_ocr": null, - "price": 3467.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162174755", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49784/162174755/49784_37558_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08603, - 51.4962 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411001,46 +317241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162175352", - "info": { - "identifier": 162175352, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162175352", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162175352/238769_4c130d9d-ae53-4970-a535-4873c1c7e326_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09018, - 51.48647 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411081,46 +317281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.5, - "qmprice": 29.63, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162175448", - "info": { - "identifier": 162175448, - "sqm_ocr": 67.5, - "price": 2000.0, - "price_per_sqm": 29.62962962962963, - "url": "https://www.rightmove.co.uk/properties/162175448", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/162175448/87187_65951_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.281676, - 51.406143 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411201,86 +317361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 94.1, - "qmprice": 28.69, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162175604", - "info": { - "identifier": 162175604, - "sqm_ocr": 94.1, - "price": 2700.0, - "price_per_sqm": 28.69287991498406, - "url": "https://www.rightmove.co.uk/properties/162175604", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Masterclass Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289961/162175604/289961_MitchamRoad_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.05061, - 51.52636 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.3, - "qmprice": 23.18, - "rooms": 4, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162175697", - "info": { - "identifier": 162175697, - "sqm_ocr": 114.3, - "price": 2650.0, - "price_per_sqm": 23.184601924759406, - "url": "https://www.rightmove.co.uk/properties/162175697", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Streets Ahead", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181634/162175697/181634_SNW250097_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09302, - 51.38877 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411401,86 +317481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2318.0, - "url": "https://www.rightmove.co.uk/properties/162176246", - "info": { - "identifier": 162176246, - "sqm_ocr": null, - "price": 2318.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162176246", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49784/162176246/49784_31276_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09407, - 51.49504 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162176255", - "info": { - "identifier": 162176255, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162176255", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Connells Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95882/162176255/95882_P2440G4405_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35336, - 51.5695 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411601,46 +317601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.0, - "qmprice": 35.27, - "rooms": 4, - "total_price": 3950.0, - "url": "https://www.rightmove.co.uk/properties/162176651", - "info": { - "identifier": 162176651, - "sqm_ocr": 112.0, - "price": 3950.0, - "price_per_sqm": 35.267857142857146, - "url": "https://www.rightmove.co.uk/properties/162176651", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Mervyn Smith", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3710/162176651/3710_3d362a61-ad0e-4c49-a912-03f87d989549_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.31495, - 51.43983 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411761,126 +317721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162177014", - "info": { - "identifier": 162177014, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162177014", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Regent Letting and Property Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87187/162177014/87187_53446_IMG_00_0000_max_656x437.png", - "let_date_available": "16/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.147061, - 51.479225 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.0, - "qmprice": 43.28, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162177269", - "info": { - "identifier": 162177269, - "sqm_ocr": 67.0, - "price": 2900.0, - "price_per_sqm": 43.28358208955224, - "url": "https://www.rightmove.co.uk/properties/162177269", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54922/162177269/54922_NEL170099_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125517, - 51.486042 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.0, - "qmprice": 49.17, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/162177296", - "info": { - "identifier": 162177296, - "sqm_ocr": 60.0, - "price": 2950.0, - "price_per_sqm": 49.166666666666664, - "url": "https://www.rightmove.co.uk/properties/162177296", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15981/162177296/15981_1325924_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14587, - 51.45175 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -411921,46 +317761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162177443", - "info": { - "identifier": 162177443, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162177443", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Squires Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46983/162177443/46983_33896843_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.235418, - 51.60274 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -412041,46 +317841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3649.0, - "url": "https://www.rightmove.co.uk/properties/162177527", - "info": { - "identifier": 162177527, - "sqm_ocr": null, - "price": 3649.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162177527", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/162177527/181787_181787_1078_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.10999, - 51.49866 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -412241,126 +318001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162178148", - "info": { - "identifier": 162178148, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162178148", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162178148/238769_639bb507-d245-4180-b5ee-d740cf827905_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09147, - 51.48667 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3012.0, - "url": "https://www.rightmove.co.uk/properties/162178199", - "info": { - "identifier": 162178199, - "sqm_ocr": null, - "price": 3012.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162178199", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162178199/213815_662600_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.018105, - 51.498245 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3575.0, - "url": "https://www.rightmove.co.uk/properties/162178301", - "info": { - "identifier": 162178301, - "sqm_ocr": null, - "price": 3575.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162178301", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Mark Tunstall Property", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/113k/112744/162178301/112744_33896894_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.138847, - 51.480488 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -412441,86 +318081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162178613", - "info": { - "identifier": 162178613, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162178613", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162178613/238769_c0ddfd2a-1f78-479f-86b3-68435568408d_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08897, - 51.4878 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.6, - "qmprice": 39.83, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162178811", - "info": { - "identifier": 162178811, - "sqm_ocr": 81.6, - "price": 3250.0, - "price_per_sqm": 39.82843137254902, - "url": "https://www.rightmove.co.uk/properties/162178811", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3719/162178811/3719_PGL240028_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211623, - 51.476776 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -412561,86 +318121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162179078", - "info": { - "identifier": 162179078, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162179078", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162179078/96668_196979729012024_IMG_10_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.217937, - 51.414 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162179105", - "info": { - "identifier": 162179105, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162179105", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43310/162179105/43310_CWL250215_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.037913, - 51.500446 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -412761,46 +318241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.0, - "qmprice": 49.38, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162179333", - "info": { - "identifier": 162179333, - "sqm_ocr": 81.0, - "price": 4000.0, - "price_per_sqm": 49.382716049382715, - "url": "https://www.rightmove.co.uk/properties/162179333", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Nova Haus London", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240566/162179333/240566_NOV250074_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096858, - 51.529858 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -413121,46 +318561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3237.0, - "url": "https://www.rightmove.co.uk/properties/162179801", - "info": { - "identifier": 162179801, - "sqm_ocr": null, - "price": 3237.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162179801", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/279k/278564/162179801/278564_278564_p0193212_D-1002_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09549, - 51.4941 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -413281,46 +318681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.0, - "qmprice": 34.43, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162180443", - "info": { - "identifier": 162180443, - "sqm_ocr": 61.0, - "price": 2100.0, - "price_per_sqm": 34.42622950819672, - "url": "https://www.rightmove.co.uk/properties/162180443", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Mays Management", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/230k/229781/162180443/229781_33847599_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07756, - 51.531464 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -413441,46 +318801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 39.74, - "rooms": 3, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/162180599", - "info": { - "identifier": 162180599, - "sqm_ocr": 88.0, - "price": 3497.0, - "price_per_sqm": 39.73863636363637, - "url": "https://www.rightmove.co.uk/properties/162180599", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/41k/40512/162180599/40512_33897014_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.093917, - 51.50019 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -413601,46 +318921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2795.0, - "url": "https://www.rightmove.co.uk/properties/162181532", - "info": { - "identifier": 162181532, - "sqm_ocr": null, - "price": 2795.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162181532", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Statuum", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237224/162181532/237224_764_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.056528, - 51.5395 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -413681,86 +318961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2968.0, - "url": "https://www.rightmove.co.uk/properties/162181691", - "info": { - "identifier": 162181691, - "sqm_ocr": null, - "price": 2968.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162181691", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "A", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162181691/213815_326556_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05561, - 51.511234 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2947.0, - "url": "https://www.rightmove.co.uk/properties/162181742", - "info": { - "identifier": 162181742, - "sqm_ocr": null, - "price": 2947.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162181742", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162181742/213815_277515_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.06221, - 51.51083 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -414041,46 +319241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 118.0, - "qmprice": 29.92, - "rooms": 2, - "total_price": 3531.0, - "url": "https://www.rightmove.co.uk/properties/162182435", - "info": { - "identifier": 162182435, - "sqm_ocr": 118.0, - "price": 3531.0, - "price_per_sqm": 29.923728813559322, - "url": "https://www.rightmove.co.uk/properties/162182435", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Drivers & Norris", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54616/162182435/54616_DAN190518_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094207, - 51.528564 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -414121,206 +319281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/162182561", - "info": { - "identifier": 162182561, - "sqm_ocr": null, - "price": 2990.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162182561", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162182561/213815_594327_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.044017, - 51.514088 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.1, - "qmprice": 41.62, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162182621", - "info": { - "identifier": 162182621, - "sqm_ocr": 96.1, - "price": 4000.0, - "price_per_sqm": 41.62330905306972, - "url": "https://www.rightmove.co.uk/properties/162182621", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48695/162182621/48695_33897128_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.174243, - 51.532444 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3510.0, - "url": "https://www.rightmove.co.uk/properties/162182765", - "info": { - "identifier": 162182765, - "sqm_ocr": null, - "price": 3510.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162182765", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162182765/213815_573753_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.114738, - 51.5052 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3510.0, - "url": "https://www.rightmove.co.uk/properties/162183062", - "info": { - "identifier": 162183062, - "sqm_ocr": null, - "price": 3510.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162183062", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162183062/213815_533200_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.118472, - 51.501404 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.2, - "qmprice": 28.33, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162183146", - "info": { - "identifier": 162183146, - "sqm_ocr": 81.2, - "price": 2300.0, - "price_per_sqm": 28.32512315270936, - "url": "https://www.rightmove.co.uk/properties/162183146", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Petty Son & Prestwich Ltd", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70202/162183146/70202_33897137_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.027186, - 51.581142 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -414481,46 +319441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162183989", - "info": { - "identifier": 162183989, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162183989", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162183989/96668_247942610052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.008286, - 51.42908 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -414681,46 +319601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2990.0, - "url": "https://www.rightmove.co.uk/properties/162184397", - "info": { - "identifier": 162184397, - "sqm_ocr": null, - "price": 2990.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162184397", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162184397/213815_678412_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.015939, - 51.499405 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -414961,46 +319841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162185471", - "info": { - "identifier": 162185471, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162185471", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162185471/156986_NOZ2_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1025, - 51.46418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -415241,46 +320081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162186014", - "info": { - "identifier": 162186014, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162186014", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Quilliam", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14362/162186014/14362_33860064_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.306383, - 51.4805 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -415441,126 +320241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162186782", - "info": { - "identifier": 162186782, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162186782", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greenwich Peninsula", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/175k/174452/162186782/174452_1435_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01228, - 51.49753 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.0, - "qmprice": 25.85, - "rooms": 2, - "total_price": 2947.0, - "url": "https://www.rightmove.co.uk/properties/162186836", - "info": { - "identifier": 162186836, - "sqm_ocr": 114.0, - "price": 2947.0, - "price_per_sqm": 25.850877192982455, - "url": "https://www.rightmove.co.uk/properties/162186836", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Borthwicks", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52337/162186836/52337_BOR1001356_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.271429, - 51.492947 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.83, - "qmprice": 42.99, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162187001", - "info": { - "identifier": 162187001, - "sqm_ocr": 55.83, - "price": 2400.0, - "price_per_sqm": 42.98764105319721, - "url": "https://www.rightmove.co.uk/properties/162187001", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Parkheath", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72716/162187001/72716_33894634_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.182072, - 51.54345 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -415681,126 +320361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.2, - "qmprice": 45.02, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162187784", - "info": { - "identifier": 162187784, - "sqm_ocr": 62.2, - "price": 2800.0, - "price_per_sqm": 45.01607717041801, - "url": "https://www.rightmove.co.uk/properties/162187784", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Alex Crown Lettings & Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102122/162187784/102122_6979_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11848, - 51.55131 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.0, - "qmprice": 37.5, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162187961", - "info": { - "identifier": 162187961, - "sqm_ocr": 64.0, - "price": 2400.0, - "price_per_sqm": 37.5, - "url": "https://www.rightmove.co.uk/properties/162187961", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Gibson Lane", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22316/162187961/22316_31462971_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.308331, - 51.394657 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162187973", - "info": { - "identifier": 162187973, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162187973", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Masterclass Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289961/162187973/289961_WoodvilleRoad_IMG_06_0000_max_656x437.png", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01525, - 51.56807 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -416001,86 +320561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162188498", - "info": { - "identifier": 162188498, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162188498", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Maxwell Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81507/162188498/81507_33897271_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.273434, - 51.59994 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162188543", - "info": { - "identifier": 162188543, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162188543", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Priory LM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33060/162188543/33060_101524004344_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34327, - 51.45417 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -416121,46 +320601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.0, - "qmprice": 37.74, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162189239", - "info": { - "identifier": 162189239, - "sqm_ocr": 106.0, - "price": 4000.0, - "price_per_sqm": 37.735849056603776, - "url": "https://www.rightmove.co.uk/properties/162189239", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210116/162189239/210116_P300568_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18058, - 51.54204 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -416321,86 +320761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.8, - "qmprice": 42.15, - "rooms": 2, - "total_price": 2015.0, - "url": "https://www.rightmove.co.uk/properties/162190433", - "info": { - "identifier": 162190433, - "sqm_ocr": 47.8, - "price": 2015.0, - "price_per_sqm": 42.15481171548117, - "url": "https://www.rightmove.co.uk/properties/162190433", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Abacus Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26267/162190433/26267_ABAC_004335_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.193961, - 51.545918 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.35, - "qmprice": 36.6, - "rooms": 2, - "total_price": 2575.0, - "url": "https://www.rightmove.co.uk/properties/162190460", - "info": { - "identifier": 162190460, - "sqm_ocr": 70.35, - "price": 2575.0, - "price_per_sqm": 36.60270078180526, - "url": "https://www.rightmove.co.uk/properties/162190460", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48101/162190460/48101_1326126_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.024354, - 51.51494 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -416481,206 +320841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.79, - "qmprice": 39.83, - "rooms": 3, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/162191090", - "info": { - "identifier": 162191090, - "sqm_ocr": 87.79, - "price": 3497.0, - "price_per_sqm": 39.83369404260166, - "url": "https://www.rightmove.co.uk/properties/162191090", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Goldschmidt & Howland", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73968/162191090/73968_2713812_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19703, - 51.57836 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162191219", - "info": { - "identifier": 162191219, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162191219", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82720/162191219/82720_KDU240198_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0759, - 51.495064 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.1, - "qmprice": 40.83, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162191327", - "info": { - "identifier": 162191327, - "sqm_ocr": 55.1, - "price": 2250.0, - "price_per_sqm": 40.83484573502722, - "url": "https://www.rightmove.co.uk/properties/162191327", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107905/162191327/107905_GWL110038_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.012934, - 51.4965 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162191807", - "info": { - "identifier": 162191807, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162191807", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Freehold", - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "More Homes Group", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289757/162191807/289757_1011_IMG_21_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20363, - 51.48053 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.63, - "qmprice": 40.23, - "rooms": 2, - "total_price": 2882.0, - "url": "https://www.rightmove.co.uk/properties/162191873", - "info": { - "identifier": 162191873, - "sqm_ocr": 71.63, - "price": 2882.0, - "price_per_sqm": 40.23453860114478, - "url": "https://www.rightmove.co.uk/properties/162191873", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Rose & Co Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83711/162191873/83711_5870626_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.182999, - 51.544132 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -417081,46 +321241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.3, - "qmprice": 38.7, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162193256", - "info": { - "identifier": 162193256, - "sqm_ocr": 63.3, - "price": 2450.0, - "price_per_sqm": 38.70458135860979, - "url": "https://www.rightmove.co.uk/properties/162193256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Coopers", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83027/162193256/83027_33897595_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.134035, - 51.49236 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -417201,46 +321321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.0, - "qmprice": 37.12, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162193487", - "info": { - "identifier": 162193487, - "sqm_ocr": 66.0, - "price": 2450.0, - "price_per_sqm": 37.121212121212125, - "url": "https://www.rightmove.co.uk/properties/162193487", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "SECOMBE Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/273k/272036/162193487/272036_33895596_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10638, - 51.43066 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -417281,86 +321361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.1, - "qmprice": 35.1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162193955", - "info": { - "identifier": 162193955, - "sqm_ocr": 64.1, - "price": 2250.0, - "price_per_sqm": 35.10140405616225, - "url": "https://www.rightmove.co.uk/properties/162193955", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/13k/12694/162193955/12694_STM220101_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.127404, - 51.406235 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.0, - "qmprice": 40.83, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/162194060", - "info": { - "identifier": 162194060, - "sqm_ocr": 69.0, - "price": 2817.0, - "price_per_sqm": 40.82608695652174, - "url": "https://www.rightmove.co.uk/properties/162194060", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49012/162194060/49012_ISL150027_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095632, - 51.540234 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -417401,46 +321401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162194135", - "info": { - "identifier": 162194135, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162194135", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Urban Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/42k/41919/162194135/41919_33897645_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.151702, - 51.46207 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -417801,46 +321761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 38.0, - "qmprice": 85.53, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162195527", - "info": { - "identifier": 162195527, - "sqm_ocr": 38.0, - "price": 3250.0, - "price_per_sqm": 85.52631578947368, - "url": "https://www.rightmove.co.uk/properties/162195527", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Landstones", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221669/162195527/221669_RL0804SS_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.179139, - 51.486023 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -417881,46 +321801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2668.0, - "url": "https://www.rightmove.co.uk/properties/162195614", - "info": { - "identifier": 162195614, - "sqm_ocr": null, - "price": 2668.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162195614", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162195614/259979_EVER-YjNmMzE5N2YtN2RhNC00NTAyLWIyYzEtZjQ3Yzg2ZTA5MTk0LTQ=_IMG_00_0000_max_656x437.png", - "let_date_available": "24/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -418081,86 +321961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2515.0, - "url": "https://www.rightmove.co.uk/properties/162195989", - "info": { - "identifier": 162195989, - "sqm_ocr": null, - "price": 2515.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162195989", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Grainger", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262865/162195989/262865_a1G8d000002QBOMEA4_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00996, - 51.51357 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3798.0, - "url": "https://www.rightmove.co.uk/properties/162196046", - "info": { - "identifier": 162196046, - "sqm_ocr": null, - "price": 3798.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162196046", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162196046/259979_EVER-ZjVjODA0MWItYzU2Mi00MWZkLTg4NDMtNjA2ODgzMDE2NzcyLTQ=_IMG_00_0000_max_656x437.png", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -418401,46 +322201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3077.0, - "url": "https://www.rightmove.co.uk/properties/162196406", - "info": { - "identifier": 162196406, - "sqm_ocr": null, - "price": 3077.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162196406", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162196406/259979_EVER-2599792y10GEqPCTamN2Grlp8Y5e3oe3MWeLcGok0WEpyPKcLyvjrHosqk7Ii_IMG_00_0000_max_656x437.png", - "let_date_available": "22/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -418481,46 +322241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2165.0, - "url": "https://www.rightmove.co.uk/properties/162196682", - "info": { - "identifier": 162196682, - "sqm_ocr": null, - "price": 2165.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162196682", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "One Eighty, Stratford", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/263k/262661/162196682/262661_346_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00579, - 51.5356 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -418561,86 +322281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3034.0, - "url": "https://www.rightmove.co.uk/properties/162196928", - "info": { - "identifier": 162196928, - "sqm_ocr": null, - "price": 3034.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162196928", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162196928/259979_EVER-2599792y10AQSEP5bj6t7AGdM6VogWWOwEgucBZpJ5D4inkneQIGN4srfIGFrJC_IMG_00_0000_max_656x437.png", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162197516", - "info": { - "identifier": 162197516, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162197516", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/98k/97178/162197516/97178_0613_HRT061301258_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.076327, - 51.43816 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -418801,46 +322441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162198206", - "info": { - "identifier": 162198206, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162198206", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Masterclass Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/290k/289961/162198206/289961_17JedburghRoadE139LQ_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.03278, - 51.52748 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -419081,86 +322681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.3, - "qmprice": 36.08, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162198941", - "info": { - "identifier": 162198941, - "sqm_ocr": 69.3, - "price": 2500.0, - "price_per_sqm": 36.075036075036074, - "url": "https://www.rightmove.co.uk/properties/162198941", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/69k/68507/162198941/68507_VPR190079_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.051506, - 51.54552 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162199244", - "info": { - "identifier": 162199244, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162199244", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Quest Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/36k/35843/162199244/35843_BriDP_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08648, - 51.53362 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -419201,46 +322721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.6, - "qmprice": 33.51, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162199454", - "info": { - "identifier": 162199454, - "sqm_ocr": 74.6, - "price": 2500.0, - "price_per_sqm": 33.512064343163544, - "url": "https://www.rightmove.co.uk/properties/162199454", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98852/162199454/98852_KEL240067_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.188437, - 51.546043 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -419304,7 +322784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Chestertons", @@ -419321,46 +322801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 93.0, - "qmprice": 21.51, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162199943", - "info": { - "identifier": 162199943, - "sqm_ocr": 93.0, - "price": 2000.0, - "price_per_sqm": 21.50537634408602, - "url": "https://www.rightmove.co.uk/properties/162199943", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Centro Residential Sales and Lettings Limited", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/11k/10393/162199943/10393_33897993_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.244895, - 51.39726 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -419601,46 +323041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.0, - "qmprice": 44.44, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162200927", - "info": { - "identifier": 162200927, - "sqm_ocr": 63.0, - "price": 2800.0, - "price_per_sqm": 44.44444444444444, - "url": "https://www.rightmove.co.uk/properties/162200927", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Thames Lettings Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96122/162200927/96122_529_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07578, - 51.52059 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -419864,7 +323264,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Kinleigh Folkard & Hayward - Lettings", @@ -419984,7 +323384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Jacksons Estate Agents", @@ -420064,7 +323464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "iMove Property", @@ -420121,46 +323521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162203402", - "info": { - "identifier": 162203402, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162203402", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57991/162203402/57991_KEJ230155_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.167685, - 51.413723 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -420264,7 +323624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Sandra Davidson Estate Agents", @@ -420344,7 +323704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Goldschmidt & Howland", @@ -420361,46 +323721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.3, - "qmprice": 48.32, - "rooms": 2, - "total_price": 2817.0, - "url": "https://www.rightmove.co.uk/properties/162203612", - "info": { - "identifier": 162203612, - "sqm_ocr": 58.3, - "price": 2817.0, - "price_per_sqm": 48.319039451114925, - "url": "https://www.rightmove.co.uk/properties/162203612", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71140/162203612/71140_33880637_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.125244, - 51.52869 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -420424,7 +323744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Residential Realtors", @@ -420441,46 +323761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162203849", - "info": { - "identifier": 162203849, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162203849", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Austin Homes London", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105559/162203849/105559_7cca8207-b195-44e6-afaa-06f318ffb2bd_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.070581, - 51.52399 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -420504,7 +323784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 11, + "updated_days": 12, "status": null, "last_seen": 0, "agency": "Residential Realtors", @@ -420681,46 +323961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162204812", - "info": { - "identifier": 162204812, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162204812", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Lawson Rutter", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44370/162204812/44370_LRS1001C98_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211601, - 51.485855 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -420801,46 +324041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/162204944", - "info": { - "identifier": 162204944, - "sqm_ocr": null, - "price": 2383.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162204944", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Wellington Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288956/162204944/288956_33898322_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.207721, - 51.541862 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -421201,86 +324401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162205784", - "info": { - "identifier": 162205784, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162205784", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Robert Cooper & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15002/162205784/15002_RUI190048_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.40974, - 51.5728 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162205820", - "info": { - "identifier": 162205820, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162205820", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/190k/189686/162205820/189686_CWL210127_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.258148, - 51.49817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -421561,46 +324681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.12, - "qmprice": 27.33, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162207293", - "info": { - "identifier": 162207293, - "sqm_ocr": 106.12, - "price": 2900.0, - "price_per_sqm": 27.327553712777988, - "url": "https://www.rightmove.co.uk/properties/162207293", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 11, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15954/162207293/15954_1327121_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.088336, - 51.54087 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -421641,86 +324721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162207401", - "info": { - "identifier": 162207401, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162207401", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Drayton Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18369/162207401/18369_DRN1002046_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.32107, - 51.51392 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2102.0, - "url": "https://www.rightmove.co.uk/properties/162207425", - "info": { - "identifier": 162207425, - "sqm_ocr": null, - "price": 2102.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162207425", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "CHAMPS PROPERTY", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287132/162207425/287132_champs_1832345382_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.335653, - 51.579445 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -421921,46 +324921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2539.0, - "url": "https://www.rightmove.co.uk/properties/162207947", - "info": { - "identifier": 162207947, - "sqm_ocr": null, - "price": 2539.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162207947", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162207947/238769_eqwe982309483290_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -422001,86 +324961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2977.0, - "url": "https://www.rightmove.co.uk/properties/162208331", - "info": { - "identifier": 162208331, - "sqm_ocr": null, - "price": 2977.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162208331", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162208331/238769_EqW2394230948_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.2, - "qmprice": 44.63, - "rooms": 2, - "total_price": 2910.0, - "url": "https://www.rightmove.co.uk/properties/162208397", - "info": { - "identifier": 162208397, - "sqm_ocr": 65.2, - "price": 2910.0, - "price_per_sqm": 44.6319018404908, - "url": "https://www.rightmove.co.uk/properties/162208397", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/162208397/277814_277814_p0195669_A-0407_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -422144,7 +325024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Benham & Reeves - Surrey Quays", @@ -422161,86 +325041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162208730", - "info": { - "identifier": 162208730, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162208730", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Wimbledon Homes", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247178/162208730/247178_WIH250054_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.217458, - 51.420044 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162208895", - "info": { - "identifier": 162208895, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162208895", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162208895/238769_c27e2b29-5ec7-4e06-9942-d3f01d411ee9_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29291, - 51.55398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -422521,46 +325321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.68, - "qmprice": 37.7, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162209999", - "info": { - "identifier": 162209999, - "sqm_ocr": 59.68, - "price": 2250.0, - "price_per_sqm": 37.70107238605898, - "url": "https://www.rightmove.co.uk/properties/162209999", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50951/162209999/50951_P3258J4720_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11165, - 51.48987 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -422641,46 +325401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.57, - "qmprice": 54.2, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162210602", - "info": { - "identifier": 162210602, - "sqm_ocr": 64.57, - "price": 3500.0, - "price_per_sqm": 54.204739042899185, - "url": "https://www.rightmove.co.uk/properties/162210602", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157376/162210602/157376_33898720_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.076112, - 51.52784 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -422921,126 +325641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2468.0, - "url": "https://www.rightmove.co.uk/properties/162211223", - "info": { - "identifier": 162211223, - "sqm_ocr": null, - "price": 2468.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162211223", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162211223/156986_FQB30016_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2841, - 51.55512 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.0, - "qmprice": 29.58, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162211235", - "info": { - "identifier": 162211235, - "sqm_ocr": 71.0, - "price": 2100.0, - "price_per_sqm": 29.577464788732396, - "url": "https://www.rightmove.co.uk/properties/162211235", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/219k/218888/162211235/218888_2bed2005_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42116, - 51.50335 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.5, - "qmprice": 32.79, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162211256", - "info": { - "identifier": 162211256, - "sqm_ocr": 91.5, - "price": 3000.0, - "price_per_sqm": 32.78688524590164, - "url": "https://www.rightmove.co.uk/properties/162211256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237821/162211256/237821_KCU250280_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222547, - 51.498657 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -423081,46 +325681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162211391", - "info": { - "identifier": 162211391, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162211391", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162211391/156986_CDB20004_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28318, - 51.55863 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -423921,86 +326481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 129.1, - "qmprice": 24.79, - "rooms": 4, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162212921", - "info": { - "identifier": 162212921, - "sqm_ocr": 129.1, - "price": 3200.0, - "price_per_sqm": 24.786986831913246, - "url": "https://www.rightmove.co.uk/properties/162212921", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162212921/96668_248348414052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.360912, - 51.448177 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162212999", - "info": { - "identifier": 162212999, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162212999", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162212999/96668_249000220052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.158728, - 51.417866 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -424041,46 +326521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162213107", - "info": { - "identifier": 162213107, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162213107", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162213107/96668_247429206052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.339038, - 51.438614 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -424281,46 +326721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 109.1, - "qmprice": 22.87, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/162213563", - "info": { - "identifier": 162213563, - "sqm_ocr": 109.1, - "price": 2495.0, - "price_per_sqm": 22.868927589367555, - "url": "https://www.rightmove.co.uk/properties/162213563", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/270k/269888/162213563/269888_NEW250307_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.057594, - 51.48525 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -424401,126 +326801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/162213728", - "info": { - "identifier": 162213728, - "sqm_ocr": null, - "price": 3467.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162213728", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57275/162213728/57275_1327128_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.418765, - 51.558342 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162213734", - "info": { - "identifier": 162213734, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162213734", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57275/162213734/57275_1327122_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.418765, - 51.558342 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162213824", - "info": { - "identifier": 162213824, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162213824", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AD1 Properties", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286295/162213824/286295_evernest_409992168_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.075916, - 51.48668 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -424921,46 +327201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3315.0, - "url": "https://www.rightmove.co.uk/properties/162215696", - "info": { - "identifier": 162215696, - "sqm_ocr": null, - "price": 3315.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162215696", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270209/162215696/270209_S1824-0004_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.0721, - 51.5069 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -425081,86 +327321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162216290", - "info": { - "identifier": 162216290, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162216290", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162216290/96668_249050120052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.288316, - 51.60322 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162216302", - "info": { - "identifier": 162216302, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162216302", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162216302/96668_246957101052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.160856, - 51.60385 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -425241,46 +327401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.5, - "qmprice": 47.24, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162216608", - "info": { - "identifier": 162216608, - "sqm_ocr": 63.5, - "price": 3000.0, - "price_per_sqm": 47.24409448818898, - "url": "https://www.rightmove.co.uk/properties/162216608", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hurford Salvi Carr", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14543/162216608/14543_CIT210082_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.118324, - 51.52752 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -425481,86 +327601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.91, - "qmprice": 38.7, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162217178", - "info": { - "identifier": 162217178, - "sqm_ocr": 96.91, - "price": 3750.0, - "price_per_sqm": 38.69569703848932, - "url": "https://www.rightmove.co.uk/properties/162217178", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/112k/111863/162217178/111863_WSL230109_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137717, - 51.493458 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162217469", - "info": { - "identifier": 162217469, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162217469", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162217469/96668_249064220052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.039896, - 51.4933 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -425641,86 +327681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162217499", - "info": { - "identifier": 162217499, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162217499", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162217499/96668_249067320052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.151566, - 51.5477 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162217538", - "info": { - "identifier": 162217538, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162217538", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162217538/96668_249080220052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.165189, - 51.51531 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -425841,166 +327801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162219551", - "info": { - "identifier": 162219551, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162219551", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162219551/249341_AVB20009_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17892, - 51.61187 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 42.0, - "qmprice": 55.95, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162219572", - "info": { - "identifier": 162219572, - "sqm_ocr": 42.0, - "price": 2350.0, - "price_per_sqm": 55.95238095238095, - "url": "https://www.rightmove.co.uk/properties/162219572", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162219572/249341_GHB3_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00409, - 51.54769 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.08, - "qmprice": 37.46, - "rooms": 3, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/162220592", - "info": { - "identifier": 162220592, - "sqm_ocr": 84.08, - "price": 3150.0, - "price_per_sqm": 37.46431969552807, - "url": "https://www.rightmove.co.uk/properties/162220592", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162220592/249341_WIC30022_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06348, - 51.58881 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.4, - "qmprice": 33.65, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162220643", - "info": { - "identifier": 162220643, - "sqm_ocr": 62.4, - "price": 2100.0, - "price_per_sqm": 33.65384615384615, - "url": "https://www.rightmove.co.uk/properties/162220643", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/162220643/107533_1326805_IMG_02_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.016332, - 51.479664 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -426081,46 +327881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.96, - "qmprice": 22.29, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/162220868", - "info": { - "identifier": 162220868, - "sqm_ocr": 91.96, - "price": 2050.0, - "price_per_sqm": 22.292301000434975, - "url": "https://www.rightmove.co.uk/properties/162220868", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Domovoi Management Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96610/162220868/96610_QGARTH_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.05891, - 51.43928 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -426361,46 +328121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.1, - "qmprice": 47.54, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162221804", - "info": { - "identifier": 162221804, - "sqm_ocr": 63.1, - "price": 3000.0, - "price_per_sqm": 47.543581616481774, - "url": "https://www.rightmove.co.uk/properties/162221804", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51322/162221804/51322_WEL200156_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "17/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137818, - 51.489914 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -426481,46 +328201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162222143", - "info": { - "identifier": 162222143, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162222143", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162222143/156986_NOE20004_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1025, - 51.46418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -426601,126 +328281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3921.0, - "url": "https://www.rightmove.co.uk/properties/162222224", - "info": { - "identifier": 162222224, - "sqm_ocr": null, - "price": 3921.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162222224", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162222224/156986_LBJ5_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2812, - 51.56006 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2379.0, - "url": "https://www.rightmove.co.uk/properties/162222263", - "info": { - "identifier": 162222263, - "sqm_ocr": null, - "price": 2379.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162222263", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Berns & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80899/162222263/80899_sw82bed2025_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.12734, - 51.47976 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 111.0, - "qmprice": 29.28, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162222380", - "info": { - "identifier": 162222380, - "sqm_ocr": 111.0, - "price": 3250.0, - "price_per_sqm": 29.27927927927928, - "url": "https://www.rightmove.co.uk/properties/162222380", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/50k/49980/162222380/49980_SOU250089_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.240391, - 51.456383 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -426801,46 +328361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 30.56, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162222584", - "info": { - "identifier": 162222584, - "sqm_ocr": 72.0, - "price": 2200.0, - "price_per_sqm": 30.555555555555557, - "url": "https://www.rightmove.co.uk/properties/162222584", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98363/162222584/98363_P300618_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15243, - 51.44673 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -426921,86 +328441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 43.9, - "qmprice": 62.64, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162222932", - "info": { - "identifier": 162222932, - "sqm_ocr": 43.9, - "price": 2750.0, - "price_per_sqm": 62.64236902050114, - "url": "https://www.rightmove.co.uk/properties/162222932", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162222932/156986_MPD9_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.169999, - 51.521275 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3439.0, - "url": "https://www.rightmove.co.uk/properties/162222956", - "info": { - "identifier": 162222956, - "sqm_ocr": null, - "price": 3439.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162222956", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162222956/156986_LMO21_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427041,46 +328481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162223181", - "info": { - "identifier": 162223181, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162223181", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/149k/148955/162223181/148955_KYC220155_L_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "10/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.419324, - 51.439312 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427121,46 +328521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3055.0, - "url": "https://www.rightmove.co.uk/properties/162223325", - "info": { - "identifier": 162223325, - "sqm_ocr": null, - "price": 3055.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162223325", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162223325/156986_RQY20049_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27668, - 51.55605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427321,126 +328681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162223748", - "info": { - "identifier": 162223748, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162223748", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85129/162223748/85129_ECL130194_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19, - 51.49 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.9, - "qmprice": 41.09, - "rooms": 2, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/162223793", - "info": { - "identifier": 162223793, - "sqm_ocr": 65.9, - "price": 2708.0, - "price_per_sqm": 41.09256449165402, - "url": "https://www.rightmove.co.uk/properties/162223793", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Icon Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/71k/70013/162223793/70013_211_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11689, - 51.50255 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2701.0, - "url": "https://www.rightmove.co.uk/properties/162223814", - "info": { - "identifier": 162223814, - "sqm_ocr": null, - "price": 2701.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162223814", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162223814/156986_LML21_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427481,46 +328721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162224141", - "info": { - "identifier": 162224141, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162224141", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162224141/270461_JAX250514_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.065448, - 51.516933 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427561,126 +328761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2468.0, - "url": "https://www.rightmove.co.uk/properties/162224291", - "info": { - "identifier": 162224291, - "sqm_ocr": null, - "price": 2468.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162224291", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162224291/156986_FQD40014_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2841, - 51.55512 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2487.0, - "url": "https://www.rightmove.co.uk/properties/162224558", - "info": { - "identifier": 162224558, - "sqm_ocr": null, - "price": 2487.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162224558", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162224558/156986_CDF29_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28318, - 51.55863 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3650.0, - "url": "https://www.rightmove.co.uk/properties/162224885", - "info": { - "identifier": 162224885, - "sqm_ocr": null, - "price": 3650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162224885", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hamlet Gardens", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270146/162224885/270146_RST254377_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.240799, - 51.49369 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427721,206 +328801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162224996", - "info": { - "identifier": 162224996, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162224996", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162224996/147557_RST254379_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375887, - 51.504913 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162225065", - "info": { - "identifier": 162225065, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162225065", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162225065/147557_RST254381_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375887, - 51.504913 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.1, - "qmprice": 45.39, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162225560", - "info": { - "identifier": 162225560, - "sqm_ocr": 66.1, - "price": 3000.0, - "price_per_sqm": 45.38577912254161, - "url": "https://www.rightmove.co.uk/properties/162225560", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Wayne & Silver", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91636/162225560/91636_32219800_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180103, - 51.555565 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2125.0, - "url": "https://www.rightmove.co.uk/properties/162225629", - "info": { - "identifier": 162225629, - "sqm_ocr": null, - "price": 2125.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162225629", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162225629/147557_RST254384_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375887, - 51.504913 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3245.0, - "url": "https://www.rightmove.co.uk/properties/162225698", - "info": { - "identifier": 162225698, - "sqm_ocr": null, - "price": 3245.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162225698", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162225698/147557_RST254385_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102503, - 51.49254 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -427961,126 +328841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.4, - "qmprice": 42.81, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162226007", - "info": { - "identifier": 162226007, - "sqm_ocr": 65.4, - "price": 2800.0, - "price_per_sqm": 42.81345565749235, - "url": "https://www.rightmove.co.uk/properties/162226007", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Daniel Cobb", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58945/162226007/58945_f12a60ae-248f-41da-8fd9-c4394ebeed5e_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.080584, - 51.499355 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2752.0, - "url": "https://www.rightmove.co.uk/properties/162226064", - "info": { - "identifier": 162226064, - "sqm_ocr": null, - "price": 2752.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162226064", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Nissen Estates Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91025/162226064/91025_NISS_001626_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186004, - 51.5384 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/162226094", - "info": { - "identifier": 162226094, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162226094", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162226094/147557_RST254390_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102503, - 51.49254 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -428161,46 +328921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2752.0, - "url": "https://www.rightmove.co.uk/properties/162226421", - "info": { - "identifier": 162226421, - "sqm_ocr": null, - "price": 2752.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162226421", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Nissen Estates Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/92k/91025/162226421/91025_NISS_001627_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186004, - 51.5384 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -428281,86 +329001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.0, - "qmprice": 31.52, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162227171", - "info": { - "identifier": 162227171, - "sqm_ocr": 92.0, - "price": 2900.0, - "price_per_sqm": 31.52173913043478, - "url": "https://www.rightmove.co.uk/properties/162227171", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156782/162227171/156782_KBI250790_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.186206, - 51.463722 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2405.0, - "url": "https://www.rightmove.co.uk/properties/162227204", - "info": { - "identifier": 162227204, - "sqm_ocr": null, - "price": 2405.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162227204", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162227204/208253_PRL251076_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.280258, - 51.558357 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -428481,46 +329121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162227693", - "info": { - "identifier": 162227693, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162227693", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Node Living", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283232/162227693/283232_RST254396_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.103868, - 51.45941 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -428841,86 +329441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.0, - "qmprice": 30.46, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162229289", - "info": { - "identifier": 162229289, - "sqm_ocr": 87.0, - "price": 2650.0, - "price_per_sqm": 30.45977011494253, - "url": "https://www.rightmove.co.uk/properties/162229289", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162229289/147557_RST254406_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.050549, - 51.47744 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.0, - "qmprice": 30.25, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162229343", - "info": { - "identifier": 162229343, - "sqm_ocr": 81.0, - "price": 2450.0, - "price_per_sqm": 30.246913580246915, - "url": "https://www.rightmove.co.uk/properties/162229343", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/148k/147557/162229343/147557_RST254407_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.050549, - 51.47744 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -428944,7 +329464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Property Hub", @@ -429001,46 +329521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2810.0, - "url": "https://www.rightmove.co.uk/properties/162229598", - "info": { - "identifier": 162229598, - "sqm_ocr": null, - "price": 2810.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162229598", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280358/162229598/280358_RST254409_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.257296, - 51.522324 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -429081,86 +329561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162229784", - "info": { - "identifier": 162229784, - "sqm_ocr": null, - "price": 3600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162229784", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "UNCLE", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280358/162229784/280358_RST254410_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.257296, - 51.522324 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.37, - "qmprice": 35.25, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162229895", - "info": { - "identifier": 162229895, - "sqm_ocr": 106.37, - "price": 3750.0, - "price_per_sqm": 35.25430102472502, - "url": "https://www.rightmove.co.uk/properties/162229895", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44544/162229895/44544_FWL120148_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "29/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.212205, - 51.492817 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -429281,46 +329681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162230348", - "info": { - "identifier": 162230348, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162230348", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162230348/238769_9e199eac-a70d-4728-9412-e996383d69ef_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.22189, - 51.61765 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -429401,166 +329761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.2, - "qmprice": 37.32, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/162230843", - "info": { - "identifier": 162230843, - "sqm_ocr": 64.2, - "price": 2396.0, - "price_per_sqm": 37.3208722741433, - "url": "https://www.rightmove.co.uk/properties/162230843", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Global House Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74713/162230843/74713_cWJFbW5OKy84ZWhyYUliWnNOeDFYdz09_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.095075, - 51.488716 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2097.0, - "url": "https://www.rightmove.co.uk/properties/162230846", - "info": { - "identifier": 162230846, - "sqm_ocr": null, - "price": 2097.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162230846", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Horton and Garton", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/82k/81801/162230846/81801_29084710_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.269568, - 51.49108 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.4, - "qmprice": 38.72, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162230972", - "info": { - "identifier": 162230972, - "sqm_ocr": 90.4, - "price": 3500.0, - "price_per_sqm": 38.716814159292035, - "url": "https://www.rightmove.co.uk/properties/162230972", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38250/162230972/38250_KET250095_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.138803, - 51.552116 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.0, - "qmprice": 40.91, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162231053", - "info": { - "identifier": 162231053, - "sqm_ocr": 55.0, - "price": 2250.0, - "price_per_sqm": 40.90909090909091, - "url": "https://www.rightmove.co.uk/properties/162231053", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Antony Roberts", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36579/162231053/36579_KEW110055_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.283002, - 51.46959 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -429721,46 +329921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.4, - "qmprice": 38.29, - "rooms": 2, - "total_price": 2925.0, - "url": "https://www.rightmove.co.uk/properties/162231563", - "info": { - "identifier": 162231563, - "sqm_ocr": 76.4, - "price": 2925.0, - "price_per_sqm": 38.28534031413612, - "url": "https://www.rightmove.co.uk/properties/162231563", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chase Evans", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65124/162231563/65124_CEI230188_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094299, - 51.49211 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -429801,46 +329961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.13, - "qmprice": 37.62, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162231647", - "info": { - "identifier": 162231647, - "sqm_ocr": 61.13, - "price": 2300.0, - "price_per_sqm": 37.624734173073776, - "url": "https://www.rightmove.co.uk/properties/162231647", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AP Living London", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/236k/235805/162231647/235805_33892971_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.388855, - 51.50698 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -430041,46 +330161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 48.4, - "qmprice": 41.32, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162232142", - "info": { - "identifier": 162232142, - "sqm_ocr": 48.4, - "price": 2000.0, - "price_per_sqm": 41.32231404958678, - "url": "https://www.rightmove.co.uk/properties/162232142", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Chestertons in association with James Pendleton", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/280k/279224/162232142/279224_JCC250029_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.120446, - 51.45419 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -430201,46 +330281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162232469", - "info": { - "identifier": 162232469, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162232469", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Eldridge Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/284k/283214/162232469/283214_RL0318_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.16336, - 51.4863 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -430281,46 +330321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162232658", - "info": { - "identifier": 162232658, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162232658", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162232658/238769_088d00e9-3ed5-40ca-8fe0-dcb42e7fa1c7_IMG_00_0001_max_656x437.png", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19009, - 51.36027 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -430641,46 +330641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162232985", - "info": { - "identifier": 162232985, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162232985", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162232985/238769_c7b0fa52-f5b7-4966-8b7f-f965278daa3f_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19204, - 51.36183 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -430801,46 +330761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162233264", - "info": { - "identifier": 162233264, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162233264", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162233264/238769_093da905-069e-4823-8dc6-cecd6798ef61_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19204, - 51.36183 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -430921,86 +330841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162233684", - "info": { - "identifier": 162233684, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162233684", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Goodfellows", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/9k/8972/162233684/8972_GMO250200_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16916, - 51.39547 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162233831", - "info": { - "identifier": 162233831, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162233831", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Bairstow Eves Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/84k/83134/162233831/83134_000896087_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.08571, - 51.58149 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431081,46 +330921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162234107", - "info": { - "identifier": 162234107, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162234107", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162234107/96668_246157924042025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.114462, - 51.47679 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431201,46 +331001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.74, - "qmprice": 42.39, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/162234551", - "info": { - "identifier": 162234551, - "sqm_ocr": 70.74, - "price": 2999.0, - "price_per_sqm": 42.394684761096975, - "url": "https://www.rightmove.co.uk/properties/162234551", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "JOHNS&CO", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/158k/157817/162234551/157817_2665748_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.021077, - 51.498775 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431281,46 +331041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2880.0, - "url": "https://www.rightmove.co.uk/properties/162234695", - "info": { - "identifier": 162234695, - "sqm_ocr": null, - "price": 2880.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162234695", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Blackhorse Mills", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/216k/215234/162234695/215234_Keyworker3Bed24Brookwell_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04408, - 51.5876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431361,46 +331081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2253.0, - "url": "https://www.rightmove.co.uk/properties/162235004", - "info": { - "identifier": 162235004, - "sqm_ocr": null, - "price": 2253.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162235004", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Bramtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51428/162235004/51428_BRA1STO1_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "27/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209727, - 51.479588 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431441,46 +331121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162235178", - "info": { - "identifier": 162235178, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162235178", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Docklands Prestige Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/102k/101404/162235178/101404_705340_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.21719, - 51.5486 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431561,126 +331201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162235436", - "info": { - "identifier": 162235436, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162235436", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/162235436/107533_1321559_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.037873, - 51.475994 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162235466", - "info": { - "identifier": 162235466, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162235466", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Roberts Hunt & Co", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46187/162235466/46187_29061436_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.405542, - 51.4572 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 64.2, - "qmprice": 33.49, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162235469", - "info": { - "identifier": 162235469, - "sqm_ocr": 64.2, - "price": 2150.0, - "price_per_sqm": 33.48909657320872, - "url": "https://www.rightmove.co.uk/properties/162235469", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/73k/72234/162235469/72234_RWL080010_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "18/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.021575, - 51.50823 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431801,46 +331321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.7, - "qmprice": 33.73, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162235556", - "info": { - "identifier": 162235556, - "sqm_ocr": 66.7, - "price": 2250.0, - "price_per_sqm": 33.733133433283356, - "url": "https://www.rightmove.co.uk/properties/162235556", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55101/162235556/55101_1326226_IMG_01_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.036531, - 51.500893 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -431921,46 +331401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 99.96, - "qmprice": 30.01, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162235787", - "info": { - "identifier": 162235787, - "sqm_ocr": 99.96, - "price": 3000.0, - "price_per_sqm": 30.01200480192077, - "url": "https://www.rightmove.co.uk/properties/162235787", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57118/162235787/57118_P214629_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06231, - 51.48472 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -432041,46 +331481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.9, - "qmprice": 40.84, - "rooms": 4, - "total_price": 3467.0, - "url": "https://www.rightmove.co.uk/properties/162236033", - "info": { - "identifier": 162236033, - "sqm_ocr": 84.9, - "price": 3467.0, - "price_per_sqm": 40.83627797408716, - "url": "https://www.rightmove.co.uk/properties/162236033", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Bentley & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/205k/204560/162236033/204560_109_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.125616, - 51.549583 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -432121,46 +331521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 52.6, - "qmprice": 42.78, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162236459", - "info": { - "identifier": 162236459, - "sqm_ocr": 52.6, - "price": 2250.0, - "price_per_sqm": 42.77566539923954, - "url": "https://www.rightmove.co.uk/properties/162236459", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/162236459/32793_19365_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.1934, - 51.52317 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -432441,46 +331801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.0, - "qmprice": 45.45, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162237101", - "info": { - "identifier": 162237101, - "sqm_ocr": 88.0, - "price": 4000.0, - "price_per_sqm": 45.45454545454545, - "url": "https://www.rightmove.co.uk/properties/162237101", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Andre Joseph Estates Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74973/162237101/74973_500255_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.143177, - 51.45098 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -432801,46 +332121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.6, - "qmprice": 39.25, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162237935", - "info": { - "identifier": 162237935, - "sqm_ocr": 58.6, - "price": 2300.0, - "price_per_sqm": 39.24914675767918, - "url": "https://www.rightmove.co.uk/properties/162237935", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/169k/168029/162237935/168029_505Menara_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.02884, - 51.51019 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -432921,46 +332201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 47.01, - "qmprice": 61.69, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162238079", - "info": { - "identifier": 162238079, - "sqm_ocr": 47.01, - "price": 2900.0, - "price_per_sqm": 61.689002339927676, - "url": "https://www.rightmove.co.uk/properties/162238079", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48606/162238079/48606_MYL200127_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.163549, - 51.524998 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -433081,46 +332321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162238568", - "info": { - "identifier": 162238568, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162238568", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Docklands Prestige Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/102k/101404/162238568/101404_705355_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.05436, - 51.585423 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -433144,7 +332344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Dexters", @@ -433161,86 +332361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.4, - "qmprice": 31.49, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162238637", - "info": { - "identifier": 162238637, - "sqm_ocr": 79.4, - "price": 2500.0, - "price_per_sqm": 31.48614609571788, - "url": "https://www.rightmove.co.uk/properties/162238637", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "David Andrew", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80996/162238637/80996_edea3c8a-932b-4081-996d-628212a49836_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.097421, - 51.56656 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.7, - "qmprice": 46.95, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162238841", - "info": { - "identifier": 162238841, - "sqm_ocr": 60.7, - "price": 2850.0, - "price_per_sqm": 46.952224052718286, - "url": "https://www.rightmove.co.uk/properties/162238841", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "eXp UK", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238265/162238841/238265_L15314_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.140717, - 51.489113 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -433281,46 +332401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2349.0, - "url": "https://www.rightmove.co.uk/properties/162239213", - "info": { - "identifier": 162239213, - "sqm_ocr": null, - "price": 2349.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162239213", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Residential Realtors", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105856/162239213/105856_3441_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09403, - 51.4959 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -433361,86 +332441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.5, - "qmprice": 30.1, - "rooms": 2, - "total_price": 2303.0, - "url": "https://www.rightmove.co.uk/properties/162239324", - "info": { - "identifier": 162239324, - "sqm_ocr": 76.5, - "price": 2303.0, - "price_per_sqm": 30.104575163398692, - "url": "https://www.rightmove.co.uk/properties/162239324", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77841/162239324/77841_46Gcr_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "07/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35417, - 51.47132 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.3, - "qmprice": 32.02, - "rooms": 2, - "total_price": 2283.0, - "url": "https://www.rightmove.co.uk/properties/162239381", - "info": { - "identifier": 162239381, - "sqm_ocr": 71.3, - "price": 2283.0, - "price_per_sqm": 32.01963534361852, - "url": "https://www.rightmove.co.uk/properties/162239381", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77841/162239381/77841_30Gcut_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35417, - 51.47132 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -433481,86 +332481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.5, - "qmprice": 29.71, - "rooms": 2, - "total_price": 2273.0, - "url": "https://www.rightmove.co.uk/properties/162239462", - "info": { - "identifier": 162239462, - "sqm_ocr": 76.5, - "price": 2273.0, - "price_per_sqm": 29.712418300653596, - "url": "https://www.rightmove.co.uk/properties/162239462", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77841/162239462/77841_57KT_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.35345, - 51.47113 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162239504", - "info": { - "identifier": 162239504, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162239504", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162239504/238769_ea3cfe82-436e-4c7b-bc0d-6999939e1b6c_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09076, - 51.48639 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -433704,7 +332624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -434041,126 +332961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 103.4, - "qmprice": 24.66, - "rooms": 3, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/162240608", - "info": { - "identifier": 162240608, - "sqm_ocr": 103.4, - "price": 2550.0, - "price_per_sqm": 24.661508704061895, - "url": "https://www.rightmove.co.uk/properties/162240608", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Sargeants", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/189k/188345/162240608/188345_33900416_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.339834, - 51.50739 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/162240782", - "info": { - "identifier": 162240782, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162240782", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162240782/238769_JW78265r207_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.10147, - 51.49269 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.6, - "qmprice": 36.76, - "rooms": 2, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/162240809", - "info": { - "identifier": 162240809, - "sqm_ocr": 66.6, - "price": 2448.0, - "price_per_sqm": 36.75675675675676, - "url": "https://www.rightmove.co.uk/properties/162240809", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/114k/113191/162240809/113191_33900431_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.048053, - 51.54898 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -434481,46 +333281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.7, - "qmprice": 31.77, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162241124", - "info": { - "identifier": 162241124, - "sqm_ocr": 78.7, - "price": 2500.0, - "price_per_sqm": 31.766200762388817, - "url": "https://www.rightmove.co.uk/properties/162241124", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26249/162241124/26249_33900452_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.235014, - 51.413292 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -434721,46 +333481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2593.0, - "url": "https://www.rightmove.co.uk/properties/162242567", - "info": { - "identifier": 162242567, - "sqm_ocr": null, - "price": 2593.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162242567", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162242567/208253_PRL251078_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.257906, - 51.52189 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -434841,126 +333561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2714.0, - "url": "https://www.rightmove.co.uk/properties/162242624", - "info": { - "identifier": 162242624, - "sqm_ocr": null, - "price": 2714.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162242624", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162242624/208253_PRL251079_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.257906, - 51.52189 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3498.0, - "url": "https://www.rightmove.co.uk/properties/162242645", - "info": { - "identifier": 162242645, - "sqm_ocr": null, - "price": 3498.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162242645", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162242645/208253_PRL251080_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.257906, - 51.52189 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.13, - "qmprice": 47.01, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162243071", - "info": { - "identifier": 162243071, - "sqm_ocr": 69.13, - "price": 3250.0, - "price_per_sqm": 47.01287429480689, - "url": "https://www.rightmove.co.uk/properties/162243071", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98738/162243071/98738_ISQ012509189_IMG_00_0002_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11037, - 51.53766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435104,7 +333704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Chancellors", @@ -435161,46 +333761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 54.0, - "qmprice": 39.81, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162244325", - "info": { - "identifier": 162244325, - "sqm_ocr": 54.0, - "price": 2150.0, - "price_per_sqm": 39.81481481481482, - "url": "https://www.rightmove.co.uk/properties/162244325", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156782/162244325/156782_KAD250146_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16135, - 51.465748 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435241,86 +333801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162244856", - "info": { - "identifier": 162244856, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162244856", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AWOL", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238379/162244856/238379_A4005F_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26166, - 51.52223 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162244913", - "info": { - "identifier": 162244913, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162244913", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AWOL", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238379/162244913/238379_A3006C_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26166, - 51.52223 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435401,86 +333881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162245198", - "info": { - "identifier": 162245198, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162245198", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AWOL", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238379/162245198/238379_A4602C_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26204, - 51.52252 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2800.0, - "url": "https://www.rightmove.co.uk/properties/162245231", - "info": { - "identifier": 162245231, - "sqm_ocr": null, - "price": 2800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162245231", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AWOL", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238379/162245231/238379_C2203J_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26244, - 51.52216 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435521,46 +333921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162245258", - "info": { - "identifier": 162245258, - "sqm_ocr": null, - "price": 3200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162245258", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "AWOL", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238379/162245258/238379_3701F_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26244, - 51.52216 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435641,46 +334001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162245393", - "info": { - "identifier": 162245393, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162245393", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162245393/238769_na8084086_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29291, - 51.55398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435761,46 +334081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.4, - "qmprice": 28.99, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162245999", - "info": { - "identifier": 162245999, - "sqm_ocr": 91.4, - "price": 2650.0, - "price_per_sqm": 28.993435448577678, - "url": "https://www.rightmove.co.uk/properties/162245999", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Urban Patchwork", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/191k/190316/162245999/190316_URP210087_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.039418, - 51.49323 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -435881,46 +334161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3550.0, - "url": "https://www.rightmove.co.uk/properties/162246101", - "info": { - "identifier": 162246101, - "sqm_ocr": null, - "price": 3550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162246101", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Curtis And Parker", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/279k/278867/162246101/278867_33900772_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.209112, - 51.495472 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436081,46 +334321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.2, - "qmprice": 43.71, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162246713", - "info": { - "identifier": 162246713, - "sqm_ocr": 57.2, - "price": 2500.0, - "price_per_sqm": 43.70629370629371, - "url": "https://www.rightmove.co.uk/properties/162246713", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84878/162246713/84878_33900818_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.214267, - 51.416294 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436201,46 +334401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 85.56, - "qmprice": 28.05, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162246911", - "info": { - "identifier": 162246911, - "sqm_ocr": 85.56, - "price": 2400.0, - "price_per_sqm": 28.050490883590463, - "url": "https://www.rightmove.co.uk/properties/162246911", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26204/162246911/26204_33900831_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.193176, - 51.395073 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436441,46 +334601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.87, - "qmprice": 33.4, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162247376", - "info": { - "identifier": 162247376, - "sqm_ocr": 65.87, - "price": 2200.0, - "price_per_sqm": 33.39911947775922, - "url": "https://www.rightmove.co.uk/properties/162247376", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Cluttons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57118/162247376/57118_P214636_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11546, - 51.49875 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436561,46 +334681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.94, - "qmprice": 35.73, - "rooms": 2, - "total_price": 2999.0, - "url": "https://www.rightmove.co.uk/properties/162247820", - "info": { - "identifier": 162247820, - "sqm_ocr": 83.94, - "price": 2999.0, - "price_per_sqm": 35.72790088158208, - "url": "https://www.rightmove.co.uk/properties/162247820", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/125k/124951/162247820/124951_P3926F2024_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.26521, - 51.50088 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436681,86 +334761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162248060", - "info": { - "identifier": 162248060, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162248060", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Vonder", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/80k/79578/162248060/79578_62512_IMG_08_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.32516, - 51.48503 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162248108", - "info": { - "identifier": 162248108, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162248108", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162248108/238769_na080976_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29291, - 51.55398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436801,86 +334801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.0, - "qmprice": 30.34, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162248180", - "info": { - "identifier": 162248180, - "sqm_ocr": 89.0, - "price": 2700.0, - "price_per_sqm": 30.337078651685392, - "url": "https://www.rightmove.co.uk/properties/162248180", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Marc and Partners", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201956/162248180/201956_MAY240165_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.093143, - 51.569023 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162248324", - "info": { - "identifier": 162248324, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162248324", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162248324/238769_na5-57-67_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.27554, - 51.55553 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -436921,126 +334841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.3, - "qmprice": 30.65, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162248702", - "info": { - "identifier": 162248702, - "sqm_ocr": 78.3, - "price": 2400.0, - "price_per_sqm": 30.651340996168585, - "url": "https://www.rightmove.co.uk/properties/162248702", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/122k/121789/162248702/121789_KCS251373_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.041365, - 51.467373 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.34, - "qmprice": 32.37, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/162248735", - "info": { - "identifier": 162248735, - "sqm_ocr": 63.34, - "price": 2050.0, - "price_per_sqm": 32.365014209030626, - "url": "https://www.rightmove.co.uk/properties/162248735", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/37k/36308/162248735/36308_CLS240721_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.082185, - 51.585423 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.3, - "qmprice": 32.6, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162248741", - "info": { - "identifier": 162248741, - "sqm_ocr": 81.3, - "price": 2650.0, - "price_per_sqm": 32.59532595325953, - "url": "https://www.rightmove.co.uk/properties/162248741", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43754/162248741/43754_P300361_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13251, - 51.46224 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -437161,46 +334961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162249575", - "info": { - "identifier": 162249575, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162249575", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286424/162249575/286424_MW2DAPT53D250521_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.4264, - 51.50418 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -437321,46 +335081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.0, - "qmprice": 47.3, - "rooms": 4, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162250112", - "info": { - "identifier": 162250112, - "sqm_ocr": 74.0, - "price": 3500.0, - "price_per_sqm": 47.2972972972973, - "url": "https://www.rightmove.co.uk/properties/162250112", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Network Agencies", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53310/162250112/53310_sevensistersroad413_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "05/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10876, - 51.56303 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -437384,7 +335104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Parkheath", @@ -437521,86 +335241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162250358", - "info": { - "identifier": 162250358, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162250358", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162250358/238769_aasaaowerthlfgokr_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.00272, - 51.53906 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162250403", - "info": { - "identifier": 162250403, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162250403", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162250403/238769_sfksgmdf_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.00272, - 51.53906 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -437641,46 +335281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162250532", - "info": { - "identifier": 162250532, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162250532", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kevin & Co", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/279k/278792/162250532/278792_HC11_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01996, - 51.50504 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -437801,126 +335401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162251084", - "info": { - "identifier": 162251084, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162251084", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162251084/252785_33901136_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.27784, - 51.561665 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162251204", - "info": { - "identifier": 162251204, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162251204", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162251204/252785_33901148_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.27834, - 51.56182 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162251306", - "info": { - "identifier": 162251306, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162251306", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162251306/252785_33901159_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.485301, - 51.55024 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438041,46 +335521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.51, - "qmprice": 53.84, - "rooms": 2, - "total_price": 3150.0, - "url": "https://www.rightmove.co.uk/properties/162251660", - "info": { - "identifier": 162251660, - "sqm_ocr": 58.51, - "price": 3150.0, - "price_per_sqm": 53.8369509485558, - "url": "https://www.rightmove.co.uk/properties/162251660", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43428/162251660/43428_FCL250099_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.180276, - 51.488766 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438161,86 +335601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.7, - "qmprice": 29.99, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162251738", - "info": { - "identifier": 162251738, - "sqm_ocr": 86.7, - "price": 2600.0, - "price_per_sqm": 29.988465974625143, - "url": "https://www.rightmove.co.uk/properties/162251738", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Quilliam", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14362/162251738/14362_33901200_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.302902, - 51.49083 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162251744", - "info": { - "identifier": 162251744, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162251744", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Quilliam", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/15k/14362/162251744/14362_33901201_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.302902, - 51.49083 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438401,46 +335761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 31.59, - "rooms": 2, - "total_price": 2590.0, - "url": "https://www.rightmove.co.uk/properties/162252317", - "info": { - "identifier": 162252317, - "sqm_ocr": 82.0, - "price": 2590.0, - "price_per_sqm": 31.585365853658537, - "url": "https://www.rightmove.co.uk/properties/162252317", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Neptune Wharf", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/277k/276332/162252317/276332_B204-2BED-2BATH-FULLDUPLEX-1_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04097, - 51.48461 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438481,46 +335801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162252569", - "info": { - "identifier": 162252569, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162252569", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Davidson Frost-Wellings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238889/162252569/238889_33422753_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.267571, - 51.615585 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438544,7 +335824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "London Capital Homes Ltd", @@ -438681,46 +335961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.4, - "qmprice": 38.66, - "rooms": 2, - "total_price": 2915.0, - "url": "https://www.rightmove.co.uk/properties/162253319", - "info": { - "identifier": 162253319, - "sqm_ocr": 75.4, - "price": 2915.0, - "price_per_sqm": 38.660477453580896, - "url": "https://www.rightmove.co.uk/properties/162253319", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/215k/214295/162253319/214295_LCS250069_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222233, - 51.570724 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438761,46 +336001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.6, - "qmprice": 38.91, - "rooms": 3, - "total_price": 2708.0, - "url": "https://www.rightmove.co.uk/properties/162253385", - "info": { - "identifier": 162253385, - "sqm_ocr": 69.6, - "price": 2708.0, - "price_per_sqm": 38.9080459770115, - "url": "https://www.rightmove.co.uk/properties/162253385", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Garton Jones", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52942/162253385/52942_33901318_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.130453, - 51.493565 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -438921,46 +336121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.2, - "qmprice": 43.64, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162253694", - "info": { - "identifier": 162253694, - "sqm_ocr": 80.2, - "price": 3500.0, - "price_per_sqm": 43.64089775561097, - "url": "https://www.rightmove.co.uk/properties/162253694", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52518/162253694/52518_HKO220082_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019634, - 51.498726 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -439001,46 +336161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.8, - "qmprice": 60.48, - "rooms": 2, - "total_price": 3012.0, - "url": "https://www.rightmove.co.uk/properties/162253727", - "info": { - "identifier": 162253727, - "sqm_ocr": 49.8, - "price": 3012.0, - "price_per_sqm": 60.48192771084338, - "url": "https://www.rightmove.co.uk/properties/162253727", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15945/162253727/15945_1324891_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.183684, - 51.517864 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -439121,86 +336241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.65, - "qmprice": 31.39, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162254177", - "info": { - "identifier": 162254177, - "sqm_ocr": 79.65, - "price": 2500.0, - "price_per_sqm": 31.38731952291274, - "url": "https://www.rightmove.co.uk/properties/162254177", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "David Andrew", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93623/162254177/93623_f2e5d50c-2c3a-4a39-9f6b-77e2b2b473de_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "21/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.055877, - 51.587963 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.0, - "qmprice": 36.08, - "rooms": 3, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162254255", - "info": { - "identifier": 162254255, - "sqm_ocr": 79.0, - "price": 2850.0, - "price_per_sqm": 36.075949367088604, - "url": "https://www.rightmove.co.uk/properties/162254255", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58897/162254255/58897_TOO210178_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.15857, - 51.43455 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -439281,46 +336321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162254516", - "info": { - "identifier": 162254516, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162254516", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Hunters", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107680/162254516/107680_33901397_IMG_00_0000_max_656x437.png", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.027809, - 51.518513 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -439424,7 +336424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", @@ -439464,7 +336464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Tower Estates", @@ -439504,7 +336504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Newington estates", @@ -439584,7 +336584,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Romans & Partners", @@ -439664,7 +336664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Waterview", @@ -439704,7 +336704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", @@ -439721,46 +336721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.87, - "qmprice": 42.33, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162255269", - "info": { - "identifier": 162255269, - "sqm_ocr": 70.87, - "price": 3000.0, - "price_per_sqm": 42.33102864399605, - "url": "https://www.rightmove.co.uk/properties/162255269", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dolce Vita", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/62k/61818/162255269/61818_85954424_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.20834, - 51.45947 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -439784,7 +336744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "London Homes Residential Ltd", @@ -439904,7 +336864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Capital Heights Estate Agents", @@ -439921,46 +336881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2307.0, - "url": "https://www.rightmove.co.uk/properties/162256283", - "info": { - "identifier": 162256283, - "sqm_ocr": null, - "price": 2307.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162256283", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162256283/156986_CGB30018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27641, - 51.55856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -439984,7 +336904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Prime Land Property", @@ -440001,86 +336921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.2, - "qmprice": 36.13, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162256418", - "info": { - "identifier": 162256418, - "sqm_ocr": 69.2, - "price": 2500.0, - "price_per_sqm": 36.127167630057805, - "url": "https://www.rightmove.co.uk/properties/162256418", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hemmingfords", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/202k/201083/162256418/201083_33901540_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "07/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07773, - 51.528263 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2905.0, - "url": "https://www.rightmove.co.uk/properties/162256421", - "info": { - "identifier": 162256421, - "sqm_ocr": null, - "price": 2905.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162256421", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162256421/156986_LMN15_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -440104,7 +336944,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "Cranbrook Lettings & Sales", @@ -440121,46 +336961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2301.0, - "url": "https://www.rightmove.co.uk/properties/162256502", - "info": { - "identifier": 162256502, - "sqm_ocr": null, - "price": 2301.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162256502", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Prime Land Property", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/40k/39507/162256502/39507_444572_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.111394, - 51.52664 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -440224,7 +337024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -440241,46 +337041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2571.0, - "url": "https://www.rightmove.co.uk/properties/162256583", - "info": { - "identifier": 162256583, - "sqm_ocr": null, - "price": 2571.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162256583", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162256583/156986_CGZ30005_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27641, - 51.55856 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -440304,7 +337064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -440344,7 +337104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -440361,46 +337121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2941.0, - "url": "https://www.rightmove.co.uk/properties/162256796", - "info": { - "identifier": 162256796, - "sqm_ocr": null, - "price": 2941.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162256796", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162256796/156986_RQC60017_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27668, - 51.55605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -440424,7 +337144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -440464,7 +337184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 10, + "updated_days": 11, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -440561,46 +337281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 110.1, - "qmprice": 36.33, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162257159", - "info": { - "identifier": 162257159, - "sqm_ocr": 110.1, - "price": 4000.0, - "price_per_sqm": 36.33060853769301, - "url": "https://www.rightmove.co.uk/properties/162257159", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Capital Heights Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55386/162257159/55386_10951000_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.055103, - 51.52054 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -440761,46 +337441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3256.0, - "url": "https://www.rightmove.co.uk/properties/162257285", - "info": { - "identifier": 162257285, - "sqm_ocr": null, - "price": 3256.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162257285", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162257285/156986_RQK50026_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27668, - 51.55605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -440841,126 +337481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2608.0, - "url": "https://www.rightmove.co.uk/properties/162257384", - "info": { - "identifier": 162257384, - "sqm_ocr": null, - "price": 2608.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162257384", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277565/162257384/277565_MY2AAPTE1806D250521_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.23498, - 51.52642 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2796.0, - "url": "https://www.rightmove.co.uk/properties/162257402", - "info": { - "identifier": 162257402, - "sqm_ocr": null, - "price": 2796.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162257402", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162257402/156986_RGG10018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28223, - 51.56023 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162257582", - "info": { - "identifier": 162257582, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162257582", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277565/162257582/277565_MY3AAPTE809D250521_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.23494, - 51.5264 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -441121,126 +337641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2608.0, - "url": "https://www.rightmove.co.uk/properties/162257930", - "info": { - "identifier": 162257930, - "sqm_ocr": null, - "price": 2608.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162257930", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277565/162257930/277565_MY2AAPTE1806D250521TOP_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.23157, - 51.53257 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162257987", - "info": { - "identifier": 162257987, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162257987", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277565/162257987/277565_MY3AAPTE809D250521TOP_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.23157, - 51.53258 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3296.0, - "url": "https://www.rightmove.co.uk/properties/162258074", - "info": { - "identifier": 162258074, - "sqm_ocr": null, - "price": 3296.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162258074", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162258074/156986_MQC20005_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27963, - 51.56131 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -441281,126 +337681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2998.0, - "url": "https://www.rightmove.co.uk/properties/162258155", - "info": { - "identifier": 162258155, - "sqm_ocr": null, - "price": 2998.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162258155", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52518/162258155/52518_CWL190106_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02007, - 51.499294 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3421.0, - "url": "https://www.rightmove.co.uk/properties/162258179", - "info": { - "identifier": 162258179, - "sqm_ocr": null, - "price": 3421.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162258179", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162258179/156986_RGD30018_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.280913, - 51.5607 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2772.0, - "url": "https://www.rightmove.co.uk/properties/162258206", - "info": { - "identifier": 162258206, - "sqm_ocr": null, - "price": 2772.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162258206", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162258206/156986_LMJ21_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -441481,46 +337761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 95.8, - "qmprice": 22.44, - "rooms": 3, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162258710", - "info": { - "identifier": 162258710, - "sqm_ocr": 95.8, - "price": 2150.0, - "price_per_sqm": 22.44258872651357, - "url": "https://www.rightmove.co.uk/properties/162258710", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Maguire Baylis", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32426/162258710/32426_33898400_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.019027, - 51.37715 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -441561,206 +337801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.39, - "qmprice": 44.28, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162258980", - "info": { - "identifier": 162258980, - "sqm_ocr": 73.39, - "price": 3250.0, - "price_per_sqm": 44.28396239269655, - "url": "https://www.rightmove.co.uk/properties/162258980", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hudsons Property", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/76k/75559/162258980/75559_CHS190104_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.156942, - 51.519627 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2608.0, - "url": "https://www.rightmove.co.uk/properties/162259043", - "info": { - "identifier": 162259043, - "sqm_ocr": null, - "price": 2608.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162259043", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277565/162259043/277565_MY2AAPTE1806D250521BTM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.22932, - 51.51617 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162259097", - "info": { - "identifier": 162259097, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162259097", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277565/162259097/277565_MY3AAPTE809D250521BTM_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.22932, - 51.51616 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/162259118", - "info": { - "identifier": 162259118, - "sqm_ocr": null, - "price": 2448.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162259118", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162259118/213815_667678_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.027123, - 51.506016 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 130.5, - "qmprice": 26.82, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162259121", - "info": { - "identifier": 162259121, - "sqm_ocr": 130.5, - "price": 3500.0, - "price_per_sqm": 26.81992337164751, - "url": "https://www.rightmove.co.uk/properties/162259121", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Curchods Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/14k/13985/162259121/13985_CTG230003_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.32927, - 51.4264 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -441841,46 +337881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2747.0, - "url": "https://www.rightmove.co.uk/properties/162259490", - "info": { - "identifier": 162259490, - "sqm_ocr": null, - "price": 2747.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162259490", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/118k/117766/162259490/117766_BBL250046_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.169222, - 51.46767 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -442361,46 +338361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/162261299", - "info": { - "identifier": 162261299, - "sqm_ocr": null, - "price": 2448.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162261299", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162261299/213815_345342_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.027142, - 51.49968 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -442441,206 +338401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3207.0, - "url": "https://www.rightmove.co.uk/properties/162261425", - "info": { - "identifier": 162261425, - "sqm_ocr": null, - "price": 3207.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162261425", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162261425/213815_679919_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.025483, - 51.502357 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3012.0, - "url": "https://www.rightmove.co.uk/properties/162261497", - "info": { - "identifier": 162261497, - "sqm_ocr": null, - "price": 3012.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162261497", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162261497/213815_328637_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.027123, - 51.506016 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/162261683", - "info": { - "identifier": 162261683, - "sqm_ocr": null, - "price": 2448.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162261683", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162261683/213815_569524_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.027297, - 51.49579 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.2, - "qmprice": 37.9, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162261716", - "info": { - "identifier": 162261716, - "sqm_ocr": 75.2, - "price": 2850.0, - "price_per_sqm": 37.898936170212764, - "url": "https://www.rightmove.co.uk/properties/162261716", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Butler & Stag", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/145k/144140/162261716/144140_33901979_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.086727, - 51.5403 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2687.0, - "url": "https://www.rightmove.co.uk/properties/162261746", - "info": { - "identifier": 162261746, - "sqm_ocr": null, - "price": 2687.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162261746", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162261746/213815_558337_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.017776, - 51.500443 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -442801,46 +338561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162262244", - "info": { - "identifier": 162262244, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162262244", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162262244/156986_CWG10001_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.282862, - 51.55864 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -443241,86 +338961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162263999", - "info": { - "identifier": 162263999, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162263999", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162263999/96668_248077512052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.029244, - 51.571133 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 69.7, - "qmprice": 45.84, - "rooms": 2, - "total_price": 3195.0, - "url": "https://www.rightmove.co.uk/properties/162264191", - "info": { - "identifier": 162264191, - "sqm_ocr": 69.7, - "price": 3195.0, - "price_per_sqm": 45.83931133428981, - "url": "https://www.rightmove.co.uk/properties/162264191", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162264191/96668_249153921052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137289, - 51.54334 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -443481,246 +339121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/162264500", - "info": { - "identifier": 162264500, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162264500", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162264500/213815_676381_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.072105, - 51.508904 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2275.0, - "url": "https://www.rightmove.co.uk/properties/162264542", - "info": { - "identifier": 162264542, - "sqm_ocr": null, - "price": 2275.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162264542", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162264542/213815_691338_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.073315, - 51.508633 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2210.0, - "url": "https://www.rightmove.co.uk/properties/162264560", - "info": { - "identifier": 162264560, - "sqm_ocr": null, - "price": 2210.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162264560", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162264560/213815_697996_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.074206, - 51.506405 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/162264581", - "info": { - "identifier": 162264581, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162264581", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162264581/213815_676360_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.078382, - 51.5166 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2297.0, - "url": "https://www.rightmove.co.uk/properties/162264620", - "info": { - "identifier": 162264620, - "sqm_ocr": null, - "price": 2297.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162264620", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162264620/213815_673536_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.078382, - 51.5166 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2318.0, - "url": "https://www.rightmove.co.uk/properties/162264686", - "info": { - "identifier": 162264686, - "sqm_ocr": null, - "price": 2318.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162264686", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162264686/213815_666515_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.071829, - 51.506523 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -443961,46 +339361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.9, - "qmprice": 26.58, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162265553", - "info": { - "identifier": 162265553, - "sqm_ocr": 80.9, - "price": 2150.0, - "price_per_sqm": 26.576019777503088, - "url": "https://www.rightmove.co.uk/properties/162265553", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280928/162265553/280928_KYC250186_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.29287, - 51.554028 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444041,86 +339401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.17, - "qmprice": 39.92, - "rooms": 4, - "total_price": 3600.0, - "url": "https://www.rightmove.co.uk/properties/162265559", - "info": { - "identifier": 162265559, - "sqm_ocr": 90.17, - "price": 3600.0, - "price_per_sqm": 39.9245868914273, - "url": "https://www.rightmove.co.uk/properties/162265559", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/146k/145463/162265559/145463_WLS250150_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.187841, - 51.442795 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.9, - "qmprice": 26.58, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162265565", - "info": { - "identifier": 162265565, - "sqm_ocr": 80.9, - "price": 2150.0, - "price_per_sqm": 26.576019777503088, - "url": "https://www.rightmove.co.uk/properties/162265565", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280928/162265565/280928_KYC250187_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.29287, - 51.554028 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444201,46 +339481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162265871", - "info": { - "identifier": 162265871, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162265871", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Eden Harper", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67498/162265871/67498_33902160_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "08/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.160789, - 51.473167 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444321,46 +339561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 127.05, - "qmprice": 19.68, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162265925", - "info": { - "identifier": 162265925, - "sqm_ocr": 127.05, - "price": 2500.0, - "price_per_sqm": 19.677292404565133, - "url": "https://www.rightmove.co.uk/properties/162265925", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winchester White", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51465/162265925/51465_682dde9366956_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.215952, - 51.434532 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444401,46 +339601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2492.0, - "url": "https://www.rightmove.co.uk/properties/162266054", - "info": { - "identifier": 162266054, - "sqm_ocr": null, - "price": 2492.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162266054", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Clay Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277505/162266054/277505_openeventinalto_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28319, - 51.55914 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444561,46 +339721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.0, - "qmprice": 38.46, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162266201", - "info": { - "identifier": 162266201, - "sqm_ocr": 65.0, - "price": 2500.0, - "price_per_sqm": 38.46153846153846, - "url": "https://www.rightmove.co.uk/properties/162266201", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Conran Estates", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/18k/17519/162266201/17519_GRE211402_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.009745, - 51.474106 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444841,86 +339961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162266573", - "info": { - "identifier": 162266573, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162266573", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Samuel Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252779/162266573/252779_39598_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.087319, - 51.536324 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162266624", - "info": { - "identifier": 162266624, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162266624", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "S Stone Management", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286994/162266624/286994_ssml_493822804_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.105087, - 51.44539 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -444961,126 +340001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.7, - "qmprice": 30.57, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/162266681", - "info": { - "identifier": 162266681, - "sqm_ocr": 86.7, - "price": 2650.0, - "price_per_sqm": 30.565167243367934, - "url": "https://www.rightmove.co.uk/properties/162266681", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/108k/107533/162266681/107533_1316928_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.037487, - 51.476288 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2448.0, - "url": "https://www.rightmove.co.uk/properties/162266684", - "info": { - "identifier": 162266684, - "sqm_ocr": null, - "price": 2448.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162266684", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Jack Barclay Estates", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/214k/213815/162266684/213815_587611_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.026258, - 51.500793 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.55, - "qmprice": 47.31, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162266738", - "info": { - "identifier": 162266738, - "sqm_ocr": 84.55, - "price": 4000.0, - "price_per_sqm": 47.30928444707274, - "url": "https://www.rightmove.co.uk/properties/162266738", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43428/162266738/43428_FCL230453_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.194048, - 51.493717 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -445321,86 +340241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.18, - "qmprice": 38.36, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162267203", - "info": { - "identifier": 162267203, - "sqm_ocr": 65.18, - "price": 2500.0, - "price_per_sqm": 38.35532371893218, - "url": "https://www.rightmove.co.uk/properties/162267203", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ariston Property", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/22k/21035/162267203/21035_4800_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07748, - 51.52826 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3388.0, - "url": "https://www.rightmove.co.uk/properties/162267434", - "info": { - "identifier": 162267434, - "sqm_ocr": null, - "price": 3388.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162267434", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Way of Life", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/260k/259979/162267434/259979_EVER-2599792y10bUynKJMC0eTUaN8XWauc1Gf2noNFujxEjUXzPYksM3LOrcVxb_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061882, - 51.590843 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -445801,46 +340641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162271262", - "info": { - "identifier": 162271262, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162271262", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/162271262/115768_thedup_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "31/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02426, - 51.49212 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -446041,46 +340841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162272345", - "info": { - "identifier": 162272345, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162272345", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Simple Life London", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/266k/265673/162272345/265673_S1619-0105_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27546, - 51.50805 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -446121,86 +340881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/162273071", - "info": { - "identifier": 162273071, - "sqm_ocr": null, - "price": 3033.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162273071", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/162273071/115768_788as765_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "04/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01766, - 51.49147 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3033.0, - "url": "https://www.rightmove.co.uk/properties/162273176", - "info": { - "identifier": 162273176, - "sqm_ocr": null, - "price": 3033.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162273176", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/162273176/115768_7845ex223_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01822, - 51.49099 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -446361,46 +341041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3900.0, - "url": "https://www.rightmove.co.uk/properties/162273608", - "info": { - "identifier": 162273608, - "sqm_ocr": null, - "price": 3900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162273608", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Reiss Samuels", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/116k/115768/162273608/115768_785the765_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "27/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10117, - 51.48407 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -446801,166 +341441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162279644", - "info": { - "identifier": 162279644, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162279644", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162279644/249341_AHA3_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.170014, - 51.533566 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2670.0, - "url": "https://www.rightmove.co.uk/properties/162280208", - "info": { - "identifier": 162280208, - "sqm_ocr": null, - "price": 2670.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162280208", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162280208/249341_NJC9_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01006, - 51.51318 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162280358", - "info": { - "identifier": 162280358, - "sqm_ocr": null, - "price": 4000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162280358", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162280358/270461_JAX220704_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068802, - 51.514584 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2555.0, - "url": "https://www.rightmove.co.uk/properties/162280610", - "info": { - "identifier": 162280610, - "sqm_ocr": null, - "price": 2555.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162280610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162280610/249341_NJB23_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01006, - 51.51318 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -447001,246 +341481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 92.6, - "qmprice": 36.72, - "rooms": 4, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/162280643", - "info": { - "identifier": 162280643, - "sqm_ocr": 92.6, - "price": 3400.0, - "price_per_sqm": 36.717062634989205, - "url": "https://www.rightmove.co.uk/properties/162280643", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162280643/249341_SPA3_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00409, - 51.54769 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.8, - "qmprice": 28.07, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162280811", - "info": { - "identifier": 162280811, - "sqm_ocr": 74.8, - "price": 2100.0, - "price_per_sqm": 28.074866310160427, - "url": "https://www.rightmove.co.uk/properties/162280811", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15963/162280811/15963_1324697_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.215534, - 51.44851 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.63, - "qmprice": 36.59, - "rooms": 2, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/162280814", - "info": { - "identifier": 162280814, - "sqm_ocr": 80.63, - "price": 2950.0, - "price_per_sqm": 36.58687833312663, - "url": "https://www.rightmove.co.uk/properties/162280814", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15963/162280814/15963_1318942_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.231234, - 51.48536 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.71, - "qmprice": 42.79, - "rooms": 2, - "total_price": 2384.0, - "url": "https://www.rightmove.co.uk/properties/162280817", - "info": { - "identifier": 162280817, - "sqm_ocr": 55.71, - "price": 2384.0, - "price_per_sqm": 42.793035361694486, - "url": "https://www.rightmove.co.uk/properties/162280817", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64127/162280817/64127_1323652_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.170713, - 51.540882 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.8, - "qmprice": 43.45, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162280823", - "info": { - "identifier": 162280823, - "sqm_ocr": 74.8, - "price": 3250.0, - "price_per_sqm": 43.44919786096257, - "url": "https://www.rightmove.co.uk/properties/162280823", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15963/162280823/15963_1324696_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.215534, - 51.44851 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3490.0, - "url": "https://www.rightmove.co.uk/properties/162281018", - "info": { - "identifier": 162281018, - "sqm_ocr": null, - "price": 3490.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162281018", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Allsop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/251k/250628/162281018/250628_A309_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.1372, - 51.48036 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -447441,46 +341681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.62, - "qmprice": 34.92, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162281450", - "info": { - "identifier": 162281450, - "sqm_ocr": 81.62, - "price": 2850.0, - "price_per_sqm": 34.91791227640284, - "url": "https://www.rightmove.co.uk/properties/162281450", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "MY LONDON HOME", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/7k/6464/162281450/6464_CWE250213_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.104468, - 51.49267 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -447721,166 +341921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3439.0, - "url": "https://www.rightmove.co.uk/properties/162282785", - "info": { - "identifier": 162282785, - "sqm_ocr": null, - "price": 3439.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162282785", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162282785/156986_LMQ8_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 43.9, - "qmprice": 62.64, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162282848", - "info": { - "identifier": 162282848, - "sqm_ocr": 43.9, - "price": 2750.0, - "price_per_sqm": 62.64236902050114, - "url": "https://www.rightmove.co.uk/properties/162282848", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162282848/156986_MPC10_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.169999, - 51.521275 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.8, - "qmprice": 44.25, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162282860", - "info": { - "identifier": 162282860, - "sqm_ocr": 67.8, - "price": 3000.0, - "price_per_sqm": 44.24778761061947, - "url": "https://www.rightmove.co.uk/properties/162282860", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57952/162282860/57952_KDR230191_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.109632, - 51.483887 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162282944", - "info": { - "identifier": 162282944, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162282944", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162282944/238769_3a5b90bd-4889-4cab-975d-271b47afe9b5_IMG_12_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24819, - 51.59562 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -447921,86 +341961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3055.0, - "url": "https://www.rightmove.co.uk/properties/162283019", - "info": { - "identifier": 162283019, - "sqm_ocr": null, - "price": 3055.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162283019", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162283019/156986_ROD30049_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27668, - 51.55605 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162283079", - "info": { - "identifier": 162283079, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162283079", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162283079/238769_abef3c30-6ec0-4810-bb9d-ae9567414ab4_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24759, - 51.59603 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448161,46 +342121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162283730", - "info": { - "identifier": 162283730, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162283730", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/49k/48330/162283730/48330_HEA220122_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118821, - 51.460968 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448241,46 +342161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2701.0, - "url": "https://www.rightmove.co.uk/properties/162283805", - "info": { - "identifier": 162283805, - "sqm_ocr": null, - "price": 2701.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162283805", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162283805/156986_LMM17_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448361,86 +342241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162284735", - "info": { - "identifier": 162284735, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162284735", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162284735/238769_JW8275270_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2588, - 51.52274 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162284804", - "info": { - "identifier": 162284804, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162284804", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Philip Alexander", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/74k/73781/162284804/73781_33902723_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.102355, - 51.585598 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448521,86 +342321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.3, - "qmprice": 61.26, - "rooms": 2, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162285458", - "info": { - "identifier": 162285458, - "sqm_ocr": 65.3, - "price": 4000.0, - "price_per_sqm": 61.25574272588055, - "url": "https://www.rightmove.co.uk/properties/162285458", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15948/162285458/15948_1313374_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.181956, - 51.473293 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.0, - "qmprice": 40.12, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162285617", - "info": { - "identifier": 162285617, - "sqm_ocr": 81.0, - "price": 3250.0, - "price_per_sqm": 40.123456790123456, - "url": "https://www.rightmove.co.uk/properties/162285617", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Harding Green", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181964/162285617/181964_RX583460_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.184938, - 51.551907 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448641,46 +342361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3436.0, - "url": "https://www.rightmove.co.uk/properties/162285746", - "info": { - "identifier": 162285746, - "sqm_ocr": null, - "price": 3436.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162285746", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162285746/156986_MQZ6_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27963, - 51.56131 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448721,126 +342401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.8, - "qmprice": 26.14, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162285989", - "info": { - "identifier": 162285989, - "sqm_ocr": 91.8, - "price": 2400.0, - "price_per_sqm": 26.143790849673202, - "url": "https://www.rightmove.co.uk/properties/162285989", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Cortland", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260993/162285989/260993_LIVGR_022996_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.062566, - 51.47437 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.8, - "qmprice": 25.05, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162285995", - "info": { - "identifier": 162285995, - "sqm_ocr": 91.8, - "price": 2300.0, - "price_per_sqm": 25.05446623093682, - "url": "https://www.rightmove.co.uk/properties/162285995", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Cortland", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/261k/260993/162285995/260993_LIVGR_022997_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.062566, - 51.47437 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2487.0, - "url": "https://www.rightmove.co.uk/properties/162286043", - "info": { - "identifier": 162286043, - "sqm_ocr": null, - "price": 2487.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162286043", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162286043/156986_CDZ10048_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28318, - 51.55863 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -448961,86 +342521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.3, - "qmprice": 29.52, - "rooms": 2, - "total_price": 2075.0, - "url": "https://www.rightmove.co.uk/properties/162286646", - "info": { - "identifier": 162286646, - "sqm_ocr": 70.3, - "price": 2075.0, - "price_per_sqm": 29.516358463726885, - "url": "https://www.rightmove.co.uk/properties/162286646", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "RCAM", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/241k/240482/162286646/240482_2bed2205_IMG_07_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.47494, - 51.51099 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3597.0, - "url": "https://www.rightmove.co.uk/properties/162286721", - "info": { - "identifier": 162286721, - "sqm_ocr": null, - "price": 3597.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162286721", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/162286721/181787_181787_597_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.08908, - 51.49571 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -449321,86 +342801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2396.0, - "url": "https://www.rightmove.co.uk/properties/162287741", - "info": { - "identifier": 162287741, - "sqm_ocr": null, - "price": 2396.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162287741", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "1 Ability Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/182k/181787/162287741/181787_181787_553_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19227, - 51.48377 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162288554", - "info": { - "identifier": 162288554, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162288554", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Apo", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/232k/231224/162288554/231224_BA1502_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.07346, - 51.53558 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -449721,46 +343121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2362.0, - "url": "https://www.rightmove.co.uk/properties/162289700", - "info": { - "identifier": 162289700, - "sqm_ocr": null, - "price": 2362.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162289700", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Rochester Place", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96542/162289700/96542_ROCH_000871_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.111586, - 51.57679 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -449801,126 +343161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162290273", - "info": { - "identifier": 162290273, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162290273", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Franklyn James", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/10k/9158/162290273/9158_33901956_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.022703, - 51.51574 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.15, - "qmprice": 36.47, - "rooms": 2, - "total_price": 3142.0, - "url": "https://www.rightmove.co.uk/properties/162290291", - "info": { - "identifier": 162290291, - "sqm_ocr": 86.15, - "price": 3142.0, - "price_per_sqm": 36.47127103888566, - "url": "https://www.rightmove.co.uk/properties/162290291", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Frank - Lettings", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65911/162290291/65911_WAQ012578870_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.068631, - 51.5049 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.4, - "qmprice": 35.57, - "rooms": 2, - "total_price": 2575.0, - "url": "https://www.rightmove.co.uk/properties/162290381", - "info": { - "identifier": 162290381, - "sqm_ocr": 72.4, - "price": 2575.0, - "price_per_sqm": 35.56629834254144, - "url": "https://www.rightmove.co.uk/properties/162290381", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dutch & Dutch", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/8k/7616/162290381/7616_WHM210050_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17441, - 51.55538 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -450001,46 +343241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.0, - "qmprice": 23.47, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162290459", - "info": { - "identifier": 162290459, - "sqm_ocr": 98.0, - "price": 2300.0, - "price_per_sqm": 23.46938775510204, - "url": "https://www.rightmove.co.uk/properties/162290459", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Centro", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/60k/59563/162290459/59563_33903076_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.172314, - 51.379116 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -450081,46 +343281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2030.0, - "url": "https://www.rightmove.co.uk/properties/162290522", - "info": { - "identifier": 162290522, - "sqm_ocr": null, - "price": 2030.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162290522", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162290522/89149_HayesC45-2205_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "20/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42562, - 51.50377 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -450201,46 +343361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 106.74, - "qmprice": 32.79, - "rooms": 3, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162291026", - "info": { - "identifier": 162291026, - "sqm_ocr": 106.74, - "price": 3500.0, - "price_per_sqm": 32.78995690462807, - "url": "https://www.rightmove.co.uk/properties/162291026", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "YRT Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/199k/198371/162291026/198371_29052298_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.197137, - 51.533455 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -450361,46 +343481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 131.9, - "qmprice": 22.74, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162291266", - "info": { - "identifier": 162291266, - "sqm_ocr": 131.9, - "price": 3000.0, - "price_per_sqm": 22.74450341167551, - "url": "https://www.rightmove.co.uk/properties/162291266", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253856/162291266/253856_1325785_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.14054, - 51.405468 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -450721,286 +343801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2087.0, - "url": "https://www.rightmove.co.uk/properties/162291767", - "info": { - "identifier": 162291767, - "sqm_ocr": null, - "price": 2087.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162291767", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222854/162291767/222854_2003B-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094225, - 51.3743 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2061.0, - "url": "https://www.rightmove.co.uk/properties/162291791", - "info": { - "identifier": 162291791, - "sqm_ocr": null, - "price": 2061.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162291791", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222854/162291791/222854_2004A-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094225, - 51.3743 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2127.0, - "url": "https://www.rightmove.co.uk/properties/162291800", - "info": { - "identifier": 162291800, - "sqm_ocr": null, - "price": 2127.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162291800", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222854/162291800/222854_1201A-22-05-AM_IMG_01_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094225, - 51.3743 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2658.0, - "url": "https://www.rightmove.co.uk/properties/162291812", - "info": { - "identifier": 162291812, - "sqm_ocr": null, - "price": 2658.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162291812", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/223k/222854/162291812/222854_1902A-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094225, - 51.3743 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 79.2, - "qmprice": 45.23, - "rooms": 2, - "total_price": 3582.0, - "url": "https://www.rightmove.co.uk/properties/162291890", - "info": { - "identifier": 162291890, - "sqm_ocr": 79.2, - "price": 3582.0, - "price_per_sqm": 45.22727272727273, - "url": "https://www.rightmove.co.uk/properties/162291890", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197981/162291890/197981_S-1902-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01921, - 51.49923 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.1, - "qmprice": 44.03, - "rooms": 2, - "total_price": 3615.0, - "url": "https://www.rightmove.co.uk/properties/162291896", - "info": { - "identifier": 162291896, - "sqm_ocr": 82.1, - "price": 3615.0, - "price_per_sqm": 44.03166869671133, - "url": "https://www.rightmove.co.uk/properties/162291896", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197981/162291896/197981_S-2302-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01921, - 51.49923 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 84.4, - "qmprice": 44.02, - "rooms": 2, - "total_price": 3715.0, - "url": "https://www.rightmove.co.uk/properties/162291908", - "info": { - "identifier": 162291908, - "sqm_ocr": 84.4, - "price": 3715.0, - "price_per_sqm": 44.01658767772511, - "url": "https://www.rightmove.co.uk/properties/162291908", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197981/162291908/197981_S-0605-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01921, - 51.49923 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451041,166 +343841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.0, - "qmprice": 39.51, - "rooms": 2, - "total_price": 3279.0, - "url": "https://www.rightmove.co.uk/properties/162291980", - "info": { - "identifier": 162291980, - "sqm_ocr": 83.0, - "price": 3279.0, - "price_per_sqm": 39.506024096385545, - "url": "https://www.rightmove.co.uk/properties/162291980", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197981/162291980/197981_O-0202-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019556, - 51.49956 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.8, - "qmprice": 40.09, - "rooms": 2, - "total_price": 3560.0, - "url": "https://www.rightmove.co.uk/properties/162292001", - "info": { - "identifier": 162292001, - "sqm_ocr": 88.8, - "price": 3560.0, - "price_per_sqm": 40.090090090090094, - "url": "https://www.rightmove.co.uk/properties/162292001", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197981/162292001/197981_O-0901-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "22/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019556, - 51.49956 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3630.0, - "url": "https://www.rightmove.co.uk/properties/162292019", - "info": { - "identifier": 162292019, - "sqm_ocr": null, - "price": 3630.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162292019", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": null, - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019556, - 51.49956 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.8, - "qmprice": 39.95, - "rooms": 2, - "total_price": 3548.0, - "url": "https://www.rightmove.co.uk/properties/162292025", - "info": { - "identifier": 162292025, - "sqm_ocr": 88.8, - "price": 3548.0, - "price_per_sqm": 39.95495495495496, - "url": "https://www.rightmove.co.uk/properties/162292025", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/198k/197981/162292025/197981_O-1903-22-05-AM_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.019556, - 51.49956 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451224,7 +343864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Greystar", @@ -451241,46 +343881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 101.7, - "qmprice": 31.96, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162292061", - "info": { - "identifier": 162292061, - "sqm_ocr": 101.7, - "price": 3250.0, - "price_per_sqm": 31.956735496558505, - "url": "https://www.rightmove.co.uk/properties/162292061", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "LCP Private Office", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/93k/92953/162292061/92953_11SMG_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.10905, - 51.49352 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451321,46 +343921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2565.0, - "url": "https://www.rightmove.co.uk/properties/162292403", - "info": { - "identifier": 162292403, - "sqm_ocr": null, - "price": 2565.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162292403", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162292403/89149_LewA142-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "08/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01218, - 51.46503 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451401,86 +343961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2495.0, - "url": "https://www.rightmove.co.uk/properties/162292565", - "info": { - "identifier": 162292565, - "sqm_ocr": null, - "price": 2495.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162292565", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162292565/89149_LewA72-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01218, - 51.46503 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.0, - "qmprice": 45.0, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162292664", - "info": { - "identifier": 162292664, - "sqm_ocr": 60.0, - "price": 2700.0, - "price_per_sqm": 45.0, - "url": "https://www.rightmove.co.uk/properties/162292664", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Braithwait", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/275k/274382/162292664/274382_33903226_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191756, - 51.524204 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451521,86 +344001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2390.0, - "url": "https://www.rightmove.co.uk/properties/162292943", - "info": { - "identifier": 162292943, - "sqm_ocr": null, - "price": 2390.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162292943", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162292943/89149_LewA64-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "23/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01218, - 51.46503 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.9, - "qmprice": 27.19, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162293018", - "info": { - "identifier": 162293018, - "sqm_ocr": 80.9, - "price": 2200.0, - "price_per_sqm": 27.194066749072928, - "url": "https://www.rightmove.co.uk/properties/162293018", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280928/162293018/280928_KYC250189_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.29287, - 51.554028 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451641,126 +344041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162293159", - "info": { - "identifier": 162293159, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162293159", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CityWharf Property Investment Consultancy", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/207k/206597/162293159/206597_RL1684X6_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.005738, - 51.5129 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162293234", - "info": { - "identifier": 162293234, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162293234", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CityWharf Property Investment Consultancy", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/207k/206597/162293234/206597_RL1711X5_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.163201, - 51.4654 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 118.0, - "qmprice": 21.48, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/162293354", - "info": { - "identifier": 162293354, - "sqm_ocr": 118.0, - "price": 2535.0, - "price_per_sqm": 21.483050847457626, - "url": "https://www.rightmove.co.uk/properties/162293354", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162293354/89149_LewB132-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01218, - 51.46503 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451801,86 +344081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 112.28, - "qmprice": 22.27, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162293738", - "info": { - "identifier": 162293738, - "sqm_ocr": 112.28, - "price": 2500.0, - "price_per_sqm": 22.265764161026006, - "url": "https://www.rightmove.co.uk/properties/162293738", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winchester White", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51465/162293738/51465_6821e48b4d2b3_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.220163, - 51.444614 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2425.0, - "url": "https://www.rightmove.co.uk/properties/162293918", - "info": { - "identifier": 162293918, - "sqm_ocr": null, - "price": 2425.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162293918", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162293918/89149_CT40-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "12/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.01066, - 51.51626 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -451961,46 +344161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162294491", - "info": { - "identifier": 162294491, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162294491", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Celestial Globe", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/238k/237452/162294491/237452_66_IMG_06_0000_max_656x437.png", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12579, - 51.4821 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452121,46 +344281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2410.0, - "url": "https://www.rightmove.co.uk/properties/162294935", - "info": { - "identifier": 162294935, - "sqm_ocr": null, - "price": 2410.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162294935", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162294935/89149_WAL-S2-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04087, - 51.58844 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452201,46 +344321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.64, - "qmprice": 35.89, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/162295148", - "info": { - "identifier": 162295148, - "sqm_ocr": 70.64, - "price": 2535.0, - "price_per_sqm": 35.886183465458664, - "url": "https://www.rightmove.co.uk/properties/162295148", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162295148/89149_WAL-Q11-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04087, - 51.58844 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452281,46 +344361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.83, - "qmprice": 32.92, - "rooms": 2, - "total_price": 2496.0, - "url": "https://www.rightmove.co.uk/properties/162295256", - "info": { - "identifier": 162295256, - "sqm_ocr": 75.83, - "price": 2496.0, - "price_per_sqm": 32.91573255967295, - "url": "https://www.rightmove.co.uk/properties/162295256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162295256/208253_BSL250356_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.248999, - 51.59549 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452361,46 +344401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.0, - "qmprice": 34.5, - "rooms": 2, - "total_price": 2415.0, - "url": "https://www.rightmove.co.uk/properties/162295337", - "info": { - "identifier": 162295337, - "sqm_ocr": 70.0, - "price": 2415.0, - "price_per_sqm": 34.5, - "url": "https://www.rightmove.co.uk/properties/162295337", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162295337/89149_WAL-R10-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04087, - 51.58844 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452441,46 +344441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.09, - "qmprice": 39.14, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162295484", - "info": { - "identifier": 162295484, - "sqm_ocr": 74.09, - "price": 2900.0, - "price_per_sqm": 39.141584559319746, - "url": "https://www.rightmove.co.uk/properties/162295484", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162295484/208253_BSL250357_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24784, - 51.595272 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452521,46 +344481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.0, - "qmprice": 40.25, - "rooms": 2, - "total_price": 2415.0, - "url": "https://www.rightmove.co.uk/properties/162295493", - "info": { - "identifier": 162295493, - "sqm_ocr": 60.0, - "price": 2415.0, - "price_per_sqm": 40.25, - "url": "https://www.rightmove.co.uk/properties/162295493", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162295493/89149_WAL-R38-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04087, - 51.58844 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452601,46 +344521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.38, - "qmprice": 36.38, - "rooms": 2, - "total_price": 2415.0, - "url": "https://www.rightmove.co.uk/properties/162295652", - "info": { - "identifier": 162295652, - "sqm_ocr": 66.38, - "price": 2415.0, - "price_per_sqm": 36.38144019282917, - "url": "https://www.rightmove.co.uk/properties/162295652", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162295652/89149_WAL-S23-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.0413, - 51.58845 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452681,46 +344561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.0, - "qmprice": 40.08, - "rooms": 2, - "total_price": 2405.0, - "url": "https://www.rightmove.co.uk/properties/162295745", - "info": { - "identifier": 162295745, - "sqm_ocr": 60.0, - "price": 2405.0, - "price_per_sqm": 40.083333333333336, - "url": "https://www.rightmove.co.uk/properties/162295745", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162295745/89149_WAL-R26-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "15/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04087, - 51.58844 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452801,46 +344641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.8, - "qmprice": 35.83, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162295925", - "info": { - "identifier": 162295925, - "sqm_ocr": 62.8, - "price": 2250.0, - "price_per_sqm": 35.82802547770701, - "url": "https://www.rightmove.co.uk/properties/162295925", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "David Andrew", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93623/162295925/93623_cacb57bb-e73d-4dbd-b21a-2964a29e71c3_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.116662, - 51.56395 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -452961,46 +344761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 60.78, - "qmprice": 63.82, - "rooms": 2, - "total_price": 3879.0, - "url": "https://www.rightmove.co.uk/properties/162296057", - "info": { - "identifier": 162296057, - "sqm_ocr": 60.78, - "price": 3879.0, - "price_per_sqm": 63.820335636722604, - "url": "https://www.rightmove.co.uk/properties/162296057", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/109k/108515/162296057/108515_1327418_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.199125, - 51.491417 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -453041,46 +344801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.16, - "qmprice": 30.07, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162296153", - "info": { - "identifier": 162296153, - "sqm_ocr": 73.16, - "price": 2200.0, - "price_per_sqm": 30.071077091306726, - "url": "https://www.rightmove.co.uk/properties/162296153", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Grainger", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80340/162296153/80340_a1G4J000002603BUAQ_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.28512, - 51.48876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -453481,46 +345201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/162297068", - "info": { - "identifier": 162297068, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162297068", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CBRE Residential, Letting Developments", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/209k/208253/162297068/208253_BSL250362_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.102416, - 51.492596 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -453721,46 +345401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 87.7, - "qmprice": 39.87, - "rooms": 2, - "total_price": 3497.0, - "url": "https://www.rightmove.co.uk/properties/162297485", - "info": { - "identifier": 162297485, - "sqm_ocr": 87.7, - "price": 3497.0, - "price_per_sqm": 39.8745724059293, - "url": "https://www.rightmove.co.uk/properties/162297485", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Frank Harris & Co.", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/72k/71140/162297485/71140_32639910_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.126471, - 51.525448 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -453881,46 +345521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2290.0, - "url": "https://www.rightmove.co.uk/properties/162297800", - "info": { - "identifier": 162297800, - "sqm_ocr": null, - "price": 2290.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162297800", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162297800/238769_26b9aff3-fedc-48ca-8339-02ddc8e25380_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.26133, - 51.52348 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -453961,86 +345561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162297857", - "info": { - "identifier": 162297857, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162297857", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162297857/96668_246942801052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.131225, - 51.565617 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 81.01, - "qmprice": 40.12, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162297899", - "info": { - "identifier": 162297899, - "sqm_ocr": 81.01, - "price": 3250.0, - "price_per_sqm": 40.11850388840884, - "url": "https://www.rightmove.co.uk/properties/162297899", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Milton Stone", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/131k/130732/162297899/130732_RL0592_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.181387, - 51.490715 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -454081,166 +345601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.4, - "qmprice": 29.33, - "rooms": 3, - "total_price": 2534.0, - "url": "https://www.rightmove.co.uk/properties/162298067", - "info": { - "identifier": 162298067, - "sqm_ocr": 86.4, - "price": 2534.0, - "price_per_sqm": 29.328703703703702, - "url": "https://www.rightmove.co.uk/properties/162298067", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210875/162298067/210875_GW702-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34379, - 51.54747 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 82.0, - "qmprice": 30.17, - "rooms": 3, - "total_price": 2474.0, - "url": "https://www.rightmove.co.uk/properties/162298118", - "info": { - "identifier": 162298118, - "sqm_ocr": 82.0, - "price": 2474.0, - "price_per_sqm": 30.170731707317074, - "url": "https://www.rightmove.co.uk/properties/162298118", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210875/162298118/210875_LD623-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.34379, - 51.54747 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.4, - "qmprice": 27.91, - "rooms": 3, - "total_price": 2411.0, - "url": "https://www.rightmove.co.uk/properties/162298196", - "info": { - "identifier": 162298196, - "sqm_ocr": 86.4, - "price": 2411.0, - "price_per_sqm": 27.90509259259259, - "url": "https://www.rightmove.co.uk/properties/162298196", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210875/162298196/210875_GW530-22052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3426, - 51.54804 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.3, - "qmprice": 33.34, - "rooms": 2, - "total_price": 2344.0, - "url": "https://www.rightmove.co.uk/properties/162298271", - "info": { - "identifier": 162298271, - "sqm_ocr": 70.3, - "price": 2344.0, - "price_per_sqm": 33.34281650071124, - "url": "https://www.rightmove.co.uk/properties/162298271", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210875/162298271/210875_GW449-22052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3426, - 51.54804 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -454361,126 +345721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2238.0, - "url": "https://www.rightmove.co.uk/properties/162298523", - "info": { - "identifier": 162298523, - "sqm_ocr": null, - "price": 2238.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162298523", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/211k/210875/162298523/210875_GW610-22052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3426, - 51.54804 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162298691", - "info": { - "identifier": 162298691, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162298691", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Ellisons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26249/162298691/26249_33903581_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "26/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.220691, - 51.41043 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.51, - "qmprice": 34.02, - "rooms": 2, - "total_price": 2535.0, - "url": "https://www.rightmove.co.uk/properties/162299021", - "info": { - "identifier": 162299021, - "sqm_ocr": 74.51, - "price": 2535.0, - "price_per_sqm": 34.02227888873976, - "url": "https://www.rightmove.co.uk/properties/162299021", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Barnard Marcus Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50966/162299021/50966_P2566B3230_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.22882, - 51.49944 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -454721,86 +345961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.01, - "qmprice": 42.1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162299840", - "info": { - "identifier": 162299840, - "sqm_ocr": 57.01, - "price": 2400.0, - "price_per_sqm": 42.09787756533942, - "url": "https://www.rightmove.co.uk/properties/162299840", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Mile", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53010/162299840/53010_101541003922_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.220597, - 51.5304 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2881.0, - "url": "https://www.rightmove.co.uk/properties/162299843", - "info": { - "identifier": 162299843, - "sqm_ocr": null, - "price": 2881.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162299843", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162299843/288413_3-Bed-F-232-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42424, - 51.50568 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -454841,86 +346001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2839.0, - "url": "https://www.rightmove.co.uk/properties/162299882", - "info": { - "identifier": 162299882, - "sqm_ocr": null, - "price": 2839.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162299882", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162299882/288413_3-Bed-F-263-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42424, - 51.50568 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2788.0, - "url": "https://www.rightmove.co.uk/properties/162299927", - "info": { - "identifier": 162299927, - "sqm_ocr": null, - "price": 2788.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162299927", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162299927/288413_3-Bed-F-211-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42424, - 51.50568 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -455001,46 +346081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2758.0, - "url": "https://www.rightmove.co.uk/properties/162300182", - "info": { - "identifier": 162300182, - "sqm_ocr": null, - "price": 2758.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162300182", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162300182/288413_3-Bed-F-214-22525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42353, - 51.50546 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -455121,46 +346161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2280.0, - "url": "https://www.rightmove.co.uk/properties/162300326", - "info": { - "identifier": 162300326, - "sqm_ocr": null, - "price": 2280.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162300326", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162300326/288413_2-Bed-F-228-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42381, - 51.50547 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -455201,126 +346201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2280.0, - "url": "https://www.rightmove.co.uk/properties/162300614", - "info": { - "identifier": 162300614, - "sqm_ocr": null, - "price": 2280.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162300614", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162300614/288413_2-Bed-F-209-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42389, - 51.50553 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2247.0, - "url": "https://www.rightmove.co.uk/properties/162300656", - "info": { - "identifier": 162300656, - "sqm_ocr": null, - "price": 2247.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162300656", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162300656/288413_2-Bed-F-264-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42312, - 51.50512 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2124.0, - "url": "https://www.rightmove.co.uk/properties/162300689", - "info": { - "identifier": 162300689, - "sqm_ocr": null, - "price": 2124.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162300689", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288413/162300689/288413_2-Bed-F-221-220525_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.42381, - 51.50547 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -455441,46 +346321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 51.0, - "qmprice": 41.18, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162300836", - "info": { - "identifier": 162300836, - "sqm_ocr": 51.0, - "price": 2100.0, - "price_per_sqm": 41.1764705882353, - "url": "https://www.rightmove.co.uk/properties/162300836", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/58k/57272/162300836/57272_1326361_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.27927, - 51.3799 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -455521,46 +346361,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162301091", - "info": { - "identifier": 162301091, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162301091", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162301091/238769_JW7284962_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.25872, - 51.52281 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -456001,86 +346801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.64, - "qmprice": 37.84, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/162302780", - "info": { - "identifier": 162302780, - "sqm_ocr": 76.64, - "price": 2900.0, - "price_per_sqm": 37.839248434237994, - "url": "https://www.rightmove.co.uk/properties/162302780", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Portico", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247499/162302780/247499_P285060_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.20846, - 51.47737 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.0, - "qmprice": 30.77, - "rooms": 2, - "total_price": 3200.0, - "url": "https://www.rightmove.co.uk/properties/162302918", - "info": { - "identifier": 162302918, - "sqm_ocr": 104.0, - "price": 3200.0, - "price_per_sqm": 30.76923076923077, - "url": "https://www.rightmove.co.uk/properties/162302918", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Share of Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/85k/84806/162302918/84806_33903833_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.30188, - 51.464546 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -456161,46 +346881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162303326", - "info": { - "identifier": 162303326, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162303326", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Barnfields Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3843/162303326/3843_P3288F1502_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07754, - 51.65676 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -456241,46 +346921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162303767", - "info": { - "identifier": 162303767, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162303767", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77511/162303767/77511_SHO250086_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.036787, - 51.531765 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -456521,46 +347161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.4, - "qmprice": 46.93, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162304457", - "info": { - "identifier": 162304457, - "sqm_ocr": 55.4, - "price": 2600.0, - "price_per_sqm": 46.931407942238266, - "url": "https://www.rightmove.co.uk/properties/162304457", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/106k/105760/162304457/105760_33903928_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.149801, - 51.490803 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -456641,166 +347241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2850.0, - "url": "https://www.rightmove.co.uk/properties/162305225", - "info": { - "identifier": 162305225, - "sqm_ocr": null, - "price": 2850.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162305225", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/162305225/99425_102708041272_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16378, - 51.54403 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162305303", - "info": { - "identifier": 162305303, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162305303", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "London Capital Homes Ltd", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/192k/191744/162305303/191744_RL4994_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.134912, - 51.658752 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2360.0, - "url": "https://www.rightmove.co.uk/properties/162305342", - "info": { - "identifier": 162305342, - "sqm_ocr": null, - "price": 2360.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162305342", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286454/162305342/286454_P62385_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.31884, - 51.5352 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 55.1, - "qmprice": 36.3, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162305537", - "info": { - "identifier": 162305537, - "sqm_ocr": 55.1, - "price": 2000.0, - "price_per_sqm": 36.29764065335753, - "url": "https://www.rightmove.co.uk/properties/162305537", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66771/162305537/66771_1327450_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.089467, - 51.487694 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -457081,406 +347521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2429.0, - "url": "https://www.rightmove.co.uk/properties/162306641", - "info": { - "identifier": 162306641, - "sqm_ocr": null, - "price": 2429.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162306641", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162306641/156986_MQF20045_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.277941, - 51.557484 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 59.0, - "qmprice": 36.44, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162306698", - "info": { - "identifier": 162306698, - "sqm_ocr": 59.0, - "price": 2150.0, - "price_per_sqm": 36.440677966101696, - "url": "https://www.rightmove.co.uk/properties/162306698", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Stirling Ackroyd Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/78k/77508/162306698/77508_GER237532_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "05/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.062791, - 51.49256 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162306935", - "info": { - "identifier": 162306935, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162306935", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162306935/238769_cwfse22052025vac_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07578, - 51.54792 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3554.0, - "url": "https://www.rightmove.co.uk/properties/162306941", - "info": { - "identifier": 162306941, - "sqm_ocr": null, - "price": 3554.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162306941", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162306941/156986_TWF10009_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.282862, - 51.55864 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162307049", - "info": { - "identifier": 162307049, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307049", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Douglas Pryce", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227717/162307049/227717_33904101_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.018789, - 51.497578 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2921.0, - "url": "https://www.rightmove.co.uk/properties/162307106", - "info": { - "identifier": 162307106, - "sqm_ocr": null, - "price": 2921.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307106", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162307106/156986_LBE56_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2812, - 51.56006 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3161.0, - "url": "https://www.rightmove.co.uk/properties/162307139", - "info": { - "identifier": 162307139, - "sqm_ocr": null, - "price": 3161.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307139", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162307139/156986_CGD30006_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27641, - 51.55856 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2450.0, - "url": "https://www.rightmove.co.uk/properties/162307157", - "info": { - "identifier": 162307157, - "sqm_ocr": null, - "price": 2450.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307157", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284606/162307157/284606_EW2CAPTA803D250522_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 61.47, - "qmprice": 32.54, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162307160", - "info": { - "identifier": 162307160, - "sqm_ocr": 61.47, - "price": 2000.0, - "price_per_sqm": 32.53619651862697, - "url": "https://www.rightmove.co.uk/properties/162307160", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162307160/238769_cwpmh22052025vac_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.48546, - 51.55006 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2855.0, - "url": "https://www.rightmove.co.uk/properties/162307226", - "info": { - "identifier": 162307226, - "sqm_ocr": null, - "price": 2855.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307226", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162307226/156986_LMK20_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27676, - 51.5577 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -457561,86 +347601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3806.0, - "url": "https://www.rightmove.co.uk/properties/162307391", - "info": { - "identifier": 162307391, - "sqm_ocr": null, - "price": 3806.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307391", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162307391/156986_LBC10043_IMG_00_0000_max_656x437.png", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2812, - 51.56006 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2415.0, - "url": "https://www.rightmove.co.uk/properties/162307424", - "info": { - "identifier": 162307424, - "sqm_ocr": null, - "price": 2415.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307424", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286454/162307424/286454_P62335_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.31884, - 51.5352 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -457681,46 +347641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162307538", - "info": { - "identifier": 162307538, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307538", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284606/162307538/284606_EW2FAPTB508D250522_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -457801,46 +347721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162307643", - "info": { - "identifier": 162307643, - "sqm_ocr": null, - "price": 2150.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307643", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162307643/238769_na03808765_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.29291, - 51.55398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -457881,126 +347761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162307733", - "info": { - "identifier": 162307733, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307733", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162307733/238769_npaiht5ty_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.24039, - 51.57676 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/162307979", - "info": { - "identifier": 162307979, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162307979", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284606/162307979/284606_EW3BAPTD303D250522_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162308102", - "info": { - "identifier": 162308102, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162308102", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284606/162308102/284606_EW3DAPTB806D250522_IMG_05_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -458121,46 +347881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2505.0, - "url": "https://www.rightmove.co.uk/properties/162308558", - "info": { - "identifier": 162308558, - "sqm_ocr": null, - "price": 2505.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162308558", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286454/162308558/286454_P62495_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.31884, - 51.5352 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -458241,46 +347961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162309131", - "info": { - "identifier": 162309131, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162309131", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284606/162309131/284606_EW2BAPTC206D250522_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -458304,7 +347984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "JBrown", @@ -458521,86 +348201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 131.5, - "qmprice": 20.53, - "rooms": 3, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162309419", - "info": { - "identifier": 162309419, - "sqm_ocr": 131.5, - "price": 2700.0, - "price_per_sqm": 20.53231939163498, - "url": "https://www.rightmove.co.uk/properties/162309419", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Groves Residential", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74977/162309419/74977_3076_GROV_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.252072, - 51.40083 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2915.0, - "url": "https://www.rightmove.co.uk/properties/162309446", - "info": { - "identifier": 162309446, - "sqm_ocr": null, - "price": 2915.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162309446", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/215k/214295/162309446/214295_LCS250078_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.222233, - 51.570724 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -458681,46 +348281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3025.0, - "url": "https://www.rightmove.co.uk/properties/162309836", - "info": { - "identifier": 162309836, - "sqm_ocr": null, - "price": 3025.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162309836", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "ila", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284606/162309836/284606_EW3DAPTB106D250522_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.04216, - 51.58796 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -458761,46 +348321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 73.86, - "qmprice": 48.7, - "rooms": 2, - "total_price": 3597.0, - "url": "https://www.rightmove.co.uk/properties/162309995", - "info": { - "identifier": 162309995, - "sqm_ocr": 73.86, - "price": 3597.0, - "price_per_sqm": 48.70024370430544, - "url": "https://www.rightmove.co.uk/properties/162309995", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Urban Spaces", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/231k/230633/162309995/230633_PB10873_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08085, - 51.52397 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -458881,46 +348401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.0, - "qmprice": 39.33, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162310256", - "info": { - "identifier": 162310256, - "sqm_ocr": 89.0, - "price": 3500.0, - "price_per_sqm": 39.325842696629216, - "url": "https://www.rightmove.co.uk/properties/162310256", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/95k/94220/162310256/94220_P301235_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "25/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.3068, - 51.51399 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459041,46 +348521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162310784", - "info": { - "identifier": 162310784, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162310784", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162310784/249341_WIB10001_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.06348, - 51.58881 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459161,126 +348601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 98.3, - "qmprice": 37.23, - "rooms": 3, - "total_price": 3660.0, - "url": "https://www.rightmove.co.uk/properties/162310988", - "info": { - "identifier": 162310988, - "sqm_ocr": 98.3, - "price": 3660.0, - "price_per_sqm": 37.23296032553408, - "url": "https://www.rightmove.co.uk/properties/162310988", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162310988/89149_EAST-A114-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2375.0, - "url": "https://www.rightmove.co.uk/properties/162311120", - "info": { - "identifier": 162311120, - "sqm_ocr": null, - "price": 2375.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162311120", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": null, - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.034332, - 51.502056 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162311132", - "info": { - "identifier": 162311132, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162311132", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Dreamview Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85138/162311132/85138_flat_sevington_road_london_greater_london_nw4_3ru_2L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.23255, - 51.58159 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459321,46 +348641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3025.0, - "url": "https://www.rightmove.co.uk/properties/162311300", - "info": { - "identifier": 162311300, - "sqm_ocr": null, - "price": 3025.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162311300", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162311300/89149_STEP-602-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.04137, - 51.51957 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459481,46 +348761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/162311921", - "info": { - "identifier": 162311921, - "sqm_ocr": null, - "price": 2775.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162311921", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162311921/89149_EAST-A156-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "09/08/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459561,86 +348801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162312107", - "info": { - "identifier": 162312107, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162312107", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Davies & Davies", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22559/162312107/22559_33904309_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.107615, - 51.57343 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3980.0, - "url": "https://www.rightmove.co.uk/properties/162312164", - "info": { - "identifier": 162312164, - "sqm_ocr": null, - "price": 3980.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162312164", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162312164/156986_NKU10010_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19061, - 51.46197 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459681,46 +348841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3980.0, - "url": "https://www.rightmove.co.uk/properties/162312302", - "info": { - "identifier": 162312302, - "sqm_ocr": null, - "price": 3980.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162312302", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162312302/156986_NKM10008_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.19061, - 51.46197 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459744,7 +348864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Freehold", - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Wynn Estates", @@ -459801,86 +348921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.0, - "qmprice": 38.54, - "rooms": 2, - "total_price": 2775.0, - "url": "https://www.rightmove.co.uk/properties/162312464", - "info": { - "identifier": 162312464, - "sqm_ocr": 72.0, - "price": 2775.0, - "price_per_sqm": 38.541666666666664, - "url": "https://www.rightmove.co.uk/properties/162312464", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162312464/89149_EAST-A155-2205_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "31/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2735.0, - "url": "https://www.rightmove.co.uk/properties/162312542", - "info": { - "identifier": 162312542, - "sqm_ocr": null, - "price": 2735.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162312542", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162312542/89149_EAST-A119-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -459961,86 +349001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2715.0, - "url": "https://www.rightmove.co.uk/properties/162312854", - "info": { - "identifier": 162312854, - "sqm_ocr": null, - "price": 2715.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162312854", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162312854/89149_EAST-A11-2205_IMG_03_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2705.0, - "url": "https://www.rightmove.co.uk/properties/162313103", - "info": { - "identifier": 162313103, - "sqm_ocr": null, - "price": 2705.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162313103", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162313103/89149_EAST-A10-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460104,7 +349064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Flagstones Property Group", @@ -460161,46 +349121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.5, - "qmprice": 31.1, - "rooms": 2, - "total_price": 2690.0, - "url": "https://www.rightmove.co.uk/properties/162313250", - "info": { - "identifier": 162313250, - "sqm_ocr": 86.5, - "price": 2690.0, - "price_per_sqm": 31.09826589595376, - "url": "https://www.rightmove.co.uk/properties/162313250", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162313250/89149_EAST-A64-2205_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460241,86 +349161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2605.0, - "url": "https://www.rightmove.co.uk/properties/162313358", - "info": { - "identifier": 162313358, - "sqm_ocr": null, - "price": 2605.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162313358", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162313358/89149_EAST-A56-2205_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "29/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00951, - 51.51313 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2570.0, - "url": "https://www.rightmove.co.uk/properties/162313484", - "info": { - "identifier": 162313484, - "sqm_ocr": null, - "price": 2570.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162313484", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162313484/89149_EAST-B26-2205_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00992, - 51.51258 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460401,46 +349241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2360.0, - "url": "https://www.rightmove.co.uk/properties/162313769", - "info": { - "identifier": 162313769, - "sqm_ocr": null, - "price": 2360.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162313769", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/90k/89149/162313769/89149_POP-501-2205_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.02175, - 51.51348 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460481,86 +349281,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/162313847", - "info": { - "identifier": 162313847, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162313847", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15975/162313847/15975_1327268_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.229432, - 51.409523 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 62.71, - "qmprice": 43.85, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162314030", - "info": { - "identifier": 162314030, - "sqm_ocr": 62.71, - "price": 2750.0, - "price_per_sqm": 43.85265507893478, - "url": "https://www.rightmove.co.uk/properties/162314030", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Alex Crown Lettings & Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102122/162314030/102122_7149_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "24/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0816, - 51.53309 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460664,7 +349384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "JOHNS&CO", @@ -460721,46 +349441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 96.0, - "qmprice": 33.49, - "rooms": 3, - "total_price": 3215.0, - "url": "https://www.rightmove.co.uk/properties/162314852", - "info": { - "identifier": 162314852, - "sqm_ocr": 96.0, - "price": 3215.0, - "price_per_sqm": 33.489583333333336, - "url": "https://www.rightmove.co.uk/properties/162314852", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/250k/249341/162314852/249341_MIE20001_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.033907, - 51.502174 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460784,7 +349464,7 @@ var data = { "service_charge": null, "development": true, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "EC Residential LTD", @@ -460824,7 +349504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Coultons", @@ -460864,7 +349544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Prime London", @@ -460881,46 +349561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2593.0, - "url": "https://www.rightmove.co.uk/properties/162315251", - "info": { - "identifier": 162315251, - "sqm_ocr": null, - "price": 2593.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162315251", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162315251/238769_UNCLE329048329043242_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.25872, - 51.52281 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -460961,46 +349601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3017.0, - "url": "https://www.rightmove.co.uk/properties/162315359", - "info": { - "identifier": 162315359, - "sqm_ocr": null, - "price": 3017.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162315359", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/279k/278564/162315359/278564_278564_p0193212_D-0404_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09549, - 51.4941 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -461024,7 +349624,7 @@ var data = { "service_charge": null, "development": true, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "Gibson Lane", @@ -461081,46 +349681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/162315761", - "info": { - "identifier": 162315761, - "sqm_ocr": null, - "price": 3500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162315761", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Flagstones Property Group", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/253k/252785/162315761/252785_33904710_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.176729, - 51.531044 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -461201,46 +349761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.3, - "qmprice": 26.05, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162316532", - "info": { - "identifier": 162316532, - "sqm_ocr": 88.3, - "price": 2300.0, - "price_per_sqm": 26.047565118912797, - "url": "https://www.rightmove.co.uk/properties/162316532", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/86k/85706/162316532/85706_KDE251735_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.076895, - 51.426353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -461321,46 +349841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162316847", - "info": { - "identifier": 162316847, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162316847", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Three Oaks Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/141k/140444/162316847/140444_HGRM5_IMG_00_0000_max_656x437.jpg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.12684, - 51.57824 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -461521,46 +350001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3870.0, - "url": "https://www.rightmove.co.uk/properties/162317708", - "info": { - "identifier": 162317708, - "sqm_ocr": null, - "price": 3870.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162317708", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": "Leasehold", - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Right Now Residential", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238769/162317708/238769_ghtfrew3r45ty_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.07097, - 51.51502 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -461641,46 +350081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.1, - "qmprice": 33.29, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/162318065", - "info": { - "identifier": 162318065, - "sqm_ocr": 72.1, - "price": 2400.0, - "price_per_sqm": 33.287101248266296, - "url": "https://www.rightmove.co.uk/properties/162318065", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52518/162318065/52518_CWL100370_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "20/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.020595, - 51.498158 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -462001,46 +350401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162318695", - "info": { - "identifier": 162318695, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162318695", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Wellington Estates", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/289k/288956/162318695/288956_33904907_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.211269, - 51.50061 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -462201,46 +350561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/162318938", - "info": { - "identifier": 162318938, - "sqm_ocr": null, - "price": 3000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162318938", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "CITY REALTOR LIMITED", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/179k/178868/162318938/178868_33904925_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/09/2025" - } - }, - "geometry": { - "coordinates": [ - -0.061643, - 51.510303 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -462321,126 +350641,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/162319229", - "info": { - "identifier": 162319229, - "sqm_ocr": null, - "price": 2350.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162319229", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Landstones", - "council_tax_band": "A", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/222k/221669/162319229/221669_RL1879TT_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.203418, - 51.5151 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2125.0, - "url": "https://www.rightmove.co.uk/properties/162319262", - "info": { - "identifier": 162319262, - "sqm_ocr": null, - "price": 2125.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162319262", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54730/162319262/54730_WLL250232_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.375651, - 51.504913 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2429.0, - "url": "https://www.rightmove.co.uk/properties/162319307", - "info": { - "identifier": 162319307, - "sqm_ocr": null, - "price": 2429.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162319307", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "VervLife", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/288k/287288/162319307/287288_CHH14_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.11178, - 51.37846 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -462681,86 +350881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/162321068", - "info": { - "identifier": 162321068, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162321068", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162321068/156986_CWC20002_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.283166, - 51.5589 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2919.0, - "url": "https://www.rightmove.co.uk/properties/162321137", - "info": { - "identifier": 162321137, - "sqm_ocr": null, - "price": 2919.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162321137", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162321137/156986_FQE30017_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.2841, - 51.55512 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -462841,86 +350961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3282.0, - "url": "https://www.rightmove.co.uk/properties/162321335", - "info": { - "identifier": 162321335, - "sqm_ocr": null, - "price": 3282.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162321335", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Home Made", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/157k/156986/162321335/156986_CGF30017_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.27641, - 51.55856 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 89.2, - "qmprice": 24.1, - "rooms": 2, - "total_price": 2150.0, - "url": "https://www.rightmove.co.uk/properties/162321542", - "info": { - "identifier": 162321542, - "sqm_ocr": 89.2, - "price": 2150.0, - "price_per_sqm": 24.103139013452914, - "url": "https://www.rightmove.co.uk/properties/162321542", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hamptons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/87k/86531/162321542/86531_P301250_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.31357, - 51.39287 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -463081,46 +351121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.0, - "qmprice": 35.09, - "rooms": 3, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/162321974", - "info": { - "identifier": 162321974, - "sqm_ocr": 114.0, - "price": 4000.0, - "price_per_sqm": 35.08771929824562, - "url": "https://www.rightmove.co.uk/properties/162321974", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Daniel Cobb", - "council_tax_band": "H", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/39k/38778/162321974/38778_4599e40b-1879-495a-a7c2-bf29c540c06e_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "04/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.127092, - 51.49444 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -463401,86 +351401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2405.0, - "url": "https://www.rightmove.co.uk/properties/162323222", - "info": { - "identifier": 162323222, - "sqm_ocr": null, - "price": 2405.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162323222", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Allsop", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/285k/284159/162323222/284159_509alameda_IMG_00_0000_max_656x437.png", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.28034, - 51.55829 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3832.0, - "url": "https://www.rightmove.co.uk/properties/162323240", - "info": { - "identifier": 162323240, - "sqm_ocr": null, - "price": 3832.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162323240", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82758/162323240/82758_CQ63_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12958, - 51.48108 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -463521,46 +351441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3754.0, - "url": "https://www.rightmove.co.uk/properties/162323678", - "info": { - "identifier": 162323678, - "sqm_ocr": null, - "price": 3754.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162323678", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82758/162323678/82758_ZQ20_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.12958, - 51.48108 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -463921,46 +351801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/162324710", - "info": { - "identifier": 162324710, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162324710", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Marble Sales & Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/281k/280370/162324710/280370_MARB_001139_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.240017, - 51.565826 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -464001,46 +351841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 65.5, - "qmprice": 43.59, - "rooms": 2, - "total_price": 2855.0, - "url": "https://www.rightmove.co.uk/properties/162324821", - "info": { - "identifier": 162324821, - "sqm_ocr": 65.5, - "price": 2855.0, - "price_per_sqm": 43.587786259541986, - "url": "https://www.rightmove.co.uk/properties/162324821", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Living by Lendlease", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/278k/277814/162324821/277814_277814_p0195669_E-0106_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.096254, - 51.49232 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -464121,46 +351921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/162324971", - "info": { - "identifier": 162324971, - "sqm_ocr": null, - "price": 2950.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162324971", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "gLocalAgents.co.uk", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176603/162324971/176603_11691_EAF_111424_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "19/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.263967, - 51.387768 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -464361,86 +352121,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 49.25, - "qmprice": 48.39, - "rooms": 2, - "total_price": 2383.0, - "url": "https://www.rightmove.co.uk/properties/162325379", - "info": { - "identifier": 162325379, - "sqm_ocr": 49.25, - "price": 2383.0, - "price_per_sqm": 48.38578680203046, - "url": "https://www.rightmove.co.uk/properties/162325379", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Dexters", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/51k/50701/162325379/50701_33905269_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.189936, - 51.486404 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 76.9, - "qmprice": 35.76, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162325400", - "info": { - "identifier": 162325400, - "sqm_ocr": 76.9, - "price": 2750.0, - "price_per_sqm": 35.76072821846554, - "url": "https://www.rightmove.co.uk/properties/162325400", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/53k/52785/162325400/52785_HIH250187_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "15/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.094809, - 51.55407 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -464481,86 +352161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 75.8, - "qmprice": 29.68, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162325442", - "info": { - "identifier": 162325442, - "sqm_ocr": 75.8, - "price": 2250.0, - "price_per_sqm": 29.683377308707126, - "url": "https://www.rightmove.co.uk/properties/162325442", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Hastings International", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11351/162325442/11351_29092714_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.033044, - 51.50082 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.1, - "qmprice": 28.64, - "rooms": 2, - "total_price": 2380.0, - "url": "https://www.rightmove.co.uk/properties/162325556", - "info": { - "identifier": 162325556, - "sqm_ocr": 83.1, - "price": 2380.0, - "price_per_sqm": 28.64019253910951, - "url": "https://www.rightmove.co.uk/properties/162325556", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "RICE RESI LTD", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286781/162325556/286781_33905279_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.244612, - 51.58203 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -464881,46 +352481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162325883", - "info": { - "identifier": 162325883, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162325883", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/138k/137369/162325883/137369_1326609_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.022229, - 51.57762 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -465441,126 +353001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/162326342", - "info": { - "identifier": 162326342, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162326342", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162326342/96668_248614716052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.060306, - 51.43645 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/162326363", - "info": { - "identifier": 162326363, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162326363", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162326363/96668_249293722052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17609, - 51.43588 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.2, - "qmprice": 44.08, - "rooms": 3, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/162326393", - "info": { - "identifier": 162326393, - "sqm_ocr": 86.2, - "price": 3800.0, - "price_per_sqm": 44.08352668213457, - "url": "https://www.rightmove.co.uk/properties/162326393", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162326393/96668_249298522052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.137817, - 51.53672 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -465721,46 +353161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 66.4, - "qmprice": 33.13, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/162326783", - "info": { - "identifier": 162326783, - "sqm_ocr": 66.4, - "price": 2200.0, - "price_per_sqm": 33.132530120481924, - "url": "https://www.rightmove.co.uk/properties/162326783", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Purplebricks", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/167k/166121/162326783/166121_1882711-2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "16/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.111352, - 51.601566 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -465841,46 +353241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3250.0, - "url": "https://www.rightmove.co.uk/properties/162326816", - "info": { - "identifier": 162326816, - "sqm_ocr": null, - "price": 3250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162326816", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Marsh & Parsons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/23k/22353/162326816/22353_CST130086_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18245, - 51.51326 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -465961,46 +353321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/162327317", - "info": { - "identifier": 162327317, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162327317", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Leaders Lettings", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/38k/37163/162327317/37163_P446429_IMG_04_0000_max_656x437.jpeg", - "let_date_available": "06/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16793, - 51.40444 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -466081,46 +353401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/162328145", - "info": { - "identifier": 162328145, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162328145", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/162328145/96668_247959111052025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.107507, - 51.43453 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -466201,86 +353481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2600.0, - "url": "https://www.rightmove.co.uk/properties/162328739", - "info": { - "identifier": 162328739, - "sqm_ocr": null, - "price": 2600.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/162328739", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Claremont Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/271k/270461/162328739/270461_JAX240936_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "14/07/2025" - } - }, - "geometry": { - "coordinates": [ - 0.029334, - 51.499992 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 57.9, - "qmprice": 44.54, - "rooms": 2, - "total_price": 2579.0, - "url": "https://www.rightmove.co.uk/properties/162328922", - "info": { - "identifier": 162328922, - "sqm_ocr": 57.9, - "price": 2579.0, - "price_per_sqm": 44.54231433506045, - "url": "https://www.rightmove.co.uk/properties/162328922", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/152k/151658/162328922/151658_1327581_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.196723, - 51.52598 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -466481,46 +353681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 88.16, - "qmprice": 31.19, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/162331070", - "info": { - "identifier": 162331070, - "sqm_ocr": 88.16, - "price": 2750.0, - "price_per_sqm": 31.19328493647913, - "url": "https://www.rightmove.co.uk/properties/162331070", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Leslie & Co", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/248k/247031/162331070/247031_LEA-90348213_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.316377, - 51.51026 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -468744,7 +355904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -472544,7 +359704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Portico", @@ -473784,7 +360944,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Vonder", @@ -474424,7 +361584,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Vonder", @@ -476624,7 +363784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Bairstow Eves Lettings", @@ -478224,7 +365384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibson Lane", @@ -478384,7 +365544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 8, + "updated_days": 9, "status": null, "last_seen": 0, "agency": "NEXIS Property", @@ -479184,7 +366344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Dexters", @@ -480624,7 +367784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Jackson-Stops", @@ -480864,7 +368024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -485984,7 +373144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 7, + "updated_days": 8, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -486264,7 +373424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 7, + "updated_days": 8, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -486304,7 +373464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 7, + "updated_days": 8, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -486344,7 +373504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 7, + "updated_days": 8, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -486984,7 +374144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "One Eighty, Stratford", @@ -488944,7 +376104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 6, + "updated_days": 7, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -489984,7 +377144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 4, + "updated_days": 5, "status": null, "last_seen": 0, "agency": "Jake Charles Property", @@ -490064,7 +377224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 5, + "updated_days": 6, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -490664,7 +377824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Conran Estates", @@ -491704,7 +378864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -491984,7 +379144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 5, + "updated_days": 6, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -494064,7 +381224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Conran Estates", @@ -495264,7 +382424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -495544,7 +382704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -495904,7 +383064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Bairstow Eves Lettings", @@ -501824,7 +388984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -502304,7 +389464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Jackson-Stops", @@ -505384,7 +392544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibbs Gillespie", @@ -505504,7 +392664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 4, + "updated_days": 5, "status": null, "last_seen": 0, "agency": "London Capital Homes Ltd", @@ -505704,7 +392864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 4, + "updated_days": 5, "status": null, "last_seen": 0, "agency": "Cranbrook Lettings & Sales", @@ -505904,7 +393064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 4, + "updated_days": 5, "status": null, "last_seen": 0, "agency": "The Online Letting Agents Ltd", @@ -514544,7 +401704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibson Lane", @@ -514744,7 +401904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibson Lane", @@ -515664,7 +402824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibbs Gillespie", @@ -517344,7 +404504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Jackson-Stops", @@ -519464,7 +406624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -525144,7 +412304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Excel Property Services", @@ -525744,7 +412904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Sincere lettings", @@ -527824,7 +414984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Jack Barclay Estates", @@ -528104,7 +415264,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Apple Property Services", @@ -528184,7 +415344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Parkfields Estates", @@ -528304,7 +415464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Jack Barclay Estates", @@ -528504,7 +415664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Inner City Estates", @@ -528544,7 +415704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Inner City Estates", @@ -528664,7 +415824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 3, + "updated_days": 4, "status": null, "last_seen": 0, "agency": "Inner City Estates", @@ -529544,7 +416704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -531864,7 +419024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibbs Gillespie", @@ -532704,7 +419864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibson Lane", @@ -534264,7 +421424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -534304,7 +421464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -537624,7 +424784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Gibbs Gillespie", @@ -544704,7 +431864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Invest & Co", @@ -545744,7 +432904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -549264,7 +436424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -550104,7 +437264,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Freehold", - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Dexters", @@ -550304,7 +437464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -550344,7 +437504,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -550504,7 +437664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -550544,7 +437704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "NEXIS Property", @@ -550584,7 +437744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 2, + "updated_days": 3, "status": null, "last_seen": 0, "agency": "Ashley King", @@ -554624,7 +441784,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -571944,7 +459104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "JLL", @@ -571984,7 +459144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "LDB", @@ -572024,7 +459184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Churchill Estates", @@ -572064,7 +459224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Alex Crown Lettings & Estate Agents", @@ -572144,7 +459304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "All in the postcode...SW19.com", @@ -572184,7 +459344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "UNCLE", @@ -572264,7 +459424,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "UNCLE", @@ -572304,7 +459464,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Leaders Lettings", @@ -572384,7 +459544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "LDB", @@ -572464,7 +459624,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "UNCLE", @@ -572504,7 +459664,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -572584,7 +459744,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "UNCLE", @@ -572664,7 +459824,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -572704,7 +459864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -572744,7 +459904,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Move Inn Estates Iver", @@ -572784,7 +459944,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Frank Harris & Co.", @@ -572824,7 +459984,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Knight Frank - Lettings", @@ -572864,7 +460024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "1st Avenue", @@ -572904,7 +460064,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -572944,7 +460104,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Akelius Residential Ltd", @@ -572984,7 +460144,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -573024,7 +460184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Hamptons", @@ -573064,7 +460224,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Jackson-Stops", @@ -573144,7 +460304,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "London Property Guru", @@ -586864,7 +474024,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -587224,7 +474384,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 0, + "updated_days": 1, "status": null, "last_seen": 0, "agency": "OpenRent", @@ -589161,46 +476321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/29537492", - "info": { - "identifier": 29537492, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/29537492", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Eastway Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/57k/56722/29537492/56722_109MAY_IMG_00_0000_max_656x437.jpg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.00415, - 51.56178 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -589321,46 +476441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/41651543", - "info": { - "identifier": 41651543, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/41651543", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Tower Quay Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55234/41651543/55234_2SHRE22_IMG_16_0000_max_656x437.jpg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07367, - 51.55346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -589721,46 +476801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/50116668", - "info": { - "identifier": 50116668, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/50116668", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Iconia London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64538/50116668/64538_31caisson_IMG_09_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.00986, - 51.52164 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -589841,46 +476881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/51461231", - "info": { - "identifier": 51461231, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/51461231", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": "Freehold", - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Real Move Estates", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/54k/53891/51461231/53891_RME1017_IMG_06_0001_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.15307, - 51.55303 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -590321,46 +477321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/57901185", - "info": { - "identifier": 57901185, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/57901185", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/19k/18281/57901185/18281_BNT180268_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "21/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.219139, - 51.650455 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -591041,46 +478001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/68361329", - "info": { - "identifier": 68361329, - "sqm_ocr": null, - "price": 3750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/68361329", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Great Newport Lettings", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/174k/173780/68361329/173780_5CrowboroughRoad_IMG_00_0000_max_656x437.JPG", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.15797, - 51.42353 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -591281,46 +478201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 74.87, - "qmprice": 46.75, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/71034990", - "info": { - "identifier": 71034990, - "sqm_ocr": 74.87, - "price": 3500.0, - "price_per_sqm": 46.74769600641111, - "url": "https://www.rightmove.co.uk/properties/71034990", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34986/71034990/34986_ISL140078_L_IMG_03_0001_max_656x437.jpeg", - "let_date_available": "25/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.098013, - 51.534313 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -591361,86 +478241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/71302420", - "info": { - "identifier": 71302420, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/71302420", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44703/71302420/44703_BEK190088_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.035031, - 51.378475 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2325.0, - "url": "https://www.rightmove.co.uk/properties/71729633", - "info": { - "identifier": 71729633, - "sqm_ocr": null, - "price": 2325.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/71729633", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Tower Quay Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55234/71729633/55234_sjre7_IMG_00_0000_max_656x437.jpg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.07472, - 51.55249 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -591761,46 +478561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/74297849", - "info": { - "identifier": 74297849, - "sqm_ocr": null, - "price": 3100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/74297849", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "LettingaProperty.com", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/81k/80105/74297849/80105_9099_IMG_13_0000_max_656x437.jpeg", - "let_date_available": "05/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.182428, - 51.396446 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -592104,7 +478864,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 20, + "updated_days": 21, "status": null, "last_seen": 0, "agency": "LettingaProperty.com", @@ -592241,46 +479001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/75148850", - "info": { - "identifier": 75148850, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/75148850", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 16, - "status": null, - "last_seen": 9, - "agency": "Linus Jackson", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65394/75148850/65394_22aGrosvenorParkRoad_IMG_01_0000_max_656x437.JPG", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.01539, - 51.5801 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -592321,46 +479041,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 90.8, - "qmprice": 28.08, - "rooms": 3, - "total_price": 2550.0, - "url": "https://www.rightmove.co.uk/properties/76166212", - "info": { - "identifier": 76166212, - "sqm_ocr": 90.8, - "price": 2550.0, - "price_per_sqm": 28.083700440528634, - "url": "https://www.rightmove.co.uk/properties/76166212", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44703/76166212/44703_BEK190238_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "06/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.025664, - 51.406868 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -592481,86 +479161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 72.19, - "qmprice": 38.09, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/78849576", - "info": { - "identifier": 78849576, - "sqm_ocr": 72.19, - "price": 2750.0, - "price_per_sqm": 38.09391882532207, - "url": "https://www.rightmove.co.uk/properties/78849576", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34986/78849576/34986_ISL140692_L_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "18/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.08617, - 51.54074 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/79476012", - "info": { - "identifier": 79476012, - "sqm_ocr": null, - "price": 2000.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/79476012", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "haart", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/12k/11465/79476012/11465_0421_HRT042101286_IMG_04_0001_max_656x437.jpeg", - "let_date_available": "04/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.024071, - 51.596836 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -592744,7 +479344,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Leasehold", - "updated_days": 65, + "updated_days": 66, "status": null, "last_seen": 0, "agency": "BLUEGROUND FURNISHED APARTMENTS UK LTD", @@ -592801,46 +479401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/83507761", - "info": { - "identifier": 83507761, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/83507761", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "David Astburys Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/177k/176261/83507761/176261_102708022282_IMG_02_0000_max_656x437.jpg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.12663, - 51.56709 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -592984,7 +479544,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 1, + "updated_days": 2, "status": null, "last_seen": 0, "agency": "Lawson Rutter", @@ -593001,46 +479561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.26, - "qmprice": 40.89, - "rooms": 3, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/85679151", - "info": { - "identifier": 85679151, - "sqm_ocr": 67.26, - "price": 2750.0, - "price_per_sqm": 40.88611358905739, - "url": "https://www.rightmove.co.uk/properties/85679151", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Carter Jonas Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/230k/229157/85679151/229157_PRL220052_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "11/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.214283, - 51.47517 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -593441,46 +479961,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2900.0, - "url": "https://www.rightmove.co.uk/properties/86894853", - "info": { - "identifier": 86894853, - "sqm_ocr": null, - "price": 2900.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/86894853", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Iconia London", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/65k/64538/86894853/64538_asplenium8_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "13/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.0194, - 51.52109 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -593841,46 +480321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/87071394", - "info": { - "identifier": 87071394, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87071394", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/87071394/96668_234783610012025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.065268, - 51.44763 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -593961,46 +480401,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3550.0, - "url": "https://www.rightmove.co.uk/properties/87078387", - "info": { - "identifier": 87078387, - "sqm_ocr": null, - "price": 3550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87078387", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Dolphin Square", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/59k/58030/87078387/58030_HOW107_V2_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.13687, - 51.48605 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -594121,46 +480521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 91.0, - "qmprice": 25.27, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/87086010", - "info": { - "identifier": 87086010, - "sqm_ocr": 91.0, - "price": 2300.0, - "price_per_sqm": 25.274725274725274, - "url": "https://www.rightmove.co.uk/properties/87086010", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Carter & Willow", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/60k/59646/87086010/59646_CW060105_IMG_06_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - 0.12281, - 51.52273 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -594321,46 +480681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 127.5, - "qmprice": 31.37, - "rooms": 4, - "total_price": 4000.0, - "url": "https://www.rightmove.co.uk/properties/87088221", - "info": { - "identifier": 87088221, - "sqm_ocr": 127.5, - "price": 4000.0, - "price_per_sqm": 31.372549019607842, - "url": "https://www.rightmove.co.uk/properties/87088221", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/67k/66771/87088221/66771_1318838_IMG_01_0005_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.115196, - 51.474976 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -594481,46 +480801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/87092610", - "info": { - "identifier": 87092610, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87092610", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Winkworth", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99271/87092610/99271_BLA210079_L_IMG_02_0000_max_656x437.jpeg", - "let_date_available": "10/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.021096, - 51.48346 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -594641,46 +480921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/87093474", - "info": { - "identifier": 87093474, - "sqm_ocr": null, - "price": 2100.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87093474", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 38, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/87093474/96668_242519020032025_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.346186, - 51.45801 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -594704,7 +480944,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": "Freehold", - "updated_days": 12, + "updated_days": 13, "status": null, "last_seen": 0, "agency": "Dexters", @@ -595201,126 +481441,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 53.0, - "qmprice": 53.21, - "rooms": 2, - "total_price": 2820.0, - "url": "https://www.rightmove.co.uk/properties/87107517", - "info": { - "identifier": 87107517, - "sqm_ocr": 53.0, - "price": 2820.0, - "price_per_sqm": 53.20754716981132, - "url": "https://www.rightmove.co.uk/properties/87107517", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/52k/51316/87107517/51316_PTL140059_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.191043, - 51.524487 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3700.0, - "url": "https://www.rightmove.co.uk/properties/87109374", - "info": { - "identifier": 87109374, - "sqm_ocr": null, - "price": 3700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87109374", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Broadway & West", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/96k/95332/87109374/95332_388_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.21729, - 51.4847 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 107.4, - "qmprice": 27.47, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/87109584", - "info": { - "identifier": 87109584, - "sqm_ocr": 107.4, - "price": 2950.0, - "price_per_sqm": 27.467411545623836, - "url": "https://www.rightmove.co.uk/properties/87109584", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Camerons Stiff & Co", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/35k/34175/87109584/34175_31342152_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "30/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.212197, - 51.542908 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -595401,46 +481521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 4, - "total_price": 3400.0, - "url": "https://www.rightmove.co.uk/properties/87113742", - "info": { - "identifier": 87113742, - "sqm_ocr": null, - "price": 3400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87113742", - "bedrooms": 4, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Alex Marks", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/91k/90731/87113742/90731_ALEXM_003672_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.088488, - 51.578403 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -595641,86 +481721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 63.7, - "qmprice": 44.51, - "rooms": 2, - "total_price": 2835.0, - "url": "https://www.rightmove.co.uk/properties/87119565", - "info": { - "identifier": 87119565, - "sqm_ocr": 63.7, - "price": 2835.0, - "price_per_sqm": 44.505494505494504, - "url": "https://www.rightmove.co.uk/properties/87119565", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253853/87119565/253853_1319898_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.096488, - 51.491844 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/87119745", - "info": { - "identifier": 87119745, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87119745", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "OpenRent", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/97k/96668/87119745/96668_236602227012025_IMG_09_0002_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - 0.016941, - 51.55498 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -595801,46 +481801,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 42.0, - "qmprice": 52.38, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/87121422", - "info": { - "identifier": 87121422, - "sqm_ocr": 42.0, - "price": 2200.0, - "price_per_sqm": 52.38095238095238, - "url": "https://www.rightmove.co.uk/properties/87121422", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Akelius Residential Ltd", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/103k/102505/87121422/102505_40124-26_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.14254, - 51.46348 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -595881,46 +481841,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3550.0, - "url": "https://www.rightmove.co.uk/properties/87122223", - "info": { - "identifier": 87122223, - "sqm_ocr": null, - "price": 3550.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87122223", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 13, - "status": null, - "last_seen": 9, - "agency": "relocate-me.co.uk", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/34k/33012/87122223/33012_3837_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.086928, - 51.524593 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -595961,46 +481881,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 114.73, - "qmprice": 30.51, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/87122484", - "info": { - "identifier": 87122484, - "sqm_ocr": 114.73, - "price": 3500.0, - "price_per_sqm": 30.50640634533252, - "url": "https://www.rightmove.co.uk/properties/87122484", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/44k/43310/87122484/43310_HEA234069_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.013481, - 51.497147 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -596441,126 +482321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.8, - "qmprice": 32.49, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/87129834", - "info": { - "identifier": 87129834, - "sqm_ocr": 70.8, - "price": 2300.0, - "price_per_sqm": 32.48587570621469, - "url": "https://www.rightmove.co.uk/properties/87129834", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 35, - "status": null, - "last_seen": 9, - "agency": "Jacksons Estate Agents", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/66k/65794/87129834/65794_32680224_IMG_10_0001_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.18378, - 51.43256 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.7, - "qmprice": 30.57, - "rooms": 2, - "total_price": 2100.0, - "url": "https://www.rightmove.co.uk/properties/87130107", - "info": { - "identifier": 87130107, - "sqm_ocr": 68.7, - "price": 2100.0, - "price_per_sqm": 30.567685589519648, - "url": "https://www.rightmove.co.uk/properties/87130107", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Life Residential", - "council_tax_band": "TBC", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/55k/54730/87130107/54730_WLL230042_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.295822, - 51.53164 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 71.81, - "qmprice": 46.65, - "rooms": 2, - "total_price": 3350.0, - "url": "https://www.rightmove.co.uk/properties/87131265", - "info": { - "identifier": 87131265, - "sqm_ocr": 71.81, - "price": 3350.0, - "price_per_sqm": 46.65088427795572, - "url": "https://www.rightmove.co.uk/properties/87131265", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "G", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/87131265/26207_IUL160149_L_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "09/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.107405, - 51.53663 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -596721,46 +482481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 80.2, - "qmprice": 27.43, - "rooms": 2, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/87134439", - "info": { - "identifier": 87134439, - "sqm_ocr": 80.2, - "price": 2200.0, - "price_per_sqm": 27.43142144638404, - "url": "https://www.rightmove.co.uk/properties/87134439", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Dimension Estates", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/88k/87953/87134439/87953_3720_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.043783, - 51.558 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -596841,46 +482561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 3341.0, - "url": "https://www.rightmove.co.uk/properties/87137622", - "info": { - "identifier": 87137622, - "sqm_ocr": null, - "price": 3341.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87137622", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 22, - "status": null, - "last_seen": 9, - "agency": "Greystar", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/254k/253604/87137622/253604_236B0105_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.00769, - 51.54196 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -597024,7 +482704,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 9, + "updated_days": 10, "status": null, "last_seen": 0, "agency": "JOHNS&CO", @@ -597504,7 +483184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 17, + "updated_days": 18, "status": null, "last_seen": 0, "agency": "KEY HAVEN ESTATES LTD", @@ -597521,46 +483201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2300.0, - "url": "https://www.rightmove.co.uk/properties/87144858", - "info": { - "identifier": 87144858, - "sqm_ocr": null, - "price": 2300.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87144858", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 19, - "status": null, - "last_seen": 9, - "agency": "Simple Estate Agents", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/239k/238226/87144858/238226_5804_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "09/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.442976, - 51.500515 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -597601,46 +483241,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 78.04, - "qmprice": 39.72, - "rooms": 2, - "total_price": 3100.0, - "url": "https://www.rightmove.co.uk/properties/87145620", - "info": { - "identifier": 87145620, - "sqm_ocr": 78.04, - "price": 3100.0, - "price_per_sqm": 39.72321886212199, - "url": "https://www.rightmove.co.uk/properties/87145620", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 15, - "status": null, - "last_seen": 9, - "agency": "Excel Property Services", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/100k/99425/87145620/99425_102708035858_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "28/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.17235, - 51.52798 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -597881,46 +483481,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 67.51, - "qmprice": 39.98, - "rooms": 2, - "total_price": 2699.0, - "url": "https://www.rightmove.co.uk/properties/87146661", - "info": { - "identifier": 87146661, - "sqm_ocr": 67.51, - "price": 2699.0, - "price_per_sqm": 39.97926233150644, - "url": "https://www.rightmove.co.uk/properties/87146661", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 31, - "status": null, - "last_seen": 9, - "agency": "Black Katz", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/33k/32793/87146661/32793_15647_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16535, - 51.54673 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598041,46 +483601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 2200.0, - "url": "https://www.rightmove.co.uk/properties/87148692", - "info": { - "identifier": 87148692, - "sqm_ocr": null, - "price": 2200.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87148692", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Peter Barry Estate Agents", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/257k/256121/87148692/256121_33708606_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.092605, - 51.66348 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598161,86 +483681,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.4, - "qmprice": 34.72, - "rooms": 2, - "total_price": 3000.0, - "url": "https://www.rightmove.co.uk/properties/87149157", - "info": { - "identifier": 87149157, - "sqm_ocr": 86.4, - "price": 3000.0, - "price_per_sqm": 34.72222222222222, - "url": "https://www.rightmove.co.uk/properties/87149157", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Kinleigh Folkard & Hayward - Lettings", - "council_tax_band": "A", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/107k/106618/87149157/106618_KDB250003_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.118722, - 51.465668 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2750.0, - "url": "https://www.rightmove.co.uk/properties/87149181", - "info": { - "identifier": 87149181, - "sqm_ocr": null, - "price": 2750.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87149181", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Hadleigh Residential", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/68k/67562/87149181/67562_HRE200269_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "12/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.16333, - 51.54975 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598281,46 +483721,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/87149538", - "info": { - "identifier": 87149538, - "sqm_ocr": null, - "price": 2500.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87149538", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/83k/82086/87149538/82086_1324695_IMG_17_0002_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.293409, - 51.554108 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598361,46 +483761,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 56.0, - "qmprice": 44.64, - "rooms": 2, - "total_price": 2500.0, - "url": "https://www.rightmove.co.uk/properties/87149967", - "info": { - "identifier": 87149967, - "sqm_ocr": 56.0, - "price": 2500.0, - "price_per_sqm": 44.642857142857146, - "url": "https://www.rightmove.co.uk/properties/87149967", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Foxtons", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/16k/15957/87149967/15957_1324005_IMG_01_0000_max_656x437.jpeg", - "let_date_available": "Ask agent" - } - }, - "geometry": { - "coordinates": [ - -0.19649, - 51.558876 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598561,46 +483921,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 104.7, - "qmprice": 22.45, - "rooms": 2, - "total_price": 2350.0, - "url": "https://www.rightmove.co.uk/properties/87150669", - "info": { - "identifier": 87150669, - "sqm_ocr": 104.7, - "price": 2350.0, - "price_per_sqm": 22.4450811843362, - "url": "https://www.rightmove.co.uk/properties/87150669", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "John D Wood & Co. Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/4k/3721/87150669/3721_WIL150072_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "03/07/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189321, - 51.421 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598681,46 +484001,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 68.82, - "qmprice": 29.79, - "rooms": 2, - "total_price": 2050.0, - "url": "https://www.rightmove.co.uk/properties/87151011", - "info": { - "identifier": 87151011, - "sqm_ocr": 68.82, - "price": 2050.0, - "price_per_sqm": 29.787852368497532, - "url": "https://www.rightmove.co.uk/properties/87151011", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 9, - "status": null, - "last_seen": 9, - "agency": "Benjamin Stevens", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/94k/93881/87151011/93881_BNJ_DGW_LFSYCL_460_625414875_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.238367, - 51.594463 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598801,86 +484081,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2295.0, - "url": "https://www.rightmove.co.uk/properties/87151137", - "info": { - "identifier": 87151137, - "sqm_ocr": null, - "price": 2295.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87151137", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 11, - "status": null, - "last_seen": 9, - "agency": "Savills Lettings", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/118k/117766/87151137/117766_BBL250036_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.147403, - 51.474953 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 86.09, - "qmprice": 40.66, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/87151143", - "info": { - "identifier": 87151143, - "sqm_ocr": 86.09, - "price": 3500.0, - "price_per_sqm": 40.65512835404809, - "url": "https://www.rightmove.co.uk/properties/87151143", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "TH Advisors", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/287k/286127/87151143/286127_39BNorthdownStISABELLE_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.11972, - 51.53182 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -598961,46 +484161,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2400.0, - "url": "https://www.rightmove.co.uk/properties/87151503", - "info": { - "identifier": 87151503, - "sqm_ocr": null, - "price": 2400.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87151503", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 17, - "status": null, - "last_seen": 9, - "agency": "Stack & Bonner", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/47k/46386/87151503/46386_100723001249_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.30575, - 51.41398 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -599024,7 +484184,7 @@ var data = { "service_charge": null, "development": false, "tenure_type": null, - "updated_days": 19, + "updated_days": 20, "status": null, "last_seen": 0, "agency": "Lords Associates of London", @@ -599161,46 +484321,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 58.13, - "qmprice": 34.41, - "rooms": 2, - "total_price": 2000.0, - "url": "https://www.rightmove.co.uk/properties/87152010", - "info": { - "identifier": 87152010, - "sqm_ocr": 58.13, - "price": 2000.0, - "price_per_sqm": 34.40564252537416, - "url": "https://www.rightmove.co.uk/properties/87152010", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 18, - "status": null, - "last_seen": 9, - "agency": "Castles Estate Agents", - "council_tax_band": "B", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/258k/257138/87152010/257138_2713257_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.05092, - 51.54257 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -599401,86 +484521,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 77.48, - "qmprice": 48.4, - "rooms": 3, - "total_price": 3750.0, - "url": "https://www.rightmove.co.uk/properties/87152841", - "info": { - "identifier": 87152841, - "sqm_ocr": 77.48, - "price": 3750.0, - "price_per_sqm": 48.39958699019101, - "url": "https://www.rightmove.co.uk/properties/87152841", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "E", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/45k/44544/87152841/44544_WFL220027_L_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "02/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.189405, - 51.47048 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 83.8, - "qmprice": 41.77, - "rooms": 2, - "total_price": 3500.0, - "url": "https://www.rightmove.co.uk/properties/87152844", - "info": { - "identifier": 87152844, - "sqm_ocr": 83.8, - "price": 3500.0, - "price_per_sqm": 41.766109785202865, - "url": "https://www.rightmove.co.uk/properties/87152844", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 12, - "status": null, - "last_seen": 9, - "agency": "Chestertons", - "council_tax_band": "F", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/27k/26207/87152844/26207_IUL080796_L_IMG_22_0000_max_656x437.jpeg", - "let_date_available": "06/08/2025" - } - }, - "geometry": { - "coordinates": [ - -0.101111, - 51.537148 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -599521,86 +484561,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": 70.4, - "qmprice": 41.9, - "rooms": 3, - "total_price": 2950.0, - "url": "https://www.rightmove.co.uk/properties/87152958", - "info": { - "identifier": 87152958, - "sqm_ocr": 70.4, - "price": 2950.0, - "price_per_sqm": 41.903409090909086, - "url": "https://www.rightmove.co.uk/properties/87152958", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Knight Bishop", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/75k/74392/87152958/74392_722_KBIS_IMG_00_0001_max_656x437.jpeg", - "let_date_available": "18/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.079616, - 51.52846 - ], - "type": "Point" - } - }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 3, - "total_price": 3800.0, - "url": "https://www.rightmove.co.uk/properties/87153045", - "info": { - "identifier": 87153045, - "sqm_ocr": null, - "price": 3800.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87153045", - "bedrooms": 3, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "CROWN HOME BUYING AND LETTING", - "council_tax_band": "D", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/219k/218051/87153045/218051_RL0902_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.012134, - 51.55023 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -600241,46 +485201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2250.0, - "url": "https://www.rightmove.co.uk/properties/87154554", - "info": { - "identifier": 87154554, - "sqm_ocr": null, - "price": 2250.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/87154554", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 20, - "status": null, - "last_seen": 9, - "agency": "Harrison Jacks", - "council_tax_band": "C", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/228k/227687/87154554/227687_33875609_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "23/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.301883, - 51.41866 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -601281,46 +486201,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2700.0, - "url": "https://www.rightmove.co.uk/properties/90161348", - "info": { - "identifier": 90161348, - "sqm_ocr": null, - "price": 2700.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/90161348", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": true, - "tenure_type": null, - "updated_days": 10, - "status": null, - "last_seen": 9, - "agency": "Tower Quay Limited", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/56k/55234/90161348/55234_WLRE10_IMG_00_0000_max_656x437.jpg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.09196, - 51.53011 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": { @@ -601721,46 +486601,6 @@ var data = { "type": "Point" } }, - { - "type": "Feature", - "properties": { - "city": "London", - "country": "United Kingdom", - "qm": null, - "qmprice": -1, - "rooms": 2, - "total_price": 2650.0, - "url": "https://www.rightmove.co.uk/properties/96667939", - "info": { - "identifier": 96667939, - "sqm_ocr": null, - "price": 2650.0, - "price_per_sqm": -1, - "url": "https://www.rightmove.co.uk/properties/96667939", - "bedrooms": 2, - "travel_time_fastest": "", - "travel_time_second": "", - "lease_left": null, - "service_charge": null, - "development": false, - "tenure_type": null, - "updated_days": 47, - "status": null, - "last_seen": 9, - "agency": "Leo Newman", - "council_tax_band": "Ask agent", - "photo_thumbnail": "https://media.rightmove.co.uk/dir/99k/98603/96667939/98603_2711431_IMG_00_0000_max_656x437.jpeg", - "let_date_available": "01/06/2025" - } - }, - "geometry": { - "coordinates": [ - -0.18618, - 51.51362 - ], - "type": "Point" - } - }, { "type": "Feature", "properties": {